Iconic Problem
Posted: Tue Nov 25, 2008 8:40 am
Hi everybody,
There are some games which changes screen resolution on startup. I've made a script for my stack -
on desktopChanged
set the iconic of me to false
end desktopChanged
But when I start a game, it changes the screen resolution in 640X480 but my stack wont restore if minimized.
I've alse made a script for my stack -
on escapeKey
set the iconic of me to false
end escapeKey
But it also not works when I press escape key.
Pls, solve me.
There are some games which changes screen resolution on startup. I've made a script for my stack -
on desktopChanged
set the iconic of me to false
end desktopChanged
But when I start a game, it changes the screen resolution in 640X480 but my stack wont restore if minimized.
I've alse made a script for my stack -
on escapeKey
set the iconic of me to false
end escapeKey
But it also not works when I press escape key.
Pls, solve me.