Re: Menu maddness

2004-09-08 Thread Thomas McGrath III
Andrew, I also like to put this in an on startup handler and check if we are in the IDE and act on that. So that if we are still in the IDE then don't set the menus and on build then set the menus. (after testing them of course in the IDE) Tom On Sep 7, 2004, at 3:49 PM, [EMAIL PROTECTED]

Re: menu maddness, a reply

2004-09-08 Thread Meitnik
Tom: I also like to put this in an on startup handler and check if we are in the IDE and act on that. So that if we are still in the IDE then don't set the menus and on build then set the menus. (after testing them of course in the IDE) -- please explain more and with some code. I want to

Re: menu maddness, a reply

2004-09-08 Thread Thomas McGrath III
Andrew, I had problems with the default folder path during development and final distribution so I learned to put things in my preOpenStack and then to check for development as the environment. This works for menus as well. I kept this in the standalone build since it doesn't 'hurt' anything.

Re: Menu maddness

2004-09-07 Thread Meitnik
I am finally working on menubars. I downloaded the menubar.pdf and its basicly a rehash of whats in docs, thus not much help, maybe for a very simple app. I looked at other help docs from others too. I finally figured out this much: set the topleft of stack myMenubar to 0,0 set the width

Re: Menu maddness

2004-09-07 Thread Mark Talluto
On Sep 7, 2004, at 12:49 PM, [EMAIL PROTECTED] wrote: I am finally working on menubars. I downloaded the menubar.pdf and its basicly a rehash of whats in docs, thus not much help, maybe for a very simple app. I looked at other help docs from others too. I finally figured out this much: set

Re: more menu maddness

2004-09-07 Thread Meitnik
ok, I make a menubar, now SB wont work to make an app. And my File menu is given menuitems but none show up on the menubar. some insights please... Andrew ___ use-revolution mailing list [EMAIL PROTECTED]

Re: more menu maddness

2004-09-07 Thread Howard Bornstein
On Tue, 7 Sep 2004 16:47:30 EDT, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ok, I make a menubar, now SB wont work to make an app. And my File menu is given menuitems but none show up on the menubar. some insights please... Andrew Hi Andrew, Can you offer a little more information? For

Re: Menu maddness

2004-09-07 Thread Sarah Reichelt
On 8 Sep 2004, at 5:52 am, [EMAIL PROTECTED] wrote: I am finally working on menubars. I downloaded the menubar.pdf and its basicly a rehash of whats in docs, thus not much help, maybe for a very simple app. I looked at other help docs from others too. I finally figured out this much: set the