quaizywabbit Posted March 1, 2005 Share Posted March 1, 2005 are there any work-arounds to get two or more child windows visible simultaneously? They don't overlap, just don't know how to get them all to be visible on the parent at once......... [u]Do more with pre-existing apps![/u]ANYGUIv2.8 Link to comment Share on other sites More sharing options...
jpm Posted March 2, 2005 Share Posted March 2, 2005 are there any work-arounds to get two or more child windows visible simultaneously?They don't overlap, just don't know how to get them all to be visible on the parent at once.........<{POST_SNAPBACK}>When you create a GUI you define W,H,X,Y so compute them so they don't overlap. with GuiSetState you will choose the order they appear. Link to comment Share on other sites More sharing options...
quaizywabbit Posted March 2, 2005 Author Share Posted March 2, 2005 When you create a GUI you define W,H,X,Y so compute them so they don't overlap. with GuiSetState you will choose the order they appear.<{POST_SNAPBACK}>I want them ALL to appear at the same time, IF that's possible................. [u]Do more with pre-existing apps![/u]ANYGUIv2.8 Link to comment Share on other sites More sharing options...
SlimShady Posted March 2, 2005 Share Posted March 2, 2005 Then use GUISwitch and GUISetState for each window. Link to comment Share on other sites More sharing options...
quaizywabbit Posted March 2, 2005 Author Share Posted March 2, 2005 will they all be visible that way? or just one at a time? [u]Do more with pre-existing apps![/u]ANYGUIv2.8 Link to comment Share on other sites More sharing options...
SlimShady Posted March 2, 2005 Share Posted March 2, 2005 AutoIt is so fast that you won't notice that windows are appearing one at a time. Link to comment Share on other sites More sharing options...
jpm Posted March 2, 2005 Share Posted March 2, 2005 Then use GUISwitch and GUISetState for each window.<{POST_SNAPBACK}>You don't even need to use GUISwitch, just GUISetState(@SW_SHOW,$guihandle)$guihandle being return by GUICreate Link to comment Share on other sites More sharing options...
quaizywabbit Posted March 2, 2005 Author Share Posted March 2, 2005 thanks...I'll give it a try [u]Do more with pre-existing apps![/u]ANYGUIv2.8 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now