Borje Posted December 30, 2018 Posted December 30, 2018 Hello I wonder if anyone can help me how I can get the GUICtrlSetData show on a spicell position. Example if I want to present GUICtrlSetData so the content is displayed at position 10, 40, 400, 20 is there someone who can tell or help me with this. How to set the syntax to make it to work. I had thought it would work inside a loop.
Moderators Melba23 Posted December 30, 2018 Moderators Posted December 30, 2018 Borje, What sort of control will actually hold the data which you wish to set? it could be as simple as positioning that control at the correct place. 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
Borje Posted December 30, 2018 Author Posted December 30, 2018 That is progressbar and I want to the % was placed in the progressbar here is the problem i Have with this GUICtrlSetData($Progress3Text, "" & Int($overallpercent) & " %") The progressbar works but the % is placed on a another place. I want to change this so the % come to the progressbar 10,40,400,20
Moderators Melba23 Posted December 30, 2018 Moderators Posted December 30, 2018 Borje, This thread looks as if it could be useful. M23 P.S. The forum search bar is at top-right of the page. 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
Borje Posted December 30, 2018 Author Posted December 30, 2018 Thanks Melba 23 I go to have lock there.
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