Re: menu builder

2006-03-26 Thread J. Landman Gay

Stephen Barncard wrote:
I've found the Menu Builder is handy for quick menu creation, but once a 
menu is created in rev, it seems that going back to the builder gives no 
way to 'connect' with previous menus ...


Is it true the Menu Builder is 'Write Only' and can't edit?


No, you should be able to edit it. Click the Edit button, and then 
choose the menubar.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Menu Builder is causing big problems in my stack!

2004-07-18 Thread Dan Shafer
Also, I think it has long been recommended best practice to begin your 
design process by creating your menubar FIRST even if you never 
populate it until later. Saves a lot of heartache in my experience.

Dan
On Jul 15, 2004, at 8:08 PM, Sarah Reichelt wrote:
Has anyone else experienced infuriating, buggy behavior with the menu 
builder?  I read a post by François Cuneo that describes part of the 
problem.  The menubar I make (I'm developing in OSX) is improperly 
shown as having Paste as the first item in the application menu, File 
is empty, and Help contains Copy, I think.  What I made, using menu 
builder, should've had only Quit in the File menu (which would be 
moved to the application folder for OSX builds) and only Cut, Copy, 
and Paste in the Edit menu.
I've never heard of anyone else finding the menu items so totally 
messed up but with OS X, there are changes made after you create your 
menubars and you need to allow for them. The last 2 lines of the File 
menu (a divider  Quit) are moved to the Application menu. Similarly, 
the last 2 lines of the Edit menu (divider  Preferences) are moved to 
the Application menu. If you don't have anything else in the File 
menu, it will appear empty. If you only have Cut, Copy  Paste in the 
Edit menu, Copy  Paste will vanish from there and presumably Paste 
will appear in the Application menu. With the Help menu, the About 
item is also moved to the Application menu.

Delete your menu and start again. Just accept the default menu and see 
what happens. Now you can start customizing it, but leave the items 
that get moved, in their correct places so that they and nothing else 
get moved.
Also, the feature that shortens the stack to hide the menubar in OSX 
is driving me nuts, running amuck and resizing the stack willy nilly. 
 One time it chopped off 22 pixels each time I opened the stack, 
making for a nice disappearing stack.  G!
Yes, this is a long time bugbear. My current preferred option ( I 
don't know if it works on non-Mac systems) is to make a separate stack 
containing nothing but the menu. Do NOT check Set as menubar on Mac 
OS but in your main stack use a line like:
	set the menubar of this stack to Menubar 1
You don't need to tell it which stack contains Menubar 1, it will 
find it if it is in a substack. Then you can edit the menus  their 
scripts easily and avoid the whole stack resizing business.

Cheers,
Sarah
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Menu Builder is causing big problems in my stack!

2004-07-15 Thread Sarah Reichelt
Has anyone else experienced infuriating, buggy behavior with the menu 
builder?  I read a post by François Cuneo that describes part of the 
problem.  The menubar I make (I'm developing in OSX) is improperly 
shown as having Paste as the first item in the application menu, File 
is empty, and Help contains Copy, I think.  What I made, using menu 
builder, should've had only Quit in the File menu (which would be 
moved to the application folder for OSX builds) and only Cut, Copy, 
and Paste in the Edit menu.
I've never heard of anyone else finding the menu items so totally 
messed up but with OS X, there are changes made after you create your 
menubars and you need to allow for them. The last 2 lines of the File 
menu (a divider  Quit) are moved to the Application menu. Similarly, 
the last 2 lines of the Edit menu (divider  Preferences) are moved to 
the Application menu. If you don't have anything else in the File menu, 
it will appear empty. If you only have Cut, Copy  Paste in the Edit 
menu, Copy  Paste will vanish from there and presumably Paste will 
appear in the Application menu. With the Help menu, the About item is 
also moved to the Application menu.

Delete your menu and start again. Just accept the default menu and see 
what happens. Now you can start customizing it, but leave the items 
that get moved, in their correct places so that they and nothing else 
get moved.
Also, the feature that shortens the stack to hide the menubar in OSX 
is driving me nuts, running amuck and resizing the stack willy nilly.  
One time it chopped off 22 pixels each time I opened the stack, making 
for a nice disappearing stack.  G!
Yes, this is a long time bugbear. My current preferred option ( I 
don't know if it works on non-Mac systems) is to make a separate stack 
containing nothing but the menu. Do NOT check Set as menubar on Mac 
OS but in your main stack use a line like:
	set the menubar of this stack to Menubar 1
You don't need to tell it which stack contains Menubar 1, it will 
find it if it is in a substack. Then you can edit the menus  their 
scripts easily and avoid the whole stack resizing business.

Cheers,
Sarah
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re Menu Builder

2003-06-12 Thread muaadh salih
Thanks  for all colleagues who helped but it is not yet working.
I noticed that only after saving the stack that this error is 
produced i.e. message is called prior to saving.
Suspecting that I might be still under the free trail I put a 
button with 15 line of scripts  ( like : put number  return  after a 
field) this worked fine .  I am still baffled
--

All the best

---
M.  Salih
N.M.E. Dept.
SOAS
University of London
Thornhaugh Street
London WCIH OXG
Tel. (UK) 020  7898 4354 Direct
  020  7898 4320 Dept.
eMail: [EMAIL PROTECTED]
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: menu builder

2003-06-11 Thread Sarah
Your script looks fine, so there are a few other possibilities:
Have you changed the text of the menu items? If your menu item is 
About MyApp... then it won't get caught in this switch.
Is there another handler in the same script that might have an error so 
that the complete script fails to compile?
Do you have any front scripts that might be trapping the menuPick?

To test, I would add a new line to your handler as follows:
on menuPick pWhich
  put pWhich
  switch pWhich
  
This will allow you to check that your handler is being called and give 
you the exact parameter that is being passed to it.

Cheers,
Sarah
[EMAIL PROTECTED]
http://www.troz.net/Rev/
On Wednesday, June 11, 2003, at 11:44  pm, muaadh salih wrote:

On going through the  Tutorials  and on practicing menu building it 
seems that either I have not seeen somthing imprtamt or there might be 
a bug.
Problem : Script of help menu:

on menuPick pWhich
  switch pWhich
  case Help
Answer  This is a test
    break
  case About
Answer  I have written this
    break
  end switch
end menuPick
--
does not seem to work; clicking on ether submenu produce nothing.

I have checked that every thing is for Revolution 2.01 .education

any idea
help
--
All the best

---
M.  Salih
N.M.E. Dept.
SOAS
University of London
Thornhaugh Street
London WCIH OXG
Tel. (UK) 020  7898 4354 Direct
  020  7898 4320 Dept.
eMail: [EMAIL PROTECTED]


___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution