Re: dynamic menu problem
- From: "Bruce Roberts" <ber@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 16 Jun 2005 15:22:29 -0400
"Marty" <bmadmarty@xxxxxxxxxxx> wrote in message
news:1118903232.902916.307570@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Thanks for the reply but unfortunatly it gives an error '[' expected
> but ',' found.
The problem with your code is that when you add items to a tMenuItem they
are added at the same level. Your build sub-menu code needs to do something
like
subMnu := make new item
PassedItem.Add (subMnu);
// now add sub items to subMnu, not Passed Item
.
- Follow-Ups:
- Re: dynamic menu problem
- From: Marty
- Re: dynamic menu problem
- References:
- dynamic menu problem
- From: Marty
- Re: dynamic menu problem
- From: Bruce Roberts
- Re: dynamic menu problem
- From: Marty
- dynamic menu problem
- Prev by Date: Re: dynamic menu problem
- Next by Date: Re: dynamic menu problem
- Previous by thread: Re: dynamic menu problem
- Next by thread: Re: dynamic menu problem
- Index(es):
Relevant Pages
|