[qooxdoo-devel] save and load data in/from a table

2010-09-23 Thread georg
Hello, im looking for an example to save and load data in a table. Who can help me to find a easy way to save and load data in a table over a webserver. I think the easiest way is to program the code with the qx.io.remote.RPC class, or gives an better way? I'am very happy for an example.

Re: [qooxdoo-devel] Generator: Image-clipping

2010-09-23 Thread Guilherme Aiolfi
On Thu, Sep 23, 2010 at 5:41 PM, thron7 wrote: > > Hi, > > > > first of all, I want to congratulate you. I'm using the generator to crop > > and combine images to create a custom theme and it's work perfectly. That > > thing with .meta files (for combined images), done all automatically is > > fan

[qooxdoo-devel] JSON store or rpc?

2010-09-23 Thread olberd
In http://manual.qooxdoo.org/1.2.x/pages/data_binding/stores.html it seems the recommended way of retrieving data is using a JSON store. You have some examples showing how to set up an rpc server. But as far as I can figure out, it isn't possible to use the JSON store with an rpc server. So, if

Re: [qooxdoo-devel] Generator: Image-clipping

2010-09-23 Thread thron7
> Hi, > > first of all, I want to congratulate you. I'm using the generator to crop > and combine images to create a custom theme and it's work perfectly. That > thing with .meta files (for combined images), done all automatically is > fantastic. Thanks :). > > Back to my question: > > I'm using

[qooxdoo-devel] List controller problem - wrong selection when changing the model

2010-09-23 Thread John Spackman
Hi guys, I've derived a class from qx.ui.form.ComboBox and implemented the qx.ui.core.ISingleSelection and qx.ui.form.IModelSelection interfaces so that I can use a qx.data.controller.List to bind the drop down to data fetched from the server; the idea is that the ComboBox is used for incremental

Re: [qooxdoo-devel] QxTransformer custom namespaces

2010-09-23 Thread Leandro Santiago
Ok. I'm sending my complete project. It's in this link: http://dl.dropbox.com/u/3550969/adv.tar.bz2 2010/9/23 Siarhei Barysiuk : > Hi, > > Could you please send me your sample project, I'll take a look into this? You > config looks fine. > > Cheers, > Serge > > On Sep 22, 2010, at 5:42 PM, Leand

Re: [qooxdoo-devel] QxTransformer custom namespaces

2010-09-23 Thread Siarhei Barysiuk
Hi, Could you please send me your sample project, I'll take a look into this? You config looks fine. Cheers, Serge On Sep 22, 2010, at 5:42 PM, Leandro Santiago wrote: > Thx for your example. It works fine here. > > But in my code it still doesn't work :-( I've copied the > PanelButton.xml an

[qooxdoo-devel] Generator: Image-clipping

2010-09-23 Thread Guilherme Aiolfi
Hi, first of all, I want to congratulate you. I'm using the generator to crop and combine images to create a custom theme and it's work perfectly. That thing with .meta files (for combined images), done all automatically is fantastic. Back to my question: I'm using the HBox and VBox decorators i

Re: [qooxdoo-devel] Now when we have an excellent generator...

2010-09-23 Thread Stefan Andersson
Thanks Nick, I forgot to mention that part. We have looked at that as we have been testing. >Disclaimer: I'm no compiler expert, but have a general interest To me you don't need to be that... Your point is as important to me as anyone's. I appreciate your answer. >Javascript is actually quite

Re: [qooxdoo-devel] Now when we have an excellent generator...

2010-09-23 Thread Nick Glencross
Hello Stefan, On 23 September 2010 10:31, Stefan Andersson wrote: > > are we doing > > 1. loop optimizations? > 2. variable declaration concatenation? > 3. dynamic window optimization -> reuse? > 4. maximize object resolution speed and minimize scope chain? > 5. speed up object-property looku

Re: [qooxdoo-devel] Now when we have an excellent generator...

2010-09-23 Thread Stefan Andersson
T! Now you are back again smashing people's faces! Let stop that and get back to a professional conversation! >"We"?! yes, we! >It didn't sound like that. You might want to re-consider your writing style. Please, reread it! >Of course, if the optimizations are general enough and can be sust

Re: [qooxdoo-devel] Now when we have an excellent generator...

2010-09-23 Thread thron7
On 09/23/2010 03:33 PM, Stefan Andersson wrote: > No, we are not trying to keep you away from "real", whatever it is, work. "We"?! > > Instead, we are trying to get a structured view of the status of the > framework and its tools. It didn't sound like that. You might want to re-consider your

Re: [qooxdoo-devel] problem with a custom headerCellRenderer's appearance

2010-09-23 Thread benco
Hi Derrell, Sorry for the lack of infos. I thought it was clear enough. I just updated a bit the example. First of all, you can see that the textfield hasn't the correct decorator. Then, if you uncomment the line with the comment "uncomment", you can see it will apply to all filters and I do

[qooxdoo-devel] How to set the height of a virtual tree row?

2010-09-23 Thread info
Hi list, I tried to manipulate the row height of virtual tree rows, but it don't looks propper. I tried to set row renderer but i couldn't set the height, just padding style, but the cells weren't automaticaly fitting. So I tried cellRenderer but I couldn't size the height. Any way to do it ri

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread thron7
On 09/23/2010 03:28 PM, i...@saksys.de wrote: > Ahh.. so i have to manipulate euri? Yes, like the manual reference says: "The current produced script URI is available and can be modified in the variable euri." If you search the ml archive you will find sample plugin's. > > Tanks, i will open

Re: [qooxdoo-devel] Now when we have an excellent generator...

2010-09-23 Thread Stefan Andersson
No, we are not trying to keep you away from "real", whatever it is, work. Instead, we are trying to get a structured view of the status of the framework and its tools. Now we have a good table, which also can be used in the documentation of qooxdoo! :-) (I make an enhancement bug for the docume

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
Ahh.. so i have to manipulate euri? Tanks, i will open a bug (hint) ;) > > > On 09/23/2010 03:18 PM, i...@saksys.de wrote: >> Sorry, its me again, but know i see what this option does. But we want >> just to disabe caching an scripts we are still working on. Your >> suggestion >> includes script

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread thron7
On 09/23/2010 03:18 PM, i...@saksys.de wrote: > Sorry, its me again, but know i see what this option does. But we want > just to disabe caching an scripts we are still working on. Your suggestion > includes script to the loader, so must use generate.py every time i want > to reload my project. N

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread thron7
On 09/23/2010 03:02 PM, i...@saksys.de wrote: > You guys are owsome, but some times I think you are from an another > planet. Why you dont write such a hint to the manual? "One thing drives out another...", as they say. Feel free to open a bug for it. T. > > regards Sak > > >> >> >> On 09/2

Re: [qooxdoo-devel] problem with a custom headerCellRenderer's appearance

2010-09-23 Thread Derrell Lipman
Benoit, I've looked at your example program and I don't understand what you're describing as a problem. There is no mention of appearance anyplace in your application. Derrell On Wed, Sep 22, 2010 at 06:50, benco wrote: > > Ooops, just forgot to update the provided example. > > > http://demo.q

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
Sorry, its me again, but know i see what this option does. But we want just to disabe caching an scripts we are still working on. Your suggestion includes script to the loader, so must use generate.py every time i want to reload my project. So may be their is a better solution? regards Sak > You

Re: [qooxdoo-devel] problem with a custom headerCellRenderer's appearance

2010-09-23 Thread benco
Ok. So, nobody can help me ? Even qooxdoo gurus' team ? Regards, Benoît. -- View this message in context: http://qooxdoo.678.n2.nabble.com/problem-with-a-custom-headerCellRenderer-s-appearance-tp5558486p5562968.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
You guys are owsome, but some times I think you are from an another planet. Why you dont write such a hint to the manual? regards Sak > > > On 09/23/2010 02:24 PM, i...@saksys.de wrote: >> Hi, >> >> it is possible. I hacked my projectname.js, in my case asa.js at line 48 >> to >> >> if (qx.$$loa

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread thron7
On 09/23/2010 02:24 PM, i...@saksys.de wrote: > Hi, > > it is possible. I hacked my projectname.js, in my case asa.js at line 48 to > > if (qx.$$loader.addNoCacheParam || euri.match(/\.\.\/source\/class\//)) { > > // qx.$$loader.addNoCacheParam is false in my case > > For me its helps very mu

Re: [qooxdoo-devel] How to resize image in table row?

2010-09-23 Thread Ratibor Redoran
Yes, that is real work as I need. Many thanks, Martin! -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-resize-image-in-table-row-tp5562467p5562834.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] PhoneGap

2010-09-23 Thread jacob
oetiker wrote: > > also googeling for qooxdoo and phonegap returns an interesting > github repo ... > Tobi, I know for some using google doesn't come easy - not one of them. Came across gtihub repo unify earlier but that doesn't say much so thought I ask if anyone have any experience so far.

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
Hi, it is possible. I hacked my projectname.js, in my case asa.js at line 48 to if (qx.$$loader.addNoCacheParam || euri.match(/\.\.\/source\/class\//)) { // qx.$$loader.addNoCacheParam is false in my case For me its helps very much, because i gragged my projekt site to the bookmark bar on my fi

Re: [qooxdoo-devel] PhoneGap

2010-09-23 Thread Tobias Oetiker
Today thron7 wrote: > > > On 09/23/2010 02:01 PM, jacob wrote: > > > > Anybody tried developing with Qooxdoo for mobile platforms like iPhone or > > Android, perhaps relaying on PhoneGap? > > I can see some reference to PhoneGap in API (qx.log.appender.PhoneGap) but > > no word apart from that an

Re: [qooxdoo-devel] Warning in qx.ui.basic.Image

2010-09-23 Thread Fritz Zaucker
On Thu, 23 Sep 2010, thron7 wrote: > On 09/23/2010 09:59 AM, Fritz Zaucker wrote: >> I am wondering what the reason/purpose of the following warning is: >> >> try to load a unmanaged relative image: URL > > We try to register all images that are used in an application, basically > a rendering

Re: [qooxdoo-devel] PhoneGap

2010-09-23 Thread thron7
On 09/23/2010 02:01 PM, jacob wrote: > > Anybody tried developing with Qooxdoo for mobile platforms like iPhone or > Android, perhaps relaying on PhoneGap? > I can see some reference to PhoneGap in API (qx.log.appender.PhoneGap) but > no word apart from that anywhere. LOL - You are following o

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread thron7
On 09/23/2010 01:51 PM, i...@saksys.de wrote: > Tank you Guilherme! You saved my time. > > is it possible to set nocache just to self written classes? I mean their > is no need to download the framework files everytime but the oen classes. No, it's currently not possible, but you could add an e

Re: [qooxdoo-devel] Warning in qx.ui.basic.Image

2010-09-23 Thread thron7
On 09/23/2010 09:59 AM, Fritz Zaucker wrote: > Hi, > > I am wondering what the reason/purpose of the following warning is: > > try to load a unmanaged relative image: URL We try to register all images that are used in an application, basically a rendering optimization. This affects all i

Re: [qooxdoo-devel] Creating an application

2010-09-23 Thread thron7
Thanks for the Portuguese, Guilherme :). T. On 09/22/2010 09:00 PM, Guilherme Aiolfi wrote: > É possivel sim, se o video vai ser carregado do seu proprio servidor, > voce vai provavelmente precisar de um flash player pra tocar os videos. > > Pra manipular objetos flash utilize qx.bom.Flash, aqui

[qooxdoo-devel] PhoneGap

2010-09-23 Thread jacob
Anybody tried developing with Qooxdoo for mobile platforms like iPhone or Android, perhaps relaying on PhoneGap? I can see some reference to PhoneGap in API (qx.log.appender.PhoneGap) but no word apart from that anywhere. -- View this message in context: http://qooxdoo.678.n2.nabble.com/PhoneGa

Re: [qooxdoo-devel] Now when we have an excellent generator...

2010-09-23 Thread thron7
On 09/23/2010 11:31 AM, Stefan Andersson wrote: > are we doing > > 1. loop optimizations? no > 2. variable declaration concatenation? not yet > 3. dynamic window optimization -> reuse? no > 4. maximize object resolution speed and minimize scope chain? not yet > 5. speed up object-pro

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread Guilherme Aiolfi
I don't think it's possible. But it does make sense. I'm interested in that too. On Thu, Sep 23, 2010 at 8:51 AM, wrote: > Tank you Guilherme! You saved my time. > > is it possible to set nocache just to self written classes? I mean their > is no need to download the framework files everytime bu

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
Tank you Guilherme! You saved my time. is it possible to set nocache just to self written classes? I mean their is no need to download the framework files everytime but the oen classes. regards Sak > Inside the "jobs" entry: > >"source-script" : > { > "compile-options": > { >"uris":

Re: [qooxdoo-devel] Qooxdoo build system sugestion (or user wishes...)

2010-09-23 Thread thron7
On 09/23/2010 09:29 AM, Alexander Voronin wrote: > Don't mind, but why just don't use make or ant for this purpose then? :) We had 'make' before, and were quite happy to remove this dependency, so all people have to install Python at most (think about the Windows users). - No, the single depende

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread Guilherme Aiolfi
Inside the "jobs" entry: "source-script" : { "compile-options": { "uris": { "add-nocache-param":false } } }, On Thu, Sep 23, 2010 at 6:43 AM, wrote: > Sorry, now I see i placed the object in commented area, but i tried to use > this config, no efort! > > { > "name"

Re: [qooxdoo-devel] Qooxdoo build system sugestion (or user wishes...)

2010-09-23 Thread thron7
Hi Leandro, > I think center all qooxdoo funcionalities into only a program is a > better approach. Something liks this: > > $ /path/to/qooxdoo create-applicaton --name myApplication > > And to build: > > $ /path/to/qooxdoo build # or maybe job=transform,build,etc Yeah, there are somewhat mixe

Re: [qooxdoo-devel] Qooxdoo build system sugestion (or user wishes...)

2010-09-23 Thread Leandro Santiago
I think the developers are the best people to talk about this, but for me, ant is java-dependent (and it's slow) and require you write some xml files to the build task. (and I don't like java so much! :-)) Write Makefiles is boring and tedious. I program in C++ and in my projects I use CMake, only

Re: [qooxdoo-devel] Warning in qx.ui.basic.Image

2010-09-23 Thread Fritz Zaucker
On Thu, 23 Sep 2010, Martin Wittemann wrote: > Hey, > thanks for the hint. Fixed it immediately (r23387). :-) > Why the warning is there... to be honest, I don't exactly know. As far as > I know, Alex is the expert on that and he can sure answer it right away. > He will be back in office on mond

Re: [qooxdoo-devel] Table with Remote model not refreshing

2010-09-23 Thread Martin Wittemann
Hey, I tried to reproduce it on my mac mini but failed. :( Can you perhaps give me an detailed step by step tutorial how to reproduce it? Regards, Martin Am 23.09.2010 um 12:38 schrieb jacob: > > > Christian Hagendorn wrote: >> >> Hi Jacob, >> >> would it possible for you to provide a sm

Re: [qooxdoo-devel] How to resize image in table row?

2010-09-23 Thread Martin Wittemann
Hey, you can use a HTML renderer for that row and wrap the image url into a "img" tag holding the width and height attribute. That worked quite well for me in the little demo i just did: http://tinyurl.com/2a57dpx Regards, Martin Am 23.09.2010 um 12:30 schrieb Ratibor Redoran: > > Hello, gu

Re: [qooxdoo-devel] Object HashCode undefined

2010-09-23 Thread Christian Hagendorn
Hi Marius, yes, you are right, the listener should be removed. A smart solution would be to remove the listener when the class will be disposed, but you can't remove a listener with an anonymous callback method. So the first step is to remove the anonymous calback method and also take care th

Re: [qooxdoo-devel] Warning in qx.ui.basic.Image

2010-09-23 Thread Martin Wittemann
Hey, thanks for the hint. Fixed it immediately (r23387). Why the warning is there... to be honest, I don't exactly know. As far as I know, Alex is the expert on that and he can sure answer it right away. He will be back in office on monday. I will forward this question so he will answer in time

Re: [qooxdoo-devel] Error in async call rpc

2010-09-23 Thread Martin Wittemann
Hello Stefan, I just checked trunk and the last change is from Mai as far as i have seen that. So if the error is from the framework, it is maybe from another area used in the RPC layer itself. The error message looks something like the JSON object itself is either not valid or the encoding is

Re: [qooxdoo-devel] Table with Remote model not refreshing

2010-09-23 Thread jacob
Christian Hagendorn wrote: > > Hi Jacob, > > would it possible for you to provide a small application to reproduce > your issue. Could you please also give me some information about your > environment (qooxdoo version, browser, etc.) > Christian, I'm not doing anything more that in this e

[qooxdoo-devel] How to resize image in table row?

2010-09-23 Thread Ratibor Redoran
Hello, guys! I need to show images (different for different rows) in one of the table column. But I have next problem: the sizes of the images (png-files) bigger than I need that to show them. As example: my images have sizes 30x30px but height of the rows is 20px and I don't want to increase it

Re: [qooxdoo-devel] Object HashCode undefined

2010-09-23 Thread Marius Austerschulte
I think I know the reason now: When the apply-Method is called on my Tree object the first time, I don't get that error, the Tree isn't disposed. When that method is called the second time it's called on a new Tree instance that had been created shortly before. Again, a new snProxy object is create

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
Sorry, now I see i placed the object in commented area, but i tried to use this config, no efort! { "name": "asa", "include" : [ { "path" : "${QOOXDOO_PATH}/tool/data/config/application.json" } ], "export" : [ "api", "build", "clean", "distclean",

[qooxdoo-devel] Now when we have an excellent generator...

2010-09-23 Thread Stefan Andersson
are we doing 1. loop optimizations? 2. variable declaration concatenation? 3. dynamic window optimization -> reuse? 4. maximize object resolution speed and minimize scope chain? 5. speed up object-property lookups inside a loop? 6. Reduce the number of dot lookups ("dot calls") using forms? 7

[qooxdoo-devel] Error in async call rpc

2010-09-23 Thread Stefan Andersson
We have a JBoss server running a servlet. Rpc from qooxdoo is doing a async call and the following error occurs: 2010-09-23 10:39:12,846 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/Join].[JoinServlet]] Servlet.service() for servlet JoinServlet threw exception java.t

[qooxdoo-devel] disable nochache

2010-09-23 Thread info
Hi List, how to disable the new nocache param on loading source scripts? I tried like the dev team told, but there is no rsult. This is my config.js... is their any error? { "name": "asa", "include" : [ { "path" : "${QOOXDOO_PATH}/tool/data/config/application.json" } ]

[qooxdoo-devel] Warning in qx.ui.basic.Image

2010-09-23 Thread Fritz Zaucker
Hi, I am wondering what the reason/purpose of the following warning is: try to load a unmanaged relative image: URL It is emitted from __loadUnmanagedImage : function(el, source) in qx.ui.basic.Image. And, btw, there is a small spelling mistake, it should be try to load

Re: [qooxdoo-devel] Qooxdoo build system sugestion (or user wishes...)

2010-09-23 Thread Alexander Voronin
Don't mind, but why just don't use make or ant for this purpose then? :) 2010/9/23 Leandro Santiago > Hello to all. > > I don't want to start a flameware, but I have some ideas and I want to > know what to you think about it. > > To create a new application you need to do: > $ /path/to/qooxdoo/t

Re: [qooxdoo-devel] Table with Remote model not refreshing

2010-09-23 Thread Christian Hagendorn
Hi Jacob, would it possible for you to provide a small application to reproduce your issue. Could you please also give me some information about your environment (qooxdoo version, browser, etc.) Thanks, Chris Am 22.09.2010 22:17, schrieb jacob: > I have a qx.ui.table.Table with qx.ui.table.m