Re: Menu problem

2009-02-26 Thread Robert Brenstein
On 25.02.09 at 10:26 -0800 Mark Wieder apparently wrote: is evaluated by the compiler as a reference to a custom property. So technically I think it's not a bug as such. On the other hand, I'd be happy if the compiler had a bit more smarts in the way of catching keywords accidentally being used a

Re: Menu problem

2009-02-25 Thread Mark Schonewille
Hi Ton, Thanks for your reply. I'm really not looking for a solution, I just want to know what the general opinion about this issues it, bug or nog bug. If someone thinks that a stack should have a menu property, that would be interesting too. -- Best regards, Mark Schonewille Economy-x

Re: Menu problem

2009-02-25 Thread Mark Schonewille
Thanks Mark, I will probably report this problem as a bug. I'll wait a little longer for more opinions. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Dutch forum: http://runrev.info/rrforum Please visit

Re: Menu problem

2009-02-25 Thread Mark Wieder
Mark- Wednesday, February 25, 2009, 9:59:29 AM, you wrote: > It looks "the menu of stack myStack" is incorrect syntax, but it > doesn't throw an error. Should this work the way I expect it, or > should it throw an error? Any opinions? I'm of two minds about this. On the one hand, any expressio

Re: Menu problem

2009-02-25 Thread Mark Schonewille
Hi again, It looks "the menu of stack myStack" is incorrect syntax, but it doesn't throw an error. Should this work the way I expect it, or should it throw an error? Any opinions? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.co

Re: Menu problem / question on Macs

2007-06-11 Thread David Bovill
OK - thanks i guess that should be a feature request: vote for http://quality.runrev.com/qacenter/show_bug.cgi?id=5142 ! On 11/06/07, Michael Binder <[EMAIL PROTECTED]> wrote: Hi David, you wrote: > so is there any way to find out the real target? I don't think so. I posted this question on

Re: Menu problem / question on Macs

2007-06-11 Thread David Bovill
Afraid not - the actual examples I have are for one word menus. I'm stuck. On 11/06/07, Eric Chatonet <[EMAIL PROTECTED]> wrote: Hi David, Could this be related to a simple thing: The name of any menu should be one word only? Le 11 juin 07 à 15:47, David Bovill a écrit : > I want to find out

Re: Menu problem / question on Macs

2007-06-11 Thread Eric Chatonet
Hi David, Could this be related to a simple thing: The name of any menu should be one word only? Le 11 juin 07 à 15:47, David Bovill a écrit : I want to find out the name of the button clicked on when the user selected a menu... and am having a problem with using "the short name of the targ

Re: Menu Problem!

2005-08-17 Thread Dan Shafer
David First, are you trying to get the menu to execute the code associated with option A on openStack or are you just interested in making sure the button's label is set right? If the latter, rather than using menuPick just set the label of the button. That should work fine (untested)

RE: Menu Problem!

2005-08-17 Thread Lynch, Jonathan
Thank you! Most informative. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Ray Sent: Wednesday, August 17, 2005 1:13 PM To: Use Revolution List Subject: Re: Menu Problem! On 8/17/05 11:36 AM, "Lynch, Jonathan" <[EMAIL PROTECTED]

Re: Menu Problem!

2005-08-17 Thread Ken Ray
On 8/17/05 11:36 AM, "Lynch, Jonathan" <[EMAIL PROTECTED]> wrote: > I have used this sort of construction: > > Put "Insert Row Below" into tChoice > Send "menupick tChoice" to button "row options" > > > And it worked fine, no need to use menuhistory at all. Is there a hidden > danger I am not a

RE: Menu Problem!

2005-08-17 Thread Lynch, Jonathan
MAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Ray Sent: Wednesday, August 17, 2005 12:25 PM To: Use Revolution List Subject: Re: Menu Problem! On 8/17/05 9:49 AM, "David Burgun" <[EMAIL PROTECTED]> wrote: > Hi, > > I have a pop up menu that has two values, call th

Re: Menu Problem!

2005-08-17 Thread Ken Ray
On 8/17/05 9:49 AM, "David Burgun" <[EMAIL PROTECTED]> wrote: > Hi, > > I have a pop up menu that has two values, call them A and B. In the > preOpenStack handler I want to set the menu back to A so I tried the > following: > > send "menuPick A" to button "myButton" Actually, what you want to d

RE: Menu Problem!

2005-08-17 Thread Lynch, Jonathan
Try this: Put "A" into tParm Send "menuPick tParm" to button "myButton" In a send command, items inside the quotes are still evaluated for their value, rather than being literal. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Burgun Sent: Wednes

Re: Menu problem

2002-11-10 Thread Robert Presender
On Sunday, November 10, 2002, at 08:39 AM, Richard Gaskin wrote: Robert Presender wrote: I have a menubar with several btn menus as pulldown: one of the menus has several items: New Trans - Sort - I would like to have the Sort item to be cascading(?) Put this in your menu button contents: