Jonas93 Posted September 16, 2011 Posted September 16, 2011 Hi, Im trying to get 4 different browsers in 1 gui. The problem is to open pages. Everytime 3 of them lose their "picture" and just the last one navigating shows the page. You can see all the other 3 pages just until the next one is appearing. Is their any solution? $InetOne = _IECreateEmbedded () $InetOne_ctrl = GUICtrlCreateObj($InetOne, 360, 9, 160, 140) $InetTwo = _IECreateEmbedded () $InetTwo_ctrl = GUICtrlCreateObj($InetTwo, 360, 180, 160, 140) $InetThree = _IECreateEmbedded () $InetThree_ctrl = GUICtrlCreateObj($InetThree, 360, 351, 160, 140) $InetFour = _IECreateEmbedded () $InetFour_ctrl = GUICtrlCreateObj($InetFour, 360, 522, 160, 140) _IENavigate($InetOne,"") _IENavigate($InetTwo,"") _IENavigate($InetThree,"") _IENavigate($InetFour,"")
Jonas93 Posted September 16, 2011 Author Posted September 16, 2011 €: If i minimize the gui and restore it, all browsers are shown. Perhaps that helps :S
wakillon Posted September 16, 2011 Posted September 16, 2011 if you had shown your entire script, perhaps it would have helped ! AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
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