Yes!!!
Thank you
Search found 26 matches
- Wed Jul 21, 2010 10:36 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Quit and IDE
- Replies: 2
- Views: 2711
- Tue Jul 20, 2010 7:57 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Quit and IDE
- Replies: 2
- Views: 2711
Quit and IDE
I've seen it millions of times here on forum but now when I need it I simply can't find it: how to run script only if it is in standalone app? For example: I have app which reads stdin, do some stuff, write to stdout and quits. Problem is that as soon as I added quit to the handler I am not able to ...
- Wed Jun 16, 2010 1:05 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Custom sort
- Replies: 4
- Views: 3320
Re: Custom sort
I want to sort lines of text.
Thank you for suggestions. I'll check them.
Thank you for suggestions. I'll check them.
- Wed Jun 16, 2010 9:29 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Custom sort
- Replies: 4
- Views: 3320
Custom sort
Hi Before I start writing my own sort function I would like to know if Revolution already have sort function that I need. So, the question is: is there sort function in Revolution where I can provide string (or list, or whatever) as my custom sortKey. I don't want to sort it by numbers, date or alph...
- Wed May 26, 2010 11:11 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to update window content while dragging?
- Replies: 2
- Views: 2385
Re: How to update window content while dragging?
This is it!
Thank you Bernd
Thank you Bernd
- Wed May 26, 2010 8:19 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to update window content while dragging?
- Replies: 2
- Views: 2385
How to update window content while dragging?
Hi
I would like to be able to (while moving stack window on the screen) show window coordinates of the window in text field.
Problem is that nothing happens while dragging. Text field gets refreshed only when I release window.
There must be something I am missing here.
Regards
I would like to be able to (while moving stack window on the screen) show window coordinates of the window in text field.
Problem is that nothing happens while dragging. Text field gets refreshed only when I release window.
There must be something I am missing here.
Regards
- Sat Feb 27, 2010 9:07 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Import sequence into image array
- Replies: 3
- Views: 3262
Re: Import sequence into image array
ho, ho ,ho
This is exactly what I want.
Thank you Klaus very much!
This is exactly what I want.
Thank you Klaus very much!
- Fri Feb 26, 2010 2:34 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Import sequence into image array
- Replies: 3
- Views: 3262
Import sequence into image array
Hi I would like to know if it's possible to import seq of images into image array. Is it possible to achive it by using import paint command? How can I put imported paint into array item? Am I able to import that seq as non compressed images because I want to show them fery fast, as flipbook? Thanks...
- Wed Feb 24, 2010 10:17 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to minimize to system tray on Win?
- Replies: 3
- Views: 3534
Re: How to minimize to system tray on Win?
Paul Thank you for link to that post. I'll try examples posted there (btw flickr hosted example images are not showing up). I want to check if that undocumented feature still works. But plugin from FourthWorld is probably what I need. I'll grab some spare time to play with it... Thanks for helpful r...
- Tue Feb 23, 2010 5:14 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to minimize to system tray on Win?
- Replies: 3
- Views: 3534
How to minimize to system tray on Win?
Hi
I would like to know is this feature exists in Revolution. (or as working plugin)
I am aware of iconic property but it just minimizes window in system tray.
Thanks
I would like to know is this feature exists in Revolution. (or as working plugin)
I am aware of iconic property but it just minimizes window in system tray.
Thanks
- Fri Nov 20, 2009 9:42 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to start app at Windows startup?
- Replies: 9
- Views: 6936
- Thu Nov 19, 2009 10:44 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to start app at Windows startup?
- Replies: 9
- Views: 6936
- Thu Nov 19, 2009 9:46 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to start app at Windows startup?
- Replies: 9
- Views: 6936
How to start app at Windows startup?
Hi
Is it possible to create app shortcut in Startup folder under Windows Start menu? I want to start my app everytime Windows start.
Thanks
Is it possible to create app shortcut in Startup folder under Windows Start menu? I want to start my app everytime Windows start.
Thanks
- Tue Jan 27, 2009 6:01 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Focusing revolution app
- Replies: 2
- Views: 2546
I am already using on resume handler in my mainstack with the same command(hide taskbar). There is on rawKeyUp handler which switches images backward/forward (using arrowkeys) in the same mainstack too. When I use alt+tab to switch back to revolution app it doesnt hide taskbar - but if I do it again...
- Mon Jan 26, 2009 10:02 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Focusing revolution app
- Replies: 2
- Views: 2546
Focusing revolution app
I am working on simple slideshow with backdrop in background. Beacuse I want it to be kiosk like app, I am using hideTaskbar in preopenstack which works fine. Navigation uses left/right arrowkeys which works ok too... Problem is that when I go to other app by using atl+tab and then return to my slid...