Re: WINDOWS VERSION MENU PROBLEM - architect

2010-10-03 Thread Mark Smith
/WINDOWS-VERSION-MENU-PROBLEM-architect-tp2848149p2953347.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: WINDOWS VERSION MENU PROBLEM - architect

2010-10-02 Thread J. Landman Gay
On 10/1/10 1:42 AM, Joe Lewis Wilkins wrote: I see that the List won't allow me to show even a very small screen shot. So, to describe the problem in words: The menu consists of four menus - File Edit Go Help. The menus all work, but you can't read the File or Go menus easily. It's as if the

Re: WINDOWS VERSION MENU PROBLEM - architect

2010-10-02 Thread Joe Lewis Wilkins
Thanks Jaqi. As later noted, I just rebuilt the menus from scratch after saving all the scripts as text so it wasn't all that bad. I've managed to solve all my other problems one way or another. Joe Lewis Wilkins On Oct 2, 2010, at 1:07 PM, J. Landman Gay wrote: On 10/1/10 1:42 AM, Joe

RE: WINDOWS VERSION MENU PROBLEM - architect

2010-10-02 Thread Mark Smith
] Sent: Saturday, October 02, 2010 3:12 PM To: How to use Revolution Subject: Re: WINDOWS VERSION MENU PROBLEM - architect Thanks Jaqi. As later noted, I just rebuilt the menus from scratch after saving all the scripts as text so it wasn't all that bad. I've managed to solve all my other problems

Re: WINDOWS VERSION MENU PROBLEM - architect

2010-10-02 Thread Joe Lewis Wilkins
-boun...@lists.runrev.com [use-revolution-boun...@lists.runrev.com] On Behalf Of Joe Lewis Wilkins [pepe...@cox.net] Sent: Saturday, October 02, 2010 3:12 PM To: How to use Revolution Subject: Re: WINDOWS VERSION MENU PROBLEM - architect Thanks Jaqi. As later noted, I just rebuilt the menus

WINDOWS VERSION MENU PROBLEM - architect

2010-10-01 Thread Joe Lewis Wilkins
Hi everyone, The Window's version of my app displays the following Menu: The File and Go Menus are the ones with black backgrounds. The Mac Version is fine. I've checked the backColors and hilite properties that might be the cause of this idiosyncrasy to no avail. Any ideas. The Windows

Re: WINDOWS VERSION MENU PROBLEM - architect

2010-10-01 Thread Joe Lewis Wilkins
I see that the List won't allow me to show even a very small screen shot. So, to describe the problem in words: The menu consists of four menus - File Edit Go Help. The menus all work, but you can't read the File or Go menus easily. It's as if the background is set to some very dark color. TIA,

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

Menu problem

2009-02-25 Thread Mark Schonewille
Hello, Has anyone ever experience the following problem? I have a menubar, in which I need to enable and disable menus. For this, I use a simple repeat loop. put Text Editor into myStack repeat for each item myMenu in File,Edit,Text enable menu myMenu of stack myStack end repeat

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.com

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 expression

Menu problem

2009-02-25 Thread Melitón Cardona Torres
Could it be enable menuItem instead of enable menu? Best regards Ton ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

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 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

Option Menu Problem

2008-04-22 Thread Dave
Hi All, I have an option menu that is set dynamically based on a list of items. The list can be empty, on the menu object I have the showName property set true. When the list is not empty all works ok, when an item is selected, the new selection is shown as the menu contents, however

Re: Option Menu Problem

2008-04-22 Thread Trevor DeVore
On Apr 22, 2008, at 11:11 AM, Dave wrote: I have an option menu that is set dynamically based on a list of items. The list can be empty, on the menu object I have the showName property set true. When the list is not empty all works ok, when an item is selected, the new selection is shown

Re: Option Menu Problem

2008-04-22 Thread Dave
On 22 Apr 2008, at 16:18, Trevor DeVore wrote: On Apr 22, 2008, at 11:11 AM, Dave wrote: I have an option menu that is set dynamically based on a list of items. The list can be empty, on the menu object I have the showName property set true. When the list is not empty all works ok, when

Re: Option Menu Problem

2008-04-22 Thread Trevor DeVore
On Apr 22, 2008, at 12:04 PM, Dave wrote: Ok, that kind of works except I set the text contents in the mouseDown hander of the menu and if disabled this handler doesn't get called. Why doesn't it work like a regular popup menu ala MacOS X? Any other ideas on how to fix this? You could

Re: Option Menu Problem

2008-04-22 Thread Shari
Try setting it to a dash. Visually that gives a pretty good indicator of no choice. -- Humorous sports t-shirts http://www.villagetshirts.com WlND0WS and MAClNT0SH shareware games http://www.gypsyware.com ___ use-revolution mailing list

Menu problem / question on Macs

2007-06-11 Thread David Bovill
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 target If used the menu builder to create my menu (Say its called Problem Menu), and rather than adding a handler to the button of each menu item I put

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

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

Menu problem / question on Macs

2007-06-11 Thread Michael Binder
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 the rev forums a couple of months ago and got no satisfaction. Basically, you must write a giant mousedown handler that configures EVERY menu button each time ANY menu button

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

Menu Problem!

2005-08-17 Thread David Burgun
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 The Script on myButton is as so: on menuPick theItemSelected if theItemSelected = A then -- Do

RE: Menu Problem!

2005-08-17 Thread Lynch, Jonathan
, August 17, 2005 10:50 AM To: How to use Revolution Subject: Menu Problem! 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 The Script on myButton is as so

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 do is to set

RE: Menu Problem!

2005-08-17 Thread Lynch, Jonathan
] 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 them A and B. In the preOpenStack handler I want to set the menu back

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 aware of? Well,

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] wrote: I have

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

Re: OS X Menu Problem

2004-01-20 Thread Thierry Arbellot
About the Edit menu, the last 2 items are deleted ONLY if the last item name or label is Preferences. This is convenient if you don't want to have preferences menu (in this case, the preferences menu in the app menu is disabled) But, it's a problem when you work in another language than English:

OS X Menu Problem

2004-01-19 Thread Stewart Lynch
I am having real difficulty with creating Menus on OS X. For example, I have a File Menu that has a Save as one of the menu options. When I view the menu in the form, all menu options are displayed. When I view it as an OS X Menu, the menu item is not there. In other instances, entire menus do

Re: OS X Menu Problem

2004-01-19 Thread Jan Schenkel
--- Stewart Lynch [EMAIL PROTECTED] wrote: I am having real difficulty with creating Menus on OS X. For example, I have a File Menu that has a Save as one of the menu options. When I view the menu in the form, all menu options are displayed. When I view it as an OS X Menu, the menu item

Re: OS X Menu Problem

2004-01-19 Thread Sarah Reichelt
Check the What's New text file that came with your Revolution application. It details how menus are shuffled around to match the OS X use interface guidelines. Basically, the last 2 items in the File menu (normally a divider and Quit) are deleted and the Quit is moved to the application menu.

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

Menu problem

2002-11-09 Thread Robert Presender
Hi, Need help again re menus. Using OS 10.2.1, 1.1.1 r2, 1.5A7r1 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(?) like: - Sort (arrow symbol) By Date

Re: SC to RR menu problem

2002-10-14 Thread Jeanne A. E. DeVoto
At 6:28 AM -0700 10/13/2002, Robert Presender wrote: 1. After copying a card, in SC, it is possible to include the name of the new card as a menu item(s) into a particular menu and also directly include a script for this new menu item(s). In RR, I am able to create the new menu item(s) into

SC to RR menu problem

2002-10-13 Thread Robert Presender
Hi, Using OS 10.2.1, Rev 1.1.1r2/ 1.5A7r1 Having problems in converting a SuperCard project to RR with regard to menus. 1. After copying a card, in SC, it is possible to include the name of the new card as a menu item(s) into a particular menu and also directly include a script for this