[Gambas-user] Menu.Group property???

Tobias Boege tobiasboege01 at ...1601...
Tue Jul 10 18:57:27 CEST 2012


On Tue, 10 Jul 2012, Bruce wrote:
> The menu editor exposes (what looks like) a property called "Group" and
> if it is set I can use that name instead of the actual menu name in the
> event handler for all menu items in the same group.
> 
> This is really handy in the IDE when coupled with LAST.
> 
> But I can't set the Group "property" in code when adding menu items on
> the fly?
> 
> Bruce
> 
> 
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

I don't know where it can be read, possibly in this "property information box" you see in the
property window when editing a specific property (just below the properties listing): this is
a pseudo-property not available at runtime. It just sets the event name of all the affected controls
to the given string at creation time (wasn't there recently discussion about a $Load method which
does this job?)
If I remember correctly...

Regards,
Tobi




More information about the User mailing list