sainumpudi Posted November 5, 2008 Share Posted November 5, 2008 Hi, I am trying split window into two frames. left hand side will have my menu items. When i click on the menu on the left frame data on right frame has to be changed. If any one have tried this earlier, Please reply back to me. Link to comment Share on other sites More sharing options...
Marlo Posted November 5, 2008 Share Posted November 5, 2008 wait...what? Click here for the best AutoIt help possible.Currently Working on: Autoit RAT Link to comment Share on other sites More sharing options...
sainumpudi Posted November 5, 2008 Author Share Posted November 5, 2008 wait...what?Can we split window into Frames. Similar to what we do in HTML.Left hand side i will have my items listed. When i click on items corresponding text will be displayed on right hand side. Link to comment Share on other sites More sharing options...
TehWhale Posted November 5, 2008 Share Posted November 5, 2008 Can we split window into Frames. Similar to what we do in HTML.Left hand side i will have my items listed. When i click on items corresponding text will be displayed on right hand side.Once again, What!? Link to comment Share on other sites More sharing options...
dbzfanatic Posted November 5, 2008 Share Posted November 5, 2008 There are a few ways to do this,depending on what you want to do. You could use an edit box with sunken edges, a real html page embeded in your gui,etc. Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote] Link to comment Share on other sites More sharing options...
sainumpudi Posted November 5, 2008 Author Share Posted November 5, 2008 There are a few ways to do this,depending on what you want to do. You could use an edit box with sunken edges, a real html page embeded in your gui,etc.Hi dbzfanaticThanks for your reply. My case is different, left hand side i have links for different process ( Mean GUI components).When i click on link it has to call corresponding GUI window screen ( different .au3 file ) in right hand frame.Please advise me is this possible to do with controls we have in AutoIt Link to comment Share on other sites More sharing options...
Pain Posted November 5, 2008 Share Posted November 5, 2008 Something like this?http://www.autoitscript.com/forum/index.php?showtopic=77979 Link to comment Share on other sites More sharing options...
Bert Posted November 5, 2008 Share Posted November 5, 2008 I sent you a PM with a solution to what you are asking for. If that doesn't work, let me know. The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
sainumpudi Posted November 6, 2008 Author Share Posted November 6, 2008 I sent you a PM with a solution to what you are asking for. If that doesn't work, let me know.Hi Volly,Thanks for sending me PM. I am looking a solution similar to Help feature in SciTE Editor.If i look at help i am seeing two different frames divided by a solid vertical bar. When you click on search items in left hand side following information is displayed in right hand side frame.I was wondering how window is divided into two frames. Link to comment Share on other sites More sharing options...
Bert Posted November 6, 2008 Share Posted November 6, 2008 Well, I would assume you are building a GUI, so you could use the treeview functions to do it. Look at the GUICtrlCreateTreeView example in the helpfile The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
spudw2k Posted November 6, 2008 Share Posted November 6, 2008 (edited) Here's a good place to start. http://www.autoitscript.com/forum/index.ph...st&p=450003Add these includes for it to work for recent AutoIt releases.#include <GUIConstantsEx.au3> #include <WindowsConstants.au3> Edited November 6, 2008 by spudw2k Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX BuilderMisc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retreive SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose ArrayProjects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalcCool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF 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