[Gambas-user] Menu
timothy
timothy.marshal-nichols at ...247...
Wed Aug 8 07:58:51 CEST 2007
> -----Original Message-----
> From: gambas-user-bounces at lists.sourceforge.net [mailto:gambas-user-
> bounces at lists.sourceforge.net] On Behalf Of Jacky
> Sent: Tuesday, 07 August 2007 07:33 AM
> To: mailing list for gambas users
> Subject: Re: [Gambas-user] Menu
>
> Le Tuesday 07 August 2007 08:06:36 timothy, vous avez écrit :
> > > -----Original Message-----
> > > From: gambas-user-bounces at lists.sourceforge.net
[mailto:gambas-user-
> > > bounces at lists.sourceforge.net] On Behalf Of Jacky
> > > Sent: Monday, 06 August 2007 11:23 AM
> > > To: mailing list for gambas users
> > > Subject: [Gambas-user] Menu
> > >
> > > Hi,
> > >
> > > In Gambas 2, in any program, we can't do "Menu.Menu133.Visible =
TRUE"
> >
> > as
> >
> > > in
> > > Gambas 1.
> > > Is exist a mean to do similar way than "Menu.Menu133.Visible =
TRUE"
> > > or "Menu.Menu133.hide" ?
> > >
> > > Thank's
> > >
> > > Jack
> >
> > Doesn't just either:
> >
> > Menu133.Visible = TRUE
> > Menu133.Hide()
> >
> > work. It does for me. Why the "Menu." bit?
>
> Because I would like starting from an unspecified sub-menu to hide
somes
> options of the general menu. In Gambas 1 it's possible.
> Thanks
>
> Jack.
>
>
What I meant was: Why have you two 'dots' in:
Menu.Menu133.Visible = TRUE
This......^
Should it not be?
Menu133.Visible = TRUE
Thanks
8-{)} Timothy Marshal-Nichols
<mailto: timothy.marshal-nichols at ...247...>
More information about the User
mailing list