|
|||
|
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. |
|
|||
|
1. Adding the following code into the "initialize" script
Code:
Application.Appearance.windowShape = $WSRECTANGLE; 2. It's a bug, we will fix it in ver2.2 Thank you! |
|
|||
|
The problem is that I need to change transparency in RUNTIME (i.e. not in the initialization script)
I've got the problem with the following application: The applications shows a beatiful splash on transparent background while loading. Then after initialization and some other internal actions the program should switch to a standard window mode with a taskbar, buttons, etc. I use that script I described earlier to change the window style. This piece of code is definitely executed but the window remains transparent. |
|
|||
|
When can I expect the fixed version? We can't launch our project because of this bug... Waiting...
Also please reply to this message: http://www.swfkit.com/forum/thread_3_711.html Thank you. |
|
|||
|
Thank you for pointing out the bugs in SWFKit. All are fixed now, please get it at
http://www.swfkit.com/download/swfkit.exe The ping feature was implemented by the RAW SOCKET that requires the administrator privilege. In the fixed version we implemented it in another way. Now it can work for a limited account. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|