[UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-06 Thread FlexibleLearning
As requested by the community: - Linux build is available - Multiple monitors are now supported - Location is restored on re-launch - 'About' is now a systemWindow so should not be hidden behind other windows Download at www.FlexibleLearning.com/freeclock With best regards, Hugh Senior FLCo

Re: [UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-06 Thread Shawn Blc
Mr. Hugh, The clock does remember location upon relaunch as long as you haven't rebooted. I've also added to Auto-Launch and it launches upon reboot, but does not remember location. I love Clockview! On Sat, Oct 6, 2012 at 6:38 AM, FlexibleLearning ad...@flexiblelearning.com wrote: As

Re: What to intercept for an OS closing of a stack to lock messages

2012-10-06 Thread Dr. Hawkins
On Friday, October 5, 2012, Dr. Hawkins wrote: This is my output stack. It contains a script, and I regularly delete all the cards. Could I be accumulating some kind of cruft? It occurred to me this morning: on every output run, I pace my navigation panel group onto the first card,

iOS keyboard anomaly?

2012-10-06 Thread Graham Samuel
I am still trying to make sense of iOS text input. I have constructed a very small app for testing purposes, in which I instantiate an iOS keyboard and make it visible. The visibility includes not only the keyboard but also the rectangle (aka field) where the user can type text. This is AFAIK

Re: What to intercept for an OS closing of a stack to lock messages

2012-10-06 Thread J. Landman Gay
On 10/6/12 10:30 AM, Dr. Hawkins wrote: On Friday, October 5, 2012, Dr. Hawkins wrote: This is my output stack. It contains a script, and I regularly delete all the cards. Could I be accumulating some kind of cruft? It occurred to me this morning: on every output run, I pace my

libURLSetStatusCallback Runtime error

2012-10-06 Thread Peter Haworth
I'm getting a runtime error on a call to libURLSetStatusCallback. The error is can't find handler and the line in question is: libURLSetStatusCallback lcDownloadStatusCheck,the long ID of stack lcStackBrowser_CheckForUpdates There is a handler named lcDownloadStatusCheck in the stack script of

Re: Entire sqlite database wiped of data??

2012-10-06 Thread Peter Haworth
Did you execute the PRAGMA command? I don't know for sure but it's possible it might fix some problems. Pete lcSQL Software http://www.lcsql.com On Fri, Oct 5, 2012 at 5:43 PM, Dr. Hawkins doch...@gmail.com wrote: On Fri, Oct 5, 2012 at 1:37 PM, Peter Haworth p...@lcsql.com wrote: Is your

Re: [UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-06 Thread FlexibleLearning.com
The clock's display and position are stored in a temporary file only. This seems the least intrusive way of managing things for a non-critical program. If the temp file is deleted (which is perhaps what your system does on re-boot), default settings are restored. Cool you can add the clock to

Re: [UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-06 Thread Richmond
On 10/06/2012 10:06 PM, FlexibleLearning.com wrote: The clock's display and position are stored in a temporary file only. This seems the least intrusive way of managing things for a non-critical program. If the temp file is deleted (which is perhaps what your system does on re-boot), default

Calling a pdf display through LiveCode, on a PC.

2012-10-06 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, I have a stack which displays a pdf file, by calling Skim through AppleScript. Skim has all the required AppleScript interfaces - a really great app. !! Unfortunately, it is limited to Mac OS X. I am looking for a PC app. which I can call with LiveCode. Adobe Reader

Re: Calling a pdf display through LiveCode, on a PC.

2012-10-06 Thread Klaus on-rev
Hi Francis, Am 06.10.2012 um 22:00 schrieb Francis Nugent Dixon effe...@wanadoo.fr: Hi from Beautiful Brittany, I have a stack which displays a pdf file, by calling Skim through AppleScript. Skim has all the required AppleScript interfaces - a really great app. !! Unfortunately, it is

Re: libURLSetStatusCallback Runtime error

2012-10-06 Thread J. Landman Gay
On 10/6/12 12:43 PM, Peter Haworth wrote: I'm unclear as to exactly which handler can't be found - lcDownloadCheck is right there and libURLSetStatusCallback is a standard LC handler. Rev libraries aren't available until backgrounds are done loading. You may need to give it a little more

Re: [UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-06 Thread Matthias Rebbe
Hugh, just place a shortcut of that app into • Windows XP: C:\Documents and Settings\username\Start Menu\Programs\Startup • Windows Vista: C:\users\username\AppData\Roaming\Microsoft\Windows\Start Menu • Windows 7:

Re: [UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-06 Thread Roger Eller
I'm not running Windows at the moment, but there should also be a specialFolderPath(insert number here) for this location. The advantage is not having to hard-code a path, and you can allow the program to drop in the shortcut. On Windows, just run a repeat in Message Box to see all the

Re: libURLSetStatusCallback Runtime error

2012-10-06 Thread Peter Haworth
Thanks Jacque, I figured it was a timing issue of some sort. I guess some bug must have been fixed in 5.5.2 since I get no error message in 5.5.0 even though the error must have still occurred. Pete lcSQL Software http://www.lcsql.com On Sat, Oct 6, 2012 at 1:11 PM, J. Landman Gay

Re: [UPDATE] Free 'Clearview' desktop clock v1.2

2012-10-06 Thread Matthias Rebbe
Ken Ray has a nice summary of all specialfolder codes for Mac OS and Windows http://sonsothunder.com/devres/livecode/tips/file010.htm Regards, Matthias -- Matthias Rebbe matthias (at) rebbe.tk Tel +49.5741.31 Tel +49.160.5504462 -- Life is too short for boring code Am 06.10.2012 um

Re: Calling a pdf display through LiveCode, on a PC.

2012-10-06 Thread Klaus on-rev
Hi Francis, Am 06.10.2012 um 22:04 schrieb Klaus on-rev kl...@major.on-rev.com: Hi Francis, Am 06.10.2012 um 22:00 schrieb Francis Nugent Dixon effe...@wanadoo.fr: Hi from Beautiful Brittany, I have a stack which displays a pdf file, by calling Skim through AppleScript. Skim has all