Re: [qooxdoo-devel] Addition to generator checked in: Conversion and/or compression of json files

2010-12-03 Thread Martin Wittemann
Hello Steffan, I really, really tried to be patient this time. But with that mail, you have gone too far for me. You keep ignoring my questions and wan't force me to think the way you think. Thats not gona work even if you were Duglas Crockford and Brandon Eich at the same time! Tech discussio

Re: [qooxdoo-devel] Addition to generator checked in: Conversion and/or compression of json files

2010-12-03 Thread Stefan Andersson
>2. image-combine and many other functions are also "a single precompilation >step" and can also be done by a command line tool...and you have no control of >the developers images Different? No, it is not! >As I said, I'm not willing to discuss technical details with you. I understand >you

[qooxdoo-devel] bigFilter and filter for AbstractField

2010-12-03 Thread b a
Hi, Sometimes I want to have a RegExp filter for a textfield, not for individual characters. I'm aware of the filter property in AbstractField, and so I made a new one called bigFilter I prepared a patch and here's a small testcase http://pastie.org/1345097 In the textfield you can only enter betw

Re: [qooxdoo-devel] Addition to generator checked in: Conversion and/or compression of json files

2010-12-03 Thread Martin Wittemann
Hello Stefan, First, thanks for a better balanced response. Your welcome. 1. we contributed with code, a function necessary for BIG applications with characteristics we and others might have = a solution to the problem A function you think its necessary and we don't. Lets keep the facts. Nor

[qooxdoo-devel] Qooxdoo tests with selenium

2010-12-03 Thread ziepf
Hi, I just started to test my qooxdoo application with Selenium_rc. Are there more people on the forum who uses Selenium_rc and what are your experiences and problems ? regards ziepf -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-tests-with-selenium-tp5800295p5800

Re: [qooxdoo-devel] Contrib documentation

2010-12-03 Thread thron7
Could either of you check if there is an existing bug for this, and if not create one?! T. On 12/03/2010 02:43 PM, panyasan wrote: > > Hi, > > yeah, there's no documentation for the dialog package yet, sorry. But then, > the stuff is so straightforward that it is enough to build the API viewer

Re: [qooxdoo-devel] Managing a Moving Selection in SmartTableModel

2010-12-03 Thread Derrell Lipman
On Fri, Dec 3, 2010 at 09:11, aditya siram wrote: > And setValue(col,row,val,view) currently takes an row id corresponding > to certain view. It would be ideal, for my purposes, if there was a > setUniqueValue(col,rowid,val) where rowid is the unique id assigned by > smart.table.Model. > > Curren

[qooxdoo-devel] "Native" scrollbars don't always appear on tables and treevirtual

2010-12-03 Thread benco
Hi, It seems that my client has some problems with the table and treevirtual widgets when native scrollbars are enabled in the global settings. The scrollbars simply don't appear or randomly appear. Here is his config: * FF 3.6.12 * Windows 7 32-bit * No zoom enabled (in FF and globally in Wind

Re: [qooxdoo-devel] Managing a Moving Selection in SmartTableModel

2010-12-03 Thread aditya siram
And setValue(col,row,val,view) currently takes an row id corresponding to certain view. It would be ideal, for my purposes, if there was a setUniqueValue(col,rowid,val) where rowid is the unique id assigned by smart.table.Model. Currently my code depends on the unique row id being (row-index-in-vi

Re: [qooxdoo-devel] Addition to generator checked in: Conversion and/or compression of json files

2010-12-03 Thread Stefan Andersson
Martin! First, thanks for a better balanced response. Second, this happened: 1. we contributed with code, a function necessary for BIG applications with characteristics we and others might have = a solution to the problem 2. we are attacked in a very infantile way by T, as he had previously d

Re: [qooxdoo-devel] Contrib documentation

2010-12-03 Thread panyasan
Hi, yeah, there's no documentation for the dialog package yet, sorry. But then, the stuff is so straightforward that it is enough to build the API viewer and deno page from the SVN code. I would also welcome if, in addition to the demobrowser, there would be an automatically generated API viewer

Re: [qooxdoo-devel] Contrib documentation

2010-12-03 Thread Mustafa Sak
Thron7 > You should be able to run a 'generate.py api' in the contrib, to get API documentation. A.. So I could do the same for SamrtTable, right?.. But why are these API's not available at the Homepage? Regards Sak -Ursprüngliche Nachricht- Von: thron7 [mailto:thomas.herchenroe...@1u

Re: [qooxdoo-devel] Contrib documentation

2010-12-03 Thread thron7
Mustafa, you should always first check the listing page [1], as some contribs host their material elsewhere. In the case of Dialog, you are right, there is no such documentation page, so I suggest you just read through the code and look at the contained demo. You should be able to run a 'generate.

Re: [qooxdoo-devel] Managing a Moving Selection in SmartTableModel

2010-12-03 Thread Derrell Lipman
On Fri, Dec 3, 2010 at 00:08, aditya siram wrote: > This approach is good for reading the value of a row but what about > changing it? It seems as though the setValue() function in the model > is does more book-keeping. > Yes. If you want to set data in the model, you should be using the setValu

[qooxdoo-devel] Contrib documentation

2010-12-03 Thread Mustafa Sak
Hi List, qx contribs are very awesome but I'm missing documentation. If I folow this Link http://qooxdoo.org/contrib/project/Dialog I just get an excuse pag e (This topic does not exist yet). Where can I find some Code example and an api for contributions? --

Re: [qooxdoo-devel] Cell renderers for numbers

2010-12-03 Thread Peter Schneider
Hi Felipe, you can change the behavior of a qx.ui.table.cellrenderer.Number instance for example See http://tinyurl.com/3x269zd In code in the "marked" block does it. We had to instantiate a new instance of qx.ui.table.cellrenderer.Number 'cause the default cell-renderer is qx.ui.table.cellrende