Opened 15 years ago
Closed 15 years ago
#1534 closed Bug (No Bug)
Multiple GUI windows management issue
Reported by: | darkprince.1979@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.6.0 | Severity: | None |
Keywords: | multiple gui, gui functions, | Cc: |
Description
The GUI system is perfectly fine when there is only one window. When there is more than one window and you have to switch between windows visually using @SW_SHOW @SW_HIDE its a mess.GUISwitch does'nt help.
The windows stop responding or the display is totally unpredictable.
When I checked forum it says even the WinActivate is no use but there is no solution in the forum:(
showtopic=15839
Attachments (2)
Change History (4)
Changed 15 years ago by vinu.felix@…
comment:1 Changed 15 years ago by MrCreatoR <mscreator@…>
So where is the bug? you simple don't know how to handle multiple GUIs, it is not mean that there is a bug. Iv'e attched a fix for your sample, it is how (in my opinion) such GUIs should be handeled.
comment:2 Changed 15 years ago by Jpm
- Resolution set to No Bug
- Status changed from new to closed
Thanks MrCreatoR for the help.
@darkprince.1979 next time before submitting a report use the Autoit Forum to get help and don't forget to mention the environment where the problem occured. use_DebugReportEnv() ;)
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Sample code showing 2 gui and its change