View Single Post
  #1 (permalink)  
Old 10-05-2004, 10:47 AM
ish ish is offline
Junior Member
 
Join Date: Jun 2004
Posts: 6
Default 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.
Reply With Quote