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
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
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
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