Re: [Gambas-user] Menu question

2009-07-24 Thread Dimitris Anogiatis
Hey Richard, >From what I've read in the gambasdocs and from what I can infer, every menu child is a menuItem collection so if you have a menu called mnuFile you can do something like this Dim subMenu as MenuChildren 'this will get the children of the main file menu subMenu = mnuFile.Children

[Gambas-user] Menu question

2009-07-24 Thread richard terry
Each menu has 'children' menu[0] = child 0 etc (I think) is there any way to return the child menu item collection simply ie with list you can read an listindex, no such thing in the menu? regards richard -- ___