|
Fallen.Anvil Novice
Joined: 12 Jul 2012 Posts: 47
|
Posted: Wed Jun 29, 2016 7:54 pm
Putting Buttons Into Alphabetical Order |
Is there a way to get your current buttons to put themselves into alphabetical order when displayed on my button bar?
They arrange themselves in Alpha order in my settings but I can't figure out how to make them do so on my main screen.
Thanks |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Wed Jun 29, 2016 11:24 pm |
Unless your explicitly state the position, instead of leaving it in the default automatic, I think they order themselves according to order of creation, or maybe by the priority number.
|
|
_________________ Discord: Shalimarwildcat |
|
|
|
Fallen.Anvil Novice
Joined: 12 Jul 2012 Posts: 47
|
Posted: Thu Sep 15, 2016 1:25 am |
Thanks
|
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Sep 16, 2016 12:41 am |
If you make the buttons all operate and display dynamically then yes you can. Use a caption such as %item(@ButtonList, nnn) where nnn is a manually assigned number based on the buttons screen positioning. In the scripts area you will want to use that same number to select the script to run. I would suggest putting the current button scripts into aliases named BtnScriptNAME where NNAME would match the caption name this will allow you to use #EXEC {%item(@ButtonList, nnn)} as the script for each button. Set the sort list check box on your ButtonList variable and you are all done. You can even make the nnn numbers dynamic if you wanted to add buttons to 'scroll' through multiple panels.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|