Rex Posted August 24, 2014 Posted August 24, 2014 Hi I have created a small program, witch allows the user to enter some informations in inputboxes etc., it has different layouts that the user can choose from in a dropdown, and I do a hide/show/rearrange for the controls according to the chosen layout. My problem is, that this works flawless on local machines, but when runned at the server the layout some times don't update correct, leaving controls that should had been hidden visible on the gui - if the user then changes the layout back and forth the gui some times hides the controls as it should? Any one have a idea on what I can do to overcome this problem? Cheers c;") /Rex
Moderators Melba23 Posted August 24, 2014 Moderators Posted August 24, 2014 Rex,Could I suggest looking at my GUIExtender UDF? This will allow you to show/hide different sections of the GUI depending on the user selection. As you determine the layout of each section there is no problem in rearranging controls as you just determine which sections are visible and their internal layout is not changed. Look in my sig for the link. 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
Rex Posted August 24, 2014 Author Posted August 24, 2014 Hi Melba The udf looks nice and ill have a look on it Cheers c;") /Rex
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