Re: [qooxdoo-devel] Problem with TreeVirtual method (setAlwaysShowOpenCloseSymbol ) - not working in IE

2007-10-04 Thread Derrell Lipman
On 10/4/07, Naga Kiran K Y S <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > I am using qooxdoo 0.7.1 version. > > I am facing the problem with the following function > > setAlwaysShowOpenCloseSymbol(Boolean b) which is used for > not displaying the Collapse/Expand button for branches having no le

[qooxdoo-devel] Problem with TreeVirtual method (setAlwaysShowOpenCloseSymbol ) - not working in IE

2007-10-04 Thread Naga Kiran K Y S
Hi, I am using qooxdoo 0.7.1 version. I am facing the problem with the following function setAlwaysShowOpenCloseSymbol(Boolean b) which is used for not displaying the Collapse/Expand button for branches having no leafs like this: var tree = new qx.ui.treevirtual.TreeVirtual("Tree"); tre

Re: [qooxdoo-devel] Enhancement: message box & notifiers

2007-10-04 Thread Fabian Jakobs
dperez schrieb: > Thanks Fabian for your explanation. > > This explains why the height of a width-limited tooltipo isn't right: > > var tip = new qx.ui.popup.ToolTip(_("Se recuerda de que existe la > posibilidad de especificar parte de la información de este formulario en una > 2ª fase.Para ello ut

Re: [qooxdoo-devel] How to restore the previous way of displaying table's cell contents?

2007-10-04 Thread Peter Schneider
Hi Dioc, it seems that there hasn't been to much response to your request, so when I came across the same (annoying) problem, I recalled your question...Here's my little tip, just in case there are still some readers who need hints on this There are (as always) several possible solutions: 1. Cha

[qooxdoo-devel] build problem with array / object

2007-10-04 Thread westor
I'm not shure if this is a bug in build optimization: Sometimes I use an array like an object. var result = new Array(); var result.ACL = new Array(); Often I access the properties (or lets say, the keys) in this way: alert(result.ACL.propertyName); Now I have one case, that a key name is "class"

Re: [qooxdoo-devel] [Derrell] Enhancement proposal for PHP-JSONRPC

2007-10-04 Thread Derrell Lipman
On 10/4/07, bibliograph <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to propose two enhancements for the JSON-RPC PHP backend > and would write the patch for them if agreed. Both enhancements would > have no side effects and be completely backwards-compatible. > > 1) flexible class- and method

Re: [qooxdoo-devel] qx.ui.core.Widget.flushGlobalQueues() not working...

2007-10-04 Thread Enaldo Amorim
Hi Jim, Thank you for your reply. This is something like I need to do. Actually I am trying to show a popupAtom in the execution of a button. But before I was trying to run a progressbar. Both didn't worked, with or without a flushGlobalQueues(). Could you help me?? var popupAtom = new qx.ui.popu

Re: [qooxdoo-devel] qx.ui.table.model.Remote implementation problems

2007-10-04 Thread dperez
This is a little more compact (removing quotes) and more bandwidth friendly: [ {f:"foo", m:"bar", l:"baz"}, {f:"Foo!", m:"BAR!", l:"zoo"}, ...] Hugh Gibson wrote: > > Then your data will be: > > [ {"f":"foo", "m":"bar", "l":"baz"}, > {"f":"Foo!", "m":"BAR!", "l":"zoo"}, ...] > -- View

Re: [qooxdoo-devel] Enhancement: message box & notifiers

2007-10-04 Thread dperez
Thanks Fabian for your explanation. This explains why the height of a width-limited tooltipo isn't right: var tip = new qx.ui.popup.ToolTip(_("Se recuerda de que existe la posibilidad de especificar parte de la información de este formulario en una 2ª fase.Para ello utilice el menú contextual, a

Re: [qooxdoo-devel] Enhancement: message box & notifiers

2007-10-04 Thread westor
Yes, something like this is needed. And it looks pretty cool. I helped myself with a function, which opens a modal window. In case of confirming something I give the name of the responsible function as parameter. Definition is something like this: var dialog = function(windowTitle, windowTxt, wind

Re: [qooxdoo-devel] Enhancement: message box & notifiers

2007-10-04 Thread Fabian Jakobs
dperez schrieb: > Created bug http://bugzilla.qooxdoo.org/show_bug.cgi?id=678 > > As a matter of fact, I've already tried to implement it in the past > unsuccessfully: > http://www.nabble.com/Simulating-alert%28%29-tf2566575.html#a7153538 > > > Well, the problem has been and propably still is th

Re: [qooxdoo-devel] qx.ui.table.model.Remote implementation problems

2007-10-04 Thread bibliograph
Yes, that did the trick, thank you! However, since qx.ui.table.model.Simple does fine without named column data, it would be worth thinking about reworking the remote table model accordingly. not having the repetitive column ids in the transferred code saves a lot of bandwith and with the right

[qooxdoo-devel] [Derrell] Enhancement proposal for PHP-JSONRPC

2007-10-04 Thread bibliograph
Hi, I would like to propose two enhancements for the JSON-RPC PHP backend and would write the patch for them if agreed. Both enhancements would have no side effects and be completely backwards-compatible. 1) flexible class- and method prefixes Current state: At the moment, the prefix for acces

Re: [qooxdoo-devel] Enhancement: message box & notifiers

2007-10-04 Thread dperez
Created bug http://bugzilla.qooxdoo.org/show_bug.cgi?id=678 As a matter of fact, I've already tried to implement it in the past unsuccessfully: http://www.nabble.com/Simulating-alert%28%29-tf2566575.html#a7153538 Fabian Jakobs-2 wrote: > > yes, I think this would be a really nice feature. I do

Re: [qooxdoo-devel] Enhancement: message box & notifiers

2007-10-04 Thread Tobias Koller (GERMO GmbH)
Wow, this looks very very good! We should have something like this ;) Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fabian Jakobs Gesendet: Donnerstag, 4. Oktober 2007 10:00 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Enhancemen

Re: [qooxdoo-devel] Best generator params to speed up code execution

2007-10-04 Thread Fabian Jakobs
frederic schrieb: > Hello, > I need your feedback concerning the qx generator params. My users have low > speed CPU under Firefox and my app is little heavy on these machine. So, I'm > looking for speed up the code execution only (js size is not a problem). > > Hereafter, my makefile options, anyth

Re: [qooxdoo-devel] Enhancement: message box & notifiers

2007-10-04 Thread Fabian Jakobs
dperez schrieb: > Hi, > > It would be nice to have this implemented in qooxdoo: > http://extjs.com/deploy/ext-2.0-alpha1/examples/message-box/msg-box.html, > all kind of message boxes and notifiers. I think this should be very easy > to implement by using qooxdoo. > > Regards > David > Hi David

Re: [qooxdoo-devel] qx.ui.table.model.Remote implementation problems

2007-10-04 Thread bibliograph
Hello Hugh, thanks for the info. I'll try that. I simply assumed that the data structure would be the same as in the Simple Table Model. I use tables throughout my app with qx.ui.table.model.Simple and the data structure is always like the one I describe. Christian Hugh Gibson schrieb: >> th

Re: [qooxdoo-devel] Bug in qx.ui.tree.TreeFolder

2007-10-04 Thread Fabian Jakobs
Hi Fabio, > Hi, > > in qx.ui.tree.TreeFolder.js line 553 it should say > this._containerObject.remove.apply(this._containerObject, arguments); > > instead of > this._containerObject.remove.apply(this._containerObject, varargs); > > > Otherwise, "varargs" is not variable arguments, but must be an a

Re: [qooxdoo-devel] qx.ui.table.model.Remote implementation problems

2007-10-04 Thread Hugh Gibson
> thanks, but this is not the problem. Both the setRowCount() and the > setRowData() methods are called with the respective data. > setRowData() passes the data to the superclass _onRowDataLoaded() > method as required by the superclass. The data is there - I can get > it with getTableModel().g

Re: [qooxdoo-devel] i need a function like PHP include in qooxdoo

2007-10-04 Thread Siarhei Barysiuk
Hello, Take a look at QxTransformer. http://qxtransformer.sourceforge.net QxTransformer has this functionality as well as macro definitions. Best regards, Siarhei Barysiuk On 10/4/07, Juan Matias Granda <[EMAIL PROTECTED]> wrote: > hi, i want to now if qooxdoo have a function like PHP include, i