Re: [qooxdoo-devel] "make build" then go to lunch; just getting coffee won't suffice

2007-02-08 Thread Fabian Jakobs
Hi Derrell, > This seems to be getting pretty far out of line. I started a "make build" > nearly 1/2 hour ago, and *it's still running*! With all of these variants and > rebuilding each application multiple times and what not, this is really pretty > unreasonable. > we have added two new optim

[qooxdoo-devel] svn code doesn't run right now

2007-02-08 Thread Derrell . Lipman
Sebastian, Fabian, I expect you're already aware of this and I know this is related to work in progress, but just in case you aren't aware: A "make distclean ; make source" does not generate a working set of samples. It gives Variant qx.client is not defined (Variant.js:92) and qx.log.DivA

Re: [qooxdoo-devel] New classes: ImageDataCellRenderer and ConditionalDataCellRenderer

2007-02-08 Thread Derrell . Lipman
[EMAIL PROTECTED] writes: > MootCycle <[EMAIL PROTECTED]> writes: > >> Does anyone know of a way to get the Table or TableModel object from inside >> the CellRenderer class without passing it in an argument? I'm working on >> adding conditions for neighboring columns and I need a way to access the

Re: [qooxdoo-devel] New classes: ImageDataCellRenderer and ConditionalDataCellRenderer

2007-02-08 Thread Derrell . Lipman
MootCycle <[EMAIL PROTECTED]> writes: > Does anyone know of a way to get the Table or TableModel object from inside > the CellRenderer class without passing it in an argument? I'm working on > adding conditions for neighboring columns and I need a way to access the > values for those cells. >From

Re: [qooxdoo-devel] New classes: ImageDataCellRenderer and ConditionalDataCellRenderer

2007-02-08 Thread MootCycle
Does anyone know of a way to get the Table or TableModel object from inside the CellRenderer class without passing it in an argument? I'm working on adding conditions for neighboring columns and I need a way to access the values for those cells. Thanks, -Dan -- View this message in context: htt

Re: [qooxdoo-devel] New classes: ImageDataCellRenderer and ConditionalDataCellRenderer

2007-02-08 Thread Jim Hunter
I have not yet moved my code past .6.2 as we have a running app that I am not yet in a position to upgrade it. I will check it out though to see if I can borrow some of the code to help me out. Thanks, Jim On 2/8/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: "Jim Hunter" <[EMAIL PROTECTED

[qooxdoo-devel] "make build" then go to lunch; just getting coffee won't suffice

2007-02-08 Thread Derrell . Lipman
This seems to be getting pretty far out of line. I started a "make build" nearly 1/2 hour ago, and *it's still running*! With all of these variants and rebuilding each application multiple times and what not, this is really pretty unreasonable. I think it's time to either modularize qooxdoo, or

Re: [qooxdoo-devel] New classes: ImageDataCellRenderer and ConditionalDataCellRenderer

2007-02-08 Thread Derrell . Lipman
"Jim Hunter" <[EMAIL PROTECTED]> writes: > Now if someone could just come up with a renderer that allows buttons in a > cell AND the button click works, I would be a happy camper. I have tried the > previous solutions that were posted for doing hotlinks in a cell, but I > could never get the click

Re: [qooxdoo-devel] New classes: ImageDataCellRenderer and ConditionalDataCellRenderer

2007-02-08 Thread Jim Hunter
Thanks! I think this is a great start for people to see how to create their own renderer, even if it's not included in the final release. I appreciate you sharing the code with us! Now if someone could just come up with a renderer that allows buttons in a cell AND the button click works, I would b

[qooxdoo-devel] New classes: ImageDataCellRenderer and ConditionalDataCellRenderer

2007-02-08 Thread MootCycle
I've created two classes that I'd like to submit to the project, assuming they've been coded correctly. The first is a simple data cell renderer that can handle any PNG image rather than just the boolean true/not true. It is a pretty simple class and I don't think there are any problems with it.

[qooxdoo-devel] R: how I can clear combobox list

2007-02-08 Thread Marco Emiliozzi
>I need clear a combobox list but I try with no success Assuming ComboBox is the variable name of the ComboBox you need to clean up: Quick & Dirty Way (if you don't care about memory usage): ComboBox.getList().removeAll(); Slow & Clean Way: var childLength = ComboBox.getLi

Re: [qooxdoo-devel] skeleton wont run in ie7

2007-02-08 Thread generic
Andreas Ecker schrieb: > The trunk is > not supposed to be stable at all times, because there is a lot of > development activity. > Ok, never stable - I will remember this. 6082 btw. i cant compile. >> i get always a javascript error: qx.core.Init is Null or is no Object >> (german: ist Null o

[qooxdoo-devel] QStudio et al ...

2007-02-08 Thread Okan, Varol
Has anyone been able to get Qstudio and work with it ? I can not find a link to download the app. So is it Vaporware at this time ? Are there any other GUI builder out there which could get the job done ? Varol :-) After three days without programming, life becomes meaningless. Var

Re: [qooxdoo-devel] JSON-RPC 1.1. support

2007-02-08 Thread Derrell . Lipman
Andreas Junghans <[EMAIL PROTECTED]> writes: > AFAIK, no one is currently working on JSON-RPC 1.1 compatibility > (Derrell?). As always, patches are welcome (even if only for the > client side). I marked that message as "Need to review" but I have no current plans to be making changes in this

Re: [qooxdoo-devel] [qooxdoo-commit] SF.net SVN: qooxdoo: [6073] trunk/qooxdoo/frontend

2007-02-08 Thread Sebastian Werner
Hi Derrell, thank you for your feedback. Please directly let us know what you think about such things. We are really interested in feedback. Otherwise we are not able to fulfill the needs of others if they don't speak to us :) I will try to answer your questions: [Q] It was not clear that the

Re: [qooxdoo-devel] JSON-RPC 1.1. support

2007-02-08 Thread Andreas Junghans
Hi Sergei, Am 07.02.2007 um 12:58 schrieb Sergei Kolomiets: > I have a question to developers of Qooxdoo: > Can qooxdoo-users expect support of JSON-RPC specification ver.1.1 > described > at http://json-rpc.org/wd/JSON-RPC-1-1-WD-20060807.html JSON-RPC 1.1 > specification ? AFAIK, no one is

[qooxdoo-devel] how I can clear combobox list

2007-02-08 Thread mio.bhe
I need clear a combobox list but I try with no success and how I retrieve (for RPC or POST) multiple result to input in a grid ?!?! any body have a example ?!?!? thanks - Using Tomcat but need to do more? Need to support

Re: [qooxdoo-devel] skeleton wont run in ie7

2007-02-08 Thread Fabian Jakobs
[EMAIL PROTECTED] schrieb: > hi, > > i trying to get the skeleton in ie7 / ie6 to work. > i tryed with 6.5 release and trunk 6078 version. > > i get always a javascript error: qx.core.Init is Null or is no Object > (german: ist Null oder kein Objekt) > within firefox 2 the script runs in both mode

Re: [qooxdoo-devel] Extended window manager demo

2007-02-08 Thread Tomek D Loboda
Hi Fabian, I never realized that. It's quite clear now who is not a Mac user :-) Thanks for the info. Is binding modal windows to other windows possible in QX? --Tomek Fabian Jakobs wrote: > Hi Tomek, >> Yes, if an application is to occupy a whole browser window, then windows >> are just sub