[qooxdoo-devel] Examples of virtual list without label or icon?

2013-03-12 Thread Derrell Lipman
I am in search of examples of a virtual list which does not use a label nor an icon, but instead has its own bound properties/displayed fields. I want to create a virtual list, where the list items are not qx.ui.form.ListItem() objects, and in fact, do not descend from Atom at all. Each list item

Re: [qooxdoo-devel] annoying warning during load / qx.locale.Manager

2013-03-12 Thread Richard Sternagel
Hi Markus, > I added one format to my static format > class (see posting few days ago) inside the "defer" method. which format did you add, can give more details? Does the message go away if you move it out of the "defer" method or remove it completely? Things I figured out (not much, though):

[qooxdoo-devel] annoying warning during load / qx.locale.Manager

2013-03-12 Thread non
Hi, Today a very annoying warning appears after some coding: 000638 There is no event handler for the event 'changeLocale' on target 'qx.locale.Manager[9-0]'! Native.js:65 001207 qx.core.Init: Load runtime: 1206ms It's not really reproducible. From what I noticed: * I had an custom log appender

Re: [qooxdoo-devel] is qooxdoo-com...@lists.sourceforge.net dead?

2013-03-12 Thread thron7
Commit mails are coming in again from qooxdoo-commit. The list address was blocked on the Github side, after excessive bounces. The block has been removed, but the reason for the bounces is still unclear so this might re-occur. T. On 03/08/2013 05:02 PM, Dietrich Streifert wrote: > Thank you

Re: [qooxdoo-devel] code optimization / class names

2013-03-12 Thread thron7
On 03/12/2013 02:17 PM, non wrote: > Hi, > > I used to think, that qx code optimization would rename any lexical names > inside my projects. But recently, I found that class names are not renamed. > > http://manual.qooxdoo.org/current/pages/tool/generator/generator_optimizations.html The "variabl

[qooxdoo-devel] code optimization / class names

2013-03-12 Thread non
Hi, I used to think, that qx code optimization would rename any lexical names inside my projects. But recently, I found that class names are not renamed. http://manual.qooxdoo.org/current/pages/tool/generator/generator_optimizations.html Would it be possible to render the complete project (wit