MariusN 1 Posted April 30, 2011 Is the a certain function that can Center or Self Adjust a "Title", wether it is a GUI title or a Label title? Thing is, sometimes my titles "move" either to the right or left when viewing on different O/S'es thx folks Share this post Link to post Share on other sites
wakillon 403 Posted April 30, 2011 You can use WinsetTitle for moving it, by adding space to left or right.Os haven't same style, maybe it is the cause of the differents title positions ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
MariusN 1 Posted April 30, 2011 You can use WinsetTitle for moving it, by adding space to left or right.Os haven't same style, maybe it is the cause of the differents title positions ! thx wakillon...will check it out Share this post Link to post Share on other sites
Melba23 3,456 Posted April 30, 2011 MariusN,My StringSize UDF (look in my sig) will tell you the size of the label needed for a particular string - a bit of maths will then let you centre it in your GUI. I have also used it for GUI titles, but the font used depending on the style set can vary so much it is less accurate for that. ;(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 Share this post Link to post Share on other sites
MariusN 1 Posted April 30, 2011 MariusN,My StringSize UDF (look in my sig) will tell you the size of the label needed for a particular string - a bit of maths will then let you centre it in your GUI. I have also used it for GUI titles, but the font used depending on the style set can vary so much it is less accurate for that. ;(M23No prob Melba...will DEFF try it...thx hey Share this post Link to post Share on other sites