Hello,
I have a list where each item is a custom class containing 4 sub-widgets.
The custom class extends Widget and includes the MModelProperty mixin
(similar to the custom widget tutorial
http://manual.qooxdoo.org/1.5.x/pages/tutorials/tutorial-part-4-2.html).
This is the screenshot from Firefox
It's a very useful mechanism I use it a lot, but has some tricks.
For example, when you use a controller in a widget you have to
set properties in it's model, not directly in widget. Otherwise it's not
work properly.
When you became an experienced with these stuff it's easier.
Cheers,
Ana Rita
2
Hi
I just added my comments to one of the enhancement requests.
Simon
On 29/09/2011 2:51 AM, Alexander Steitz wrote:
> Hi Simon,
>
> On Wednesday 28 September 2011 17:59:09 Simon White wrote:
>> I understand that the virtual list can handle a large number of model
>> items but I am wondering abo
Thanks again Ana,
unfortunately this doesn't solve the basic problem which I have (and so far
am unable to reproduce on the playground) which is that if I try to access
the model of the selected ListItem from a changeSelection event, the form
controller gives a 006085 warning that it is unable to
Hi Ana,
thanks, but the unexpected behavior appears when you change the value of the
select box. Try the following:
1. Click "debug" and watch the value you get.
2. Change the selectbox to a different value.
3. Click "debug" again - the result, and format, are different from the
previous case, al
Hello,
I have a form which contains a few Select boxes, some text fields, a spinner
and a text area.
I have a form controller which is supposed to supervise the entire
enterprise, and for the select boxes I have different list controllers,
which are mainly used to load the data from a back-end da
Done: http://bugzilla.qooxdoo.org/show_bug.cgi?id=5662
On Thu, Sep 29, 2011 at 9:02 AM, Alexander Steitz wrote:
> Hi David,
>
> can you please file a bug report for this and add your findings there? Just
> attach the little demo. It'll be a good help when debugging this one.
>
> Regards,
> Alex
Hi David,
can you please file a bug report for this and add your findings there? Just
attach the little demo. It'll be a good help when debugging this one.
Regards,
Alex
On Wednesday 28 September 2011 16:42:19 david leray wrote:
> I don't know how to to it in the playground since I believe th