Indigo Rose Software
  #1  
Old 08-29-2006
Brett's Avatar
Brett Brett is offline
Indigo Rose Staff Member
 
Join Date: Jan 2000
Posts: 2,001
Cool Article: Adding a Menu Bar System

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
8. Click OK to accept the script and then select Publish > Preview from the menu and try out the menu command the you handled.

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.
Reply With Quote
  #2  
Old 08-29-2006
Intrigued's Avatar
Intrigued Intrigued is offline
Indigo Rose Customer
 
Join Date: Dec 2003
Location: Location! Location!
Posts: 6,059
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
__________________
Intrigued
www.amsuser.com
Reply With Quote
  #3  
Old 12-02-2006
Intrigued's Avatar
Intrigued Intrigued is offline
Indigo Rose Customer
 
Join Date: Dec 2003
Location: Location! Location!
Posts: 6,059
(bump)

I know you guys/gals are busy, but do you see this feature being added anytime soon? (say the next Major release)

TIA
__________________
Intrigued
www.amsuser.com
Reply With Quote
  #4  
Old 12-03-2006
Dermot Dermot is offline
Indigo Rose Customer
 
Join Date: Apr 2004
Location: Vancouver, Canada
Posts: 1,520
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.
Reply With Quote
  #5  
Old 12-03-2006
Intrigued's Avatar
Intrigued Intrigued is offline
Indigo Rose Customer
 
Join Date: Dec 2003
Location: Location! Location!
Posts: 6,059
... 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!
__________________
Intrigued
www.amsuser.com
Reply With Quote
  #6  
Old 12-04-2006
Intrigued's Avatar
Intrigued Intrigued is offline
Indigo Rose Customer
 
Join Date: Dec 2003
Location: Location! Location!
Posts: 6,059
Brett, you gave an inch, we are just taking the mile.

__________________
Intrigued
www.amsuser.com
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


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.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software