window shape and custom icon bug
I've encountered some problems in applications created by SWFKit 2.1 r2
1. I can't change window shape "on fly"
initial settings in the dialog window "Operation panel - Application Definition - Appearance":
Window Shape - I choose "Transparent Background", the other options are set by default
then I use the following piece of code in the script:
Application.Appearance.windowShape = $WSRECTANGLE ;
but nothing happens. the window remains transparent.
2. I get the system icon instead of application icon appearing while switching between running applications using Alt+Tab.
|