
Search found 8 matches
- Fri Nov 15, 2013 10:17 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Make Icon Appear Taskbar
- Replies: 8
- Views: 5162
Re: Make Icon Appear Taskbar
Excellent
yous have made my day works perfect

- Fri Nov 15, 2013 9:38 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Make Icon Appear Taskbar
- Replies: 8
- Views: 5162
Re: Make Icon Appear Taskbar
sorry been trying it can someone give me in more detail for "you can "set the statusIcon to <id>" which will display the icon identified in the system tray on Windows"
as tried a few things and cant seem to get it to work, ie on windows 8 so maybe my side thats the issue but any help would be great.
as tried a few things and cant seem to get it to work, ie on windows 8 so maybe my side thats the issue but any help would be great.
- Fri Nov 15, 2013 9:17 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Make Icon Appear Taskbar
- Replies: 8
- Views: 5162
Re: Make Icon Appear Taskbar
thanks will give it a try would rather use livecode since i paid for the license, thanks for all the help everyone
- Fri Nov 15, 2013 6:23 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Make Icon Appear Taskbar
- Replies: 8
- Views: 5162
Re: Make Icon Appear Taskbar
thanks for the reply seen in old posts the same reply a few years back but expected it to be implemented into livecode by now, will see if i can find a way to do my project without it otherwise will try a different programming language as just at the beginning of the project. Thanks again for fast r...
- Fri Nov 15, 2013 6:11 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Make Icon Appear Taskbar
- Replies: 8
- Views: 5162
Make Icon Appear Taskbar
hi, can anyone help me im trying to find out how i get a small icon to appear in the task bar in the bottom right corner when my program is running.
Thanks for reading, any help is appriated
Thanks for reading, any help is appriated
- Sun Aug 25, 2013 5:09 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Simulate Keypress
- Replies: 5
- Views: 4301
Re: Simulate Keypress
thx for the reply mark, I will need to read up on it.
do you mean I need to save the vbscript to a file and execute it from inside livecode, or is there a way to insert vbscript directly into livecode.
sorry total noob here but trying my best to learn livecode
do you mean I need to save the vbscript to a file and execute it from inside livecode, or is there a way to insert vbscript directly into livecode.
sorry total noob here but trying my best to learn livecode

- Sun Aug 25, 2013 1:22 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Simulate Keypress
- Replies: 5
- Views: 4301
Re: Simulate Keypress
its actually Microsoft publisher, I need it to load the program which I can get to do, then I need it to sendkeys like I did in the past on visual basic to auto complete a few tasks.
kinda hoped to be able to do it in livecode.
kinda hoped to be able to do it in livecode.
- Sun Aug 25, 2013 1:01 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Simulate Keypress
- Replies: 5
- Views: 4301
Simulate Keypress
hey, I've been trying to work out this problem, if someone could help me would be much appreciated I came across this on rawKeyDown theKeyNumber put theKeyNumber pass rawKeyDown end rawKeyDown (which gives me the key number for the designated key) so I tried the script below hoping it would work but...