Since I'm working with D4PHP, qooxdoo, html, etc. I must have confused
them when I posted this.  My problem was that I had a
treefullcontrol(treeview in D4PHP) in a Window component.  The
treeview was on the left and on the right a div would show when you
clicked it's corresponding leaf.  I figured I could just have the
window with the treefullcontrol inside it, and have <div>'s hidden
outside the window, then somehow add them to the window and make them
show.

Overall it was a pretty dumb idea.  I have it working so that all the
divs are sitting on top of each other, and when you click the
corresponding leaf it sets all their properties to hidden, then shows
the one you clicked.

Also since I'm working in D4PHP which uses Qooxdoo components but
calls them different names I try to word my questions in a way that
people familiar with qooxdoo would understand, since I'm actually
using an IDE which encapsulates the widgets.

Sorry for the confusion everyone.

On 6/8/07, Daniel Haferkorn <[EMAIL PROTECTED]> wrote:
> Hello,
>
> can this also be used to move a widget outside the qooxdoo document and
> to the HTML page itself? I need to display a table that is larger than
> the actual qooxdoo desktop in a scrollable window for printing it out
> somehow without losing rows that are outside the visible qooxdoo area.
>
> Regards,
> Daniel Haferkorn
>
> Leander Hanwald wrote:
> > Try it with
> >
> > mywidgetname.setParent(mywindowname);
> >
> > I don't know if it works for windows, but I use it to change the parent
> > of a (for example) button from main document to (for example) a boxlayout.
> >
> > Greetings,
> >   Leander
> >
> > FrozenDice schrieb:
> >> Does anyone know how to move add a widget into a window so that it
> >> moves to inside the window when you click a button?
> >>
> >> -------------------------------------------------------------------------
> >> This SF.net email is sponsored by DB2 Express
> >> Download DB2 Express C - the FREE version of DB2 express and take
> >> control of your XML. No limits. Just data. Click to get it now.
> >> http://sourceforge.net/powerbar/db2/
> >> _______________________________________________
> >> qooxdoo-devel mailing list
> >> qooxdoo-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >>
> >>
> >>
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to