|
#1
|
||||
|
||||
|
Having a menu bar in your application will provide a familiar and convenient way for your users to interact with your software. Here is how you do it:
1. Select Project > Menu Bar from the menu. 2. Check the "Show menu bar" option. 3. Customize the menu to have the options and commands that you want. Pay special attention to the Menu ID property of each command as you will need it in order to handle the menu commands. 4. Click OK to close the Menu Bar screen. 5. Select Page > Properties from the menu. 6. On the Script tab, select the "On Menu" event. 7. Enter the following text to handle specific menu commands (adjust the menu ID accordingly: Code:
if e_ID == 101 then
Dialog.Message("Notice", "You selected menu item 101");
end
You can use this method to handle all of your menu commands. Just add additional if..then..end blocks for the other commands. Also note that you do not have to handle menu commands on each page, you can handle them for the entire application using the "On Menu" event of the project actions (select Project > Actions) from the menu. For more details about using menus bars, search for "Menu Bar" in the help file. |
|
#2
|
||||
|
||||
|
Brett, do believe there will be the option to adjust the color of the Menubar sooner or later in the lifecycle of AMS? Several times I wanted to use the Menubar but the color clashed with the rest of my theme.
TIA |
|
#3
|
||||
|
||||
|
(bump)
I know you guys/gals are busy, but do you see this feature being added anytime soon? (say the next Major release) TIA |
|
#4
|
|||
|
|||
|
and don't forget icons.
__________________
Dermot AMS Add-ons - xDialog.com A complex system that does not work is invariably found to have evolved from a simpler system that worked just fine. |
|
#5
|
||||
|
||||
|
... and WinXP/Vista theme. ... and the ability to place items easily not only from the left but from the right side of the menu (like an Exit button).
Thus, a drag-n-drop menu would rock! |
|
#6
|
||||
|
||||
|
Brett, you gave an inch, we are just taking the mile.
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Menu Bar Woes | Roboblue | AutoPlay Media Studio 6.0 | 2 | 02-05-2008 06:57 PM |
| More more menu bar | Roboblue | AutoPlay Media Studio 6.0 | 10 | 11-15-2006 01:58 PM |
| More Menu Bar Examples | Roboblue | AutoPlay Media Studio 7.5 Examples | 5 | 02-28-2006 09:58 AM |
| More Menu Bar | Roboblue | AutoPlay Media Studio 6.0 | 5 | 02-06-2006 06:36 PM |
| TUTORIAL: Showing and Hiding Objects in AutoPlay Menu Studio 3.0 | Support | AutoPlay Menu Studio 3.0 | 0 | 10-10-2002 03:39 PM |
All times are GMT -6. The time now is 01:46 AM.








Linear Mode

