Is there any idea to show the app icon in system tray rather than in taskbar?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on preOpenstack
set the flag of me to not the flag of me
if the flag of me then startpolling
end preOpenstack
on startPolling
palette this stack
set the icon to 1009
set the raisepalettes to true
set the iconMenu to "Close"
put the time into fld "time"
if the flag of me then send "startPolling" to me in 100 millisecs
end startPolling
on iconMenuPick theItem
if theItem is "Close" then quit
end iconMenuPick
Code: Select all
put the time into fld "time"
Code: Select all
put the time into fld "time" of card "displayCard" of stack "timerSubstack"