Opened 16 years ago
Closed 16 years ago
#1534 closed Bug (No Bug)
Multiple GUI windows management issue
| Reported by: | 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)
by , 16 years ago
| Attachment: | TestCenter.zip added |
|---|
comment:1 by , 16 years ago
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 by , 16 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → 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() ;)

Sample code showing 2 gui and its change