Re: [racket] Inserting menu between two other menu

2012-06-28 Thread Veer Singh
Thanks for explaining it in detail. On Thu, Jun 28, 2012 at 5:25 PM, Robby Findler wrote: > Well, it depends on when you actually create the menu. If you created > a frame-mixin and then create the menus during the dynamic extent of > the call to the constructor (i.e. by putting the code in the

Re: [racket] Inserting menu between two other menu

2012-06-28 Thread Robby Findler
Well, it depends on when you actually create the menu. If you created a frame-mixin and then create the menus during the dynamic extent of the call to the constructor (i.e. by putting the code in the body of the mixin (but not in a method)) but before the call to super-new, then DrRacket will call

Re: [racket] Inserting menu between two other menu

2012-06-28 Thread Veer Singh
Just tried it , the menu is inserted before Tab menu , which is where I wanted. I assume that new menu's are inserted before Tab menu in DrRacket. Thanks. On Thu, Jun 28, 2012 at 4:28 PM, Veer Singh wrote: > Is it possible to insert a menu between two other menu in menu-bar but > not at the e

[racket] Inserting menu between two other menu

2012-06-28 Thread Veer Singh
Is it possible to insert a menu between two other menu in menu-bar but not at the end? More specifically if I want to add a new menu in DrRacket between "Racket" and "Insert" how do I do that? Thanks Veer Racket Users list: http://lists.racket-lang.org/users