You're welcome :)

And you're right that implement:qx.ui.form.IForm is redundant, also i
forgot resetValue() there.
As you mentioned, IForm lets you add item to the form, it won't let you
bind it using Form controller. You need value property for that. BTW i dont
like modifying qx itself, it makes upgrading real hell.

Mikee


On Sat, Jan 26, 2013 at 12:10 PM, benco <[email protected]> wrote:

> Thanks Mikee! Thanks for sharing your code, very appreciated ;) !
>
> I took a look at it.
>
>
> Michal Dvořák wrote
> > I've attached my own VirtualSelectBox extension that has value property
> > and implements IForm
> > interface.
>
> Just a little remark (and after further analyse): according to the qx API,
> qx.ui.form.VirtualSelectBox is actually supposed to implement the IForm
> interface (as it inherits from qx.ui.form.core.AbstractVirtualBox). So
> integrating it in a form should inevitably work (it seems there are not yet
> covered features however  when used with data binding
> <http://bugzilla.qooxdoo.org/show_bug.cgi?id=7168>  ) ...
>
> So what I will add the missing "valuePath" to
> qx.ui.form.core.AbstractVirtualBox rather than qx.ui.form.VirtualSelectBox
> and then "patch" the code - yep it's awful :(
>
> Thanks again !
>
> Regards,
>
> Benoît
>
>
>
> --
> View this message in context:
> http://qooxdoo.678.n2.nabble.com/qx-desktop-model-value-for-virtual-widgets-tp7582616p7582631.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to