Sort list of GUI control types alphabetically Topic is solved

Share your ideas as to how the documentation can be improved.
User avatar
emmanuel d
Posts: 90
Joined: 17 Nov 2013, 04:45

Sort list of GUI control types alphabetically

Post by emmanuel d » 11 Sep 2023, 08:10

There is no order or logic in this: (GUI Control Types)

Code: Select all

•Text, Edit, UpDown, Picture
•Button, Checkbox, Radio
•DropDownList, ComboBox
•ListBox, ListView, TreeView
•Link, Hotkey, DateTime
•MonthCal, Slider, Progress
•GroupBox, Tab3, StatusBar
•ActiveX (e.g. Internet Explorer Control)
•Custom
Change To:

Code: Select all

•ActiveX
•Button
•Checkbox
•ComboBox
•Custom
•DateTime
•DropDownList
•Edit
•GroupBox
•Hotkey
•Link
•ListBox
•ListView
•MonthCal
•Picture
•Progress
•Radio
•Slider
•StatusBar
•Tab3
•Text
•TreeView
•UpDown

User avatar
Ragnar
Posts: 614
Joined: 30 Sep 2013, 15:25

Re: Sort list of GUI control types alphabetically  Topic is solved

Post by Ragnar » 28 Sep 2023, 10:59

Thanks for the suggestion. I've changed this.

User avatar
emmanuel d
Posts: 90
Joined: 17 Nov 2013, 04:45

Re: Sort list of GUI control types alphabetically

Post by emmanuel d » 10 Oct 2023, 10:39

Much appreciated :thumbup: :bravo:

Post Reply

Return to “Suggestions on Documentation Improvements”