thecrime0 Posted July 10, 2012 Posted July 10, 2012 (edited) Found the answer, i was looping it wrong. Edited August 13, 2012 by thecrime0
Skitty Posted July 10, 2012 Posted July 10, 2012 so i am coding a program, but i have way to many features so i need to add them in tab control.I add tab control and swap the items into it, but then the items go behind it...?Its not like vb were u can drag them into the tab control...can someone help me!? thanks!Use koda in the full blown SciTE4AutoIt installation, I think it only comes in that, but not sure.You can activate it using the tools menu in scite and design the GUI there.Also, the controls that belong to a tab need to be created between the tab thing like this~GuiCtrlCreateTabItem("Tab1");Controls go hereGuiCtrlCreateTabItem(""); this tells autoit that everything created in this area after "Tab 1" belongs to "Tab 1"GuiCtrlCreateTabItem("Tab2");Controls go hereGuiCtrlCreateTabItem("")etc
Zedna Posted July 10, 2012 Posted July 10, 2012 Also consider this:When you create control on the Tab by UDF function (_GUICtrlCreate) and not by internal AutoIt's function (GUICtrlCreate) you must show/hide this control yourself. Resources UDF ResourcesEx UDF AutoIt Forum Search
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