Hi,
The 10 line script limits will be removed from standalone applications built with the open source version of LiveCode.
Andrew
Search found 184 matches
- Mon May 06, 2013 8:42 am
- Forum: Talking LiveCode
- Topic: Do or don't do
- Replies: 9
- Views: 2534
- Sun May 05, 2013 6:13 pm
- Forum: Talking LiveCode
- Topic: Simulating the keyboard in other applications
- Replies: 1
- Views: 1054
Re: Simulating the keyboard in other applications
Ok, After a bit of digging, I found a way to make this work in Mac OS X using AppleScript. Make a variable and put this into the variable: tell application "System Events" keystroke "<name of key>" end tell Then: do <variable name> as applescript If anyone else has any other ideas on how to make thi...
- Sun May 05, 2013 5:54 pm
- Forum: Converting to LiveCode
- Topic: Too many versions?
- Replies: 6
- Views: 5340
Re: Too many versions?
It really depends what you need LiveCode for. If you need all the new features, then the Community Edition will be what you want (as long as you are making in house or open source applications.). If commercial closed source is what you want then you may choose to stick with LiveCode 4.6.3. It is sti...
- Wed Apr 17, 2013 4:53 pm
- Forum: Talking LiveCode
- Topic: Simulating the keyboard in other applications
- Replies: 1
- Views: 1054
Simulating the keyboard in other applications
Hi, I am trying to find a way to send "virtual keystrokes" to the computer. I know that the "type" command sends keystrokes to LiveCode, but I need it to be sent to the whole computer. For example: My Application would be running in the background, receiving messages and then typing text into Micros...