switchboard

mtagliaferri

Registered User.
Local time
Today, 18:19
Joined
Jul 16, 2006
Messages
550
How can I add more buttons on the built-in switchboard that only has 8 !!!

Thanks

Marco
 
you will need the toolbox toolbar in order to do this, there is an option for adding a command button.
 
if you look at the code there is a set naming convention for buttons and labels associated with buttons. add extra ones of these as required, ensuring the naming convention is complied with. you will then see that the button clicks fire something like

=handlebuttonclick(number)

you will need to set this on new buttons, and then check the code to ensure it handles the appropriate number of buttons.

----------------------------------
the only "catch" with the switchboard is that you should not leave option 1 blank on a menu, or it causes some issues.
 

Users who are viewing this thread

Back
Top Bottom