gte Posted June 1, 2009 Posted June 1, 2009 I searched for "multiple windows" and "multiple display" and I cannot find out how to do this, I also looked under the guictrlcreategroup styles I want to have a different group of buttons/input boxes display depending on the combo box selection, does anyone know how to do this? HP OpenView ServiceCenter keep alive scriptRemote Desktop Login Script
Moderators Melba23 Posted June 1, 2009 Moderators Posted June 1, 2009 gte, 3 possibilites spring to mind: 1. Create the necessary buttons/inputs as required when the combobox selection has been made. 2. Rename/Show/Hide a range of preexisting buttons/inputs when the combobox selection has been made. 3. Create as many buttons/inputs as you will ever need and then Show/Hide to leave those necessary when the combobox selection has been made. Easiest is probably No 1 - you could always make a nice little GUI out of it. ;-) M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
gte Posted June 1, 2009 Author Posted June 1, 2009 Thanks MelbaI'll try the first oneI was hoping you could call groups, but I guess notgte,3 possibilites spring to mind:1. Create the necessary buttons/inputs as required when the combobox selection has been made.2. Rename/Show/Hide a range of preexisting buttons/inputs when the combobox selection has been made.3. Create as many buttons/inputs as you will ever need and then Show/Hide to leave those necessary when the combobox selection has been made.Easiest is probably No 1 - you could always make a nice little GUI out of it. ;-)M23 HP OpenView ServiceCenter keep alive scriptRemote Desktop Login Script
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