Search found 34 matches

by hylton
Sun Apr 12, 2015 2:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: My book about LiveCode is available again
Replies: 2
Views: 2989

Re: My book about LiveCode is available again

Hi Mark

From your website: "The book is being prepared for printing and will be available as a real, physical book and not as an e-book."

Is this still true?
by hylton
Sun Apr 12, 2015 10:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to bring focus to the menu bar by pressing ALT
Replies: 2
Views: 3973

How to bring focus to the menu bar by pressing ALT

The standard in Windows is that if an app has focus and ALT is pressed, the menubar becomes focused.

Notepad with focus:
Notepad with Focus.PNG

Notepad with focus after pressing the ALT key once:
Notepad with Focus After Pressing ALT.PNG

Notepad with focus after pressing the ALT key once ...
by hylton
Wed Apr 08, 2015 8:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revBrowserOpenCef causes keyboard problems
Replies: 10
Views: 8713

Re: revBrowserOpenCef causes keyboard problems

At Heather's request, I have filed a bug report.
by hylton
Mon Apr 06, 2015 11:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revBrowserOpenCef causes keyboard problems
Replies: 10
Views: 8713

Re: revBrowserOpenCef causes keyboard problems

To help you see what happens on my laptop, I created a screen capture:

Screen Capture.mp4 [2.6MB]

It shows the following:

1. My laptop having an uptime of 6 minutes, so it is after a reboot.
2. The taskbar having no other software open, except for the screen capture software.
3. The stack being ...
by hylton
Mon Apr 06, 2015 9:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revBrowserOpenCef causes keyboard problems
Replies: 10
Views: 8713

Re: revBrowserOpenCef causes keyboard problems

Hi Mark and Todd

Please find my stack attached.

The exact same problem exists with far less code.
by hylton
Mon Apr 06, 2015 9:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revBrowserOpenCef causes keyboard problems
Replies: 10
Views: 8713

Re: revBrowserOpenCef causes keyboard problems

Hi Todd

Thank you for looking at this.

I'm on a PC:
Windows 7 64-bit
LiveCode 7.0.3
Strict compilation mode: on/off makes no difference.

The exact same thing happens with the supplied course material, Week 5 Day 1, so no need to upload a sample file.

It's as if LiveCode is hanging or thrashing ...
by hylton
Mon Apr 06, 2015 4:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revBrowserOpenCef causes keyboard problems
Replies: 10
Views: 8713

Re: revBrowserOpenCef causes keyboard problems

Hi Mark

Thank you for your suggestion, but unfortunately it doesn't help.

I have also tried entering a full URL as the second argument, but that doesn't help either.

Here is the same sentence typed twice:

Typed in notepad: Let me type at my normal pace
Typed in LiveCode: Letme typeat m nomace
by hylton
Mon Apr 06, 2015 9:52 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revBrowserOpenCef causes keyboard problems
Replies: 10
Views: 8713

revBrowserOpenCef causes keyboard problems

Windows 7 Pro 64-bit
LiveCode 7.0.3

My laptop keyboard functions normally, inside Windows and LiveCode, until I load a stack with revBrowserOpenCef, then it drops keystrokes. If I type normally it may recognise approximately 3 to 6 keystrokes, then it hangs, dropping any keystrokes I type after ...
by hylton
Tue Mar 31, 2015 2:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [Solved] How to check if the date is today or note
Replies: 9
Views: 9866

Re: How to check if the date is today or note

Lagi and jacque:
Thank you for your suggestions. I will see if I can make them work.

SparkOut:
if item 1 to 3 of tStoredDate is item 1 to 3 of tCurrentDate then
That is what I was looking for.

How do you even know that exists? Or, how do you find out that LiveCode can even do that?
by hylton
Mon Mar 30, 2015 7:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [Solved] How to check if the date is today or note
Replies: 9
Views: 9866

[Solved] How to check if the date is today or note

I have the following code which compares today's date with a date I have stored.

if (item 1 of tTodaysDate - item 1 of tDateIWantToCheck <> 0) or \
(item 2 of tTodaysDate - item 2 of tDateIWantToCheck <> 0) or \
(item 3 of tTodaysDate - item 3 of tDateIWantToCheck <> 0) then

If the result is ...
by hylton
Thu Dec 20, 2012 10:42 pm
Forum: Android Deployment
Topic: Test Target for a Physical Device
Replies: 5
Views: 6072

Re: Test Target for a Physical Device

Hi Ben,

Those instructions are unfortunately misleading. Simply plugging in the device does not work.

Personally, I did not want to install the Samsung sync software. There is a way to install the USB drivers only.

You can download the drivers here:

http://drivers.softpedia.com/get/MOBILES ...
by hylton
Thu Dec 20, 2012 10:26 pm
Forum: Android Deployment
Topic: First steps into Android development
Replies: 12
Views: 18001

Re: First steps into Android development

Simon,

Your progress looks fantastic!

Is there any way that you can compile an apk that I can download?
by hylton
Fri Dec 14, 2012 8:03 pm
Forum: Android Deployment
Topic: First steps into Android development
Replies: 12
Views: 18001

Re: First steps into Android development

Hi Andy

Thanks for the pointer, but that stack is broken on Android.
This stack however loads great on the screen and on my device: http://revonline2.runrev.com/download/stack/663/Mobile-UI-dynresizing

You raise very valid points regarding the stack size, however, the majority of the increased ...
by hylton
Fri Dec 14, 2012 1:45 pm
Forum: Android Deployment
Topic: First steps into Android development
Replies: 12
Views: 18001

Re: First steps into Android development

Thanks jacque for your generosity!

To come back to my initial questions:

1. This still stands. How is Android development being done? Is it only being done for private clients?
2. It seems I would need to write this myself and post it once done.
3. No answers yet.
4. No recommendations yet.
5. No ...
by hylton
Wed Dec 12, 2012 8:40 am
Forum: Android Deployment
Topic: First steps into Android development
Replies: 12
Views: 18001

Re: First steps into Android development

Hi Jacqueline

What I was hoping, was that a simple stack like that would already be in use by any Android developer as a starting point for new Android app development. I certainly don't suggest that someone create that just for me.

Thank you for letting me know that LiveCode apps run just as fast ...