[qooxdoo-devel] Start qooxdoo-application standalone OR inline, optionally

2010-05-29 Thread ReHa
qx.application.Inline-Class ? Second choice: Do the determination with php on server-side, but how to place to optional qx.application-Classes in the project, and how to call the one or the other by url? Any ideas? Thanks for help! ReHa -- View this message in context: http://qooxdoo.678.n2

Re: [qooxdoo-devel] SelectBox set selection

2010-04-28 Thread ReHa
, id: 2}, {label: "c", id: 3}]; for (var i=0; iabc Ok: I am new to qooxdoo, but i'm really asking if gooing on with qooxdoo ... By ReHa -- View this message in context: http://qooxdoo.678.n2.nabble.com/SelectBox-set-selection-tp4798272p4976598.html Sent from the qooxdoo

Re: [qooxdoo-devel] SelectBox set selection

2010-04-28 Thread ReHa
Target(selectBox, selection[0].id", "SelectionID", true); // Doesn't work! How can i get the selected id to my model.SelectionID (bidirectional) ??? // Serializiation ... Thanks for any help ReHa -- View this message in context: http:/

Re: [qooxdoo-devel] SelectBox set selection

2010-04-28 Thread ReHa
"GlobalID", true); // GlobalID is the ID-name in the model of the form. but this doesn't work in none of both directions. Regards, ReHa. -- View this message in context: http://qooxdoo.678.n2.nabble.com/SelectBox-set-selection-tp4798272p4973407.html Sent from the qooxdoo mailing l

Re: [qooxdoo-devel] SelectBox set selection

2010-04-28 Thread ReHa
the model the id's should be used. Can anyone give an example for this usecase? Thanks - ReHa. -- View this message in context: http://qooxdoo.678.n2.nabble.com/SelectBox-set-selection-tp4798272p4972999.h

Re: [qooxdoo-devel] Problems with cellrenderer.String

2010-04-23 Thread ReHa
Added to Bug-List under http://bugzilla.qooxdoo.org/show_bug.cgi?id=3608 -- View this message in context: http://qooxdoo.678.n2.nabble.com/Problems-with-cellrenderer-String-tp4944906p4949077.html Sent from the qooxdoo mailing list archive at Nabble.com. -

[qooxdoo-devel] Problems with cellrenderer.String

2010-04-22 Thread ReHa
ight", "", "", "")); But all my settings are ignored. See posting http://qooxdoo.678.n2.nabble.com/table-cellrenderer-td2609916.html#a2609916 , too. Is there a Bug with it? Thanks for answer - ReHa -- View this message in context: http://qooxdoo.678.n2.n

Re: [qooxdoo-devel] table cellrenderer

2010-04-22 Thread ReHa
I have exactly the same problem. Is there any solution in the meantime? Thanks - ReHa. -- View this message in context: http://qooxdoo.678.n2.nabble.com/table-cellrenderer-tp2609916p4942920.html Sent from the qooxdoo mailing list archive at Nabble.com

Re: [qooxdoo-devel] how to exclude some fields from model?

2010-04-21 Thread ReHa
I have a further problem, because the result of var model = controller.createModel(); seems to be no object, on which i can access the properties, but the principle of my question is clear now. (This thing i think i can solve myself ...) Thanks. -- View this message in context: http://n2.nab

[qooxdoo-devel] how to exclude some fields from model?

2010-04-20 Thread ReHa
zer.toJson(model); // Send ser to database ... Thanks for any help. ReHa -- View this message in context: http://n2.nabble.com/how-to-exclude-some-fields-from-model-tp4931680p4931680.html Sent from the qooxdoo mail

[qooxdoo-devel] How to simply convert form-values bevor sending/receiving from/to database-server

2010-04-13 Thread ReHa
reateModel(); var ser = qx.util.Serializer.toJson(model); this.debug(ser); // Output: {"Success":false} - How to get {"Success":"no"} here?? // Send it to database ... Thanks for any help. ReHa -- View this message in context: http://n2.nabble.com/How-to-simply-

Re: [qooxdoo-devel] locale-Parameter at method getDateFormat() doesn't work

2010-04-13 Thread ReHa
; this.debug("en: " + qx.locale.Date.getDateFormat("medium")); Result: de: dd.MM. en: MMM d, y Many thanks - ReHa -- View this message in context: http://n2.nabble.com/locale-Parameter-at-method-getDateFormat-doesn-t-work-tp4894520

[qooxdoo-devel] locale-Parameter at method getDateFormat() doesn't work

2010-04-13 Thread ReHa
" + qx.locale.Date.getDateFormat("medium", "en")); Debug-Result: de: MMM d, y en: MMM d, y de: MMM d, y en: MMM d, y What's wrong? Is this a bug? Thanks for any help. ReHa -- View this message in context: http://n2