I see that on March 8, 2007 that the clone code was removed from Widget but
nothing was put in to replace it and I see no mention of it being removed in
any documentation. Argh! This breaks existing code! The Wiki still says that
to create a copy of something use the clone method, but now that is n
After converting my .6.6 project to .7.1, I have a line of code that no
longer works (translated: causes a JavaScript error). here is the code
snippet and the resulting error:
this.From = new qx.ui.form.TextField;
this.To = this.From.clone(); // causes a JavaScript error:
"this.From.cloneis not a
I'm just curious Jose, what is the use case for using a context menu on a
scroll bar? I can see one for using a popup when dragging the thumb in order
to show relative position in a dataset or something like that (EG: record 3
of 45). But I can't think of a use for the right click in a scrollbar at
Hi everybody,
I have been doing some tests with scrollbar and it seems it doesn´t
allow to show a popupmenu when I click mouse right button. The same
popupmenu works with a button, etc... so, I would like to know if it is
hardcorded not to show popupmenu in scrollbar or something else.
Thanks
RegExp literal format is not allowed by make (treegenerator). Is there
any chance to allow to use literal format of RegExp?
qooxdoo rev #9401
treegenerator.SyntaxException: Expected expression but found token/DIV:
'/'. file:airangel.tmp.CompanyView, line:95, column:71
I would prefer to use lit
I want to get a ListItem by a given Value. If I use findValue,
findValueExact, findString, findStringExact I get error like these:
043250 ERROR: qx.ui.form.ListItem[819]: Could not apply state appearance:
TypeError - vAllItems[i][methodName] is not a function
at qx.ui.form.List:424
at qx.ui.f
On 8/13/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote:
>
> Hi Christian and Derrell,
>
> I would like to see the Drag and Drop mixin added to qooxdoo. Do you
> plan to move it to trunk?
>
Hi Fabian,
Christian and I had a long talk yesterday. He's making some changes that we
discussed. When those
Simon Bull schrieb:
> Hi List,
>
> My app has a need for a multiple select input widget that can handle very
> long lists.
>
> I have been using the ListView widget for this purpose -- but now the users
> want the list to be searchable in the same way that ComboBoxEx lists are.
>
> Has anyone t
Hi Christian and Derrell,
I would like to see the Drag and Drop mixin added to qooxdoo. Do you
plan to move it to trunk?
Best Fabian
> Great! Looking forward to this. For the moment, here is an updated
> demobrowser page with a "moveNode" function which should eventually be
> part of the dat