Does anyone know how to set up the status tray icon yet? I could use the help.
Many Thanks
Christopher
Status Tray?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
The tray icon is unsupported and specifically for Windows (it won't give you a menu item in the upper-right on MaxOSX, for instance)
Currently the only documentation is available in the Whats_New.txt file in the Revolution directory in Program files.
Here are a few pointers:
1. To get a tray icon:
2. To set the tray icon menu
3. To react to the user picking an item, put this in a backscript
For more information regarding the sue of labels, tags and dynamically modifying the icon menu, see the documentation in Whats_New.txt
Hope this helped,
Jan Schenkel.
Currently the only documentation is available in the Whats_New.txt file in the Revolution directory in Program files.
Here are a few pointers:
1. To get a tray icon:
Code: Select all
set the icon to 204010 -- the id of the image to sue as an icon
Code: Select all
set the iconMenu to "Say boo" & return & "About me"
Code: Select all
on iconMenuPick pItem
answer "Got an iconMenuPick for:" && pItem
end iconMenuPick
Hope this helped,
Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com
-
- Posts: 52
- Joined: Sun Jan 20, 2008 7:06 am
Ok
Ok, I'll give that a try, thanks Jan
Christopher
Christopher
-
- Posts: 52
- Joined: Sun Jan 20, 2008 7:06 am
Perfect
Thanks Jan,
That's perfect, i remembered seeing something about that somewhere but i couldn't remember, and i previously posted about the icon but i received no replies so yeah.......... Perfect.
Many Thanks,
Christopher
That's perfect, i remembered seeing something about that somewhere but i couldn't remember, and i previously posted about the icon but i received no replies so yeah.......... Perfect.
Many Thanks,
Christopher