kOt Contributor

Joined: 19 Jan 2004 Posts: 89 Location: Fyffe, AL
|
Posted: Wed Aug 02, 2006 6:16 pm Post subject: Big invisible window problem |
|
|
im having a small problem with the invisible style on my big dialog "1024x721"
I set a hotkey to Hide/Show the dialog
but while the Invisble style is set re-showing the dialog takes about 10 seconds
to pop back up again..
although hiding it is instant
Smaller windows doesn't do this for me.. its instant
Anyone else have a problem like this?
Here is the dialog, the window.bmp is 1024x721
| Code: |
Title WTB
dialog create,wtb,0,0,1024,721,ontop,notitle,class wtb,invisible
dialog add,taskicon,ticon,,%%ticon
dialog add,bitmap,bitmap1,0,0,1024,721,#tb\window.bmp
dialog add,bitmap,bitmap2,0,1001,22,20,#tb\closenorm.bmp,,CLICK,MOUSEOVER
dialog add,browser,browser1,28,10,1002,666,,,,nonewwindows
Hotkey add,CTRL+F12
Hotkey add,CTRL+ALT+F12
dialog show
|
_________________ Visual Dialogscript 5 |
|