Thanks Fabian!
With your modified example I could reach my goal!
--
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_
this is the full tuto :)
2010/8/6 M. Cs. :
> The next question is, how can I retrieve the text of a menu item, which was
> created dinamicaly with
>
> PUBLIC FUNCTION FillMenu(MenuParent AS Menu, root AS String)
> DIM s AS String
> DIM hMenu AS Menu
>
> IF MenuParent.Children.Count > 0 THEN Menu
The next question is, how can I retrieve the text of a menu item, which was
created dinamicaly with
PUBLIC FUNCTION FillMenu(MenuParent AS Menu, root AS String)
DIM s AS String
DIM hMenu AS Menu
IF MenuParent.Children.Count > 0 THEN MenuParent.Children[0].Delete
FOR EACH s IN Dir(root, "*", gb.d