Re: [qooxdoo-devel] demobrowser.data.Form example: are controller target properties in the api viewer?

2013-05-29 Thread wgw
Thanks so much for nudging me in the right direction. I rewrote that paragraph on binding events [1] in a way I understand (see below). As I was rewriting, I realized there is still one mystery. When I use .bind, it appears I can only use events (changeValue) as targets: textField.bind

[qooxdoo-devel] demobrowser.data.Form example: are controller target properties in the api viewer?

2013-05-28 Thread wgw
(noob question; sorry) I am trying to understand the demobrowser.data.Form (pertinent section below). I don't understand how "modelSelection[0]" could be a property of a SelectBox, or even how "value" is a property of the TextField. I do understand that there is a setValue method, so there must be

Re: [qooxdoo-devel] Site links: add direct like to demo browser from demo page

2013-05-19 Thread wgw
I agree with making the link more prominent, especially since on the Demo page it would only be one more link under Desktop. As it is, the only way I can get to the demobrowser is by going to the bottom of the demo page, choosing "all versions", then choosing 2.1, then in that demo page choosing de

[qooxdoo-devel] Site links: add direct like to demo browser from demo page

2013-05-19 Thread wgw
>From the main demo page (http://qooxdoo.org/demos ) there is no direct link to the demo browser page (http://demo.qooxdoo.org/2.1/demobrowser/index.html#). A bad link on the demo page (http://qooxdoo/demos) at Desktop/Widget Browser/Current/ Browse code: the link goes to the Showcase code, not t

Re: [qooxdoo-devel] getData error (blind newb question)

2010-05-10 Thread wgw
Thanks Chris! That is a quick fix! I know drag and drop is a little shaky, so I will keep an eye out for such quirks in the future. Thanks for taking the time to look into it -- I was baffled! Best, Bill -- View this message in context: http://qooxdoo.678.n2.nabble.com/getData-error-blind-n

[qooxdoo-devel] getData error (blind newb question)

2010-05-07 Thread wgw
I'm learning qx 1.1 by combining the drag-drop list demo with the tree demo so that I will have a drag-drop tree demo. I want to be able to construct one tree (as is in the tree demo) and then drag items from that tree to another tree (as in the list demo). Everything seems to work fine until t