Re: [qooxdoo-devel] Captionless Window

2006-06-14 Thread Sebastian Werner
Paulo Delgado schrieb: > Hello list, > > > > I’m trying to make a captionless window (not intended to be movable). > But if I set up a QxWindow with setShowCaption(false) .. I still see the > “bar” at the top. > > > > What I want to achieve is a simple non-movable window where I can add

[qooxdoo-devel] Captionless Window

2006-06-13 Thread Paulo Delgado
Hello list,   I’m trying to make a captionless window (not intended to be movable).  But if I set up a QxWindow with setShowCaption(false) .. I still see the “bar” at the top.   What I want to achieve is a simple non-movable window where I can add some QxAtoms …   Any ideas? __