I think it is possible when you want to overlay some hbox ;

> <hbox id="*hbox1*">
>         <label value="3" position="1" />
> </hbox>
this is what i really put to overlay some default hbox
----------
default hbox is
> <hbox id="*hbox1*">
>       <label value="1" />
>       <label value="2" />
> </hbox>

On Mon, Mar 3, 2008 at 5:56 PM, Jesper Staun Hansen <[EMAIL PROTECTED]>
wrote:

> You cannot use the same id. Id's are unique!
>
> joe ertaba wrote:
> > hi
> >
> >
> > <hbox id="*hbox1*">
> >       <label value="1" />
> >       <label value="2" />
> > </hbox>
> > ......
> > <hbox id="*hbox1*">
> >         <label value="3" position="1" />
> > </hbox>
> >
> >
> > +tow hbox's have same id
> >
> > I want third label shown first ; (3 1 2) instead (1 2 3)
> > I need it in overlaying
> > position does not work!
> >
> >
> > Tnx
> >
> >
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Project_owners mailing list
> > [email protected]
> > https://www.mozdev.org/mailman/listinfo/project_owners
> >
>
>
> _______________________________________________
> Project_owners mailing list
> [email protected]
> https://www.mozdev.org/mailman/listinfo/project_owners
>
_______________________________________________
Project_owners mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/project_owners

Reply via email to