[qooxdoo-devel] Fwd: RemoteTableModel

2006-09-24 Thread Ricardo Borillo
Hi all,Please, somebody is working with RemoteTableModel?Any tip is wellcome ...-- Forwarded message --From: Ricardo Borillo <[EMAIL PROTECTED]>Date: Sep 20, 2006 10:04 AMSubject: RemoteTableModelTo: qooxdoo Development Hi,I'm trying to extend

[qooxdoo-devel] Please help with html overflowing DIV in TabPane

2006-09-24 Thread Mike Crowe
OK, this is complex, so I'll do my best.  I wish I could upload whole app, but I hope it won't be necessary.Here's how I'm declaring my tab pane.  BTW, the overall system is working almost correctly.  This is strange. var tabView = new qx.ui.pageview.tabview.TabView ;with(tabView){ ...snip...    v

Re: [qooxdoo-devel] How to add a property and function to a class from another js file

2006-09-24 Thread Christian Boulanger
Dietrich Streifert schrieb: > Try this instead: > > > var constructor = qx.OO.classes["qx.core.Object"]; > qx.Proto = constructor.prototype; > qx.OO.addProperty({ name: "myproperty", type: > qx.constant.Type.STRING, defaultValue: null}); > Wouldn't a qx.OO.setProto("qx.core.Object") method b

[qooxdoo-devel] Demo of window blocking feature for 0.6.1

2006-09-24 Thread Simon Bull
Hi All,Attached is a demo of a window feature I have migrated from 0.5.xto 0.6.1 (r4269).  Some of my users really like it - perhaps some otherswill too?  If Sebastian thinks it is a worthy addition he could add it to qx.ui.window.Window for 0.6.2 :)The feature is called window "blocking".  Blockin