[ANN] lcTaskList plugin now at version 1.1

2012-09-24 Thread William Vlahos
I'm pleased to announce an update to lcTaskList, the LiveCode Task List plugin, which is now available exclusively at the LiveCode Marketplace. It includes user requested new features and some minor bug fixes. The new version is free to registered owners and still only $10. Its a great way to h

Re: lock/unlock screen

2012-09-24 Thread Dr. Hawkins
On Mon, Sep 24, 2012 at 9:38 AM, wrote: > This has been echoed by others, correctly. You cannot guarantee that your > screen will >be unlocked with that one-liner. Unless you get back to idle, multiple locks >are queued, >and the screen will remain locked until they are all purged. You two are

Re: detect keyboard height on mobile

2012-09-24 Thread Andre Garzia
On Mon, Sep 24, 2012 at 6:05 PM, Ralph DiMola wrote: > Andre, > > I reported it as bug http://quality.runrev.com/show_bug.cgi?id=10184 long > ago. RR Just sent me this today "We have investigated your bug report and > are not able to resolve the bug at this point in time. The bug report has > now

Re: Checking if file exists in a Windows system directory

2012-09-24 Thread Bob Sneidar
There can be. First, if the enclosing folder does not have at least read permission, you will see nothing in the folder. Also, even under XP, certain folders contents were hidden, even to an administrator, until you told Windows you did in fact want to see the files in that folder. (Silly I know

Checking if file exists in a Windows system directory

2012-09-24 Thread Magicgate Software - Skip Kimpel
Are there permission limitations to see if a file exists within a Windows system directory (c:\windows\system32\myfile.dll)? For some reason I am not getting results returned and my code is being ignored. Thanks! ___ use-livecode mailing list use-livec

RE: detect keyboard height on mobile

2012-09-24 Thread Ralph DiMola
Andre, I reported it as bug http://quality.runrev.com/show_bug.cgi?id=10184 long ago. RR Just sent me this today "We have investigated your bug report and are not able to resolve the bug at this point in time. The bug report has now been hibernated and is marked to be investigated with related iss

Re: detect keyboard height on mobile

2012-09-24 Thread Bob Sneidar
It is my experience that apps which use the keyboard for data entry don't seem to go much out of their way to contain all the data entry fields and controls in the space not taken up by the keyboard. They DO seem to auto-scroll to the control which has the focus, but this should be something aut

Re: detect keyboard height on mobile

2012-09-24 Thread Andre Garzia
On Mon, Sep 24, 2012 at 5:53 PM, Ralph DiMola wrote: > Andre, > > How are you handling the inability of inputting text in a LC field object > on > Android with some third party keyboards or with predictive typing enabled > on > some devices? > I am ignoring problems that I can't solve. I am yet

RE: detect keyboard height on mobile

2012-09-24 Thread Ralph DiMola
Andre, How are you handling the inability of inputting text in a LC field object on Android with some third party keyboards or with predictive typing enabled on some devices? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-l

Re: detect keyboard height on mobile

2012-09-24 Thread Andre Garzia
On Sun, Sep 23, 2012 at 9:24 PM, Ken Ray wrote: > > On Sep 20, 2012, at 6:29 PM, Andre Garzia wrote: > > > Do we all agree that this is worth asking for an enhancement? > > IMHO this is not an "enhancement" but a critically missing feature - how > can we deploy applications that require non-modal

Trouble with export image

2012-09-24 Thread Graham Samuel
I seem to be going crazy, but I can't see what I'm doing wrong. I have an image say "myImage", and I export it with a command like export img "myImage" of cd "myCard" of stack "myStack" to URL ("binfile:" & somePath &"/"&someFileName) as JPEG This works, and the file appears, but it is not the

Re: lock/unlock screen

2012-09-24 Thread dunbarx
Bob. Reread the thread on this. I posted at the getgo: repeat until the lockScreen is "false" unlock screen end repeat This has been echoed by others, correctly. You cannot guarantee that your screen will be unlocked with that one-liner. Unless you get back to idle, multiple locks are

Re: lock/unlock screen

2012-09-24 Thread Bob Sneidar
Good idea. I myself have not encountered a situation where I need multiple handlers that lock the screen. Everything I do is database oriented anyway, so there is inevitably lots of idle times. If I ever do need this your idea seems the most reasonable way to go. Bob On Sep 21, 2012, at 8:42

List and Unicode problems of Lars

2012-09-24 Thread Klaus on-rev
Hi friends, I post this for Lars Brehmer, he has some trouble with the mailinglist... I already advised to write to supp...@runrev.com ;-) ### I am little more than frustrated with the list/user form right about now! I finally upgraded from

[Bug 10184] Can't enter text in Field when Android's OS "Auto Correct" is on

2012-09-24 Thread Ralph DiMola
Android FYI to all…… This bug also applies to some 3rd party keyboards. I am changing over to native input controls. There are issues here also. Will report all diffs after I implement on both platforms. One example is the native control is opaque on Android but transparent on iOS. Ralph

how an alert message can trigger a LC function?

2012-09-24 Thread paolo mazza
Hi all, how an alert message (in RevBrowser) can trigger a LC function ? Consider an HTML page in a RevBrowser window, with the following Javascript : function messaggio() { alert('Ciao'); } When I call the JS function "messaggio()" , RevBrowser shows an alert with "Ciao" . S

re QuickTime issue with 5.5.2 (Mountain Lion)

2012-09-24 Thread FORD JR, CURT
>>It worked after I UNchecked "Controller" in the inspector and CHECKED it >>again!? Thanks Klaus - I tried this a few times but couldn't get any consistent behavior.. guess I'll report it later today. best Curt ___ use-livecode mailing list use-l

Re: QuickTime issue with 5.5.2 (Mountain Lion)?

2012-09-24 Thread Klaus on-rev
Hi Curt, Am 24.09.2012 um 05:01 schrieb "FORD JR, CURT" : > Can anyone else confirm what I'm seeing.. > > 1 drag a quicktime player onto a card > 2 click the button in the player's inspector to select a file; .mp3 files are > greyed out and can't be selected, even when the option 'All Files' is

Re: Need help

2012-09-24 Thread ha...@exformedia.se
To my experience you never need a lock screen in preOpenCard as it is run "pre" (i.e. before) the card opens. Maybe a lock screen here could mess with some internal lock. :-Håkan 21 sep 2012 kl. 00:19 skrev Terence Blyth: > Hi thanks, I have in preOpenCard at the start lock screen and at the