Posted 19 years ago
by Chris Schuld
-
Owner / Senior Developer,
Aztec Software
Hi,
I'd like to find out if there is a way to programatically control the slider on the NavigationBar. I have ~ nine icons/buttons in the NavigationBar that I desire to be visible. --OR-- if the NavigationBar can/could restore it's previous saved settings/slider settings this would be great as well (similar to the location save of the Docking Manager). I looked in the help and nothing jumped out at me so I figured I would ask (the forum has become an excellent addition to the manuals).
Here is what I have now (I'll try to illustrate this in ASCII art [argh]):Here is what I want to programmatically generate:
Thanks,
Chris
I'd like to find out if there is a way to programatically control the slider on the NavigationBar. I have ~ nine icons/buttons in the NavigationBar that I desire to be visible. --OR-- if the NavigationBar can/could restore it's previous saved settings/slider settings this would be great as well (similar to the location save of the Docking Manager). I looked in the help and nothing jumped out at me so I figured I would ask (the forum has become an excellent addition to the manuals).
Here is what I have now (I'll try to illustrate this in ASCII art [argh]):
+-----------------------+
| |
| |
| |
| |
| |
| some controls here |
| |
| |
| |
| |
| |
| |
+=======================+
| Button 1 |
+-----------------------+
| Button 2 |
+-----------------------+
| Button 3 |
+-----------------------+
| 4 | 5 | 6 | 7 | 8 | 9 |
+-----------------------+
+-----------------------+
| |
| some controls here |
| |
+=======================+
| Button 1 |
+-----------------------+
| Button 2 |
+-----------------------+
| Button 3 |
+-----------------------+
| Button 4 |
+-----------------------+
| Button 5 |
+-----------------------+
| Button 6 |
+-----------------------+
| Button 7 |
+-----------------------+
| Button 8 |
+-----------------------+
| Button 9 |
+-----------------------+
Chris