Re: [qooxdoo-devel] Graphs and Charts

2007-01-16 Thread Simon Bull
Hi Martin, I agree SVG is the ideal world solution. However it would be nice if any graph/chart tool supported browsers with no additional plugins or add ons. This is the case for many real world users working in conservative environments, such as government departments, banks, and other big

Re: [qooxdoo-devel] patch for TypeError - cellElement has no properties

2007-01-16 Thread David, Lysander
It appears that there are some issues with the change and RemoteTableModels so changing the line to if (recyleRowElem && rowElem.childNodes.length > 0 ) { appears to allow everything to work. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behal

[qooxdoo-devel] patch for TypeError - cellElement has no properties

2007-01-16 Thread David, Lysander
Hi, In the course of creating a selection dialog, it was necessary to create two tables in a window. When attempting to setData for one of them I got this error: 1001584 ERROR: qx.ui.table.SimpleTableModel[2277]: Could not dispatch event of type "dataChanged": TypeError - cellElement has no pr

Re: [qooxdoo-devel] 0.6.4 build problems....

2007-01-16 Thread Sebastian Werner
Am 16.01.2007 um 14:20 schrieb Hugh Gibson: > >> The problem seems to be the "- Including 37 classes". > > I did a lot of playing round, with print-includes and some other > options. Your question: > >> Is there any content in your abling.Application? > > provided the hint. No, there's no conte

Re: [qooxdoo-devel] Obfuscation of variables

2007-01-16 Thread Sebastian Werner
Am 16.01.2007 um 14:20 schrieb Hugh Gibson: > > I found the --obfuscate-identifiers option to generator.py, and > tried it out. > > It reduced the built script size by around 5%, but there were lots > of function calls and properties which were still in plain text. > > As there is now a singl

Re: [qooxdoo-devel] qooxdoo with php

2007-01-16 Thread Nick Glencross
Mio, On 16/01/07, Mio <[EMAIL PROTECTED]> wrote: > > I need comunicate a form with textbox. > request information form php and post resp into textbox > > I don´t find any example for this , I use version 0.64 of qooxdoo > and I dont have any idea to do this ... > > thanks for help .. :-)

[qooxdoo-devel] qooxdoo with php

2007-01-16 Thread Mio
I need comunicate a form with textbox. request information form php and post resp into textbox I don´t find any example for this , I use version 0.64 of qooxdoo and I dont have any idea to do this ... thanks for help .. :-) -- View this message in context: http://www.nabble.com/qooxdo

Re: [qooxdoo-devel] Obfuscation of variables

2007-01-16 Thread Fabian Jakobs
Hugh Gibson schrieb: > I found the --obfuscate-identifiers option to generator.py, and tried it out. > > It reduced the built script size by around 5%, but there were lots of > function calls and properties which were still in plain text. > > As there is now a single script generated by the compil

Re: [qooxdoo-devel] XML parsing documentation

2007-01-16 Thread Fabian Jakobs
Agustin Almonte F. schrieb: > Hi, i was looking for cml parsing in qooxdoo and found a > qx.xml.Document class not documented. can anyone help me with and > example or link to a parsing xml app. > > Thanks in advance. > Hello Agustin, qx.xml.Document is pretty new and currently only in svn but t

[qooxdoo-devel] Recursive checking/unchecking in treefullcontrol with checkboxes

2007-01-16 Thread a.jimenez
Hello, I just found out about Qooxdoo and loved it, so I am trying to use it for all my new applications. I am newbie, and this is probably a very easy question, so apollogies in advance. First thing I am trying is a tree with checkboxes in the nodes, so I am using a treefullcontrol and a qx.ui.f

Re: [qooxdoo-devel] ContextMenu on TreeFullControl

2007-01-16 Thread Rüdiger Herrmann
Sebastian, thanks, that did it :-) Rüdiger Sebastian Werner wrote: > The contextmenu is not fully implemented. You must do it your own. > > It's possible to add it to the full tree, too. There is no need to add > them to each tree folder. > > The basic code could look like thos: > > tree.add

Re: [qooxdoo-devel] Custom build and resource uri

2007-01-16 Thread Derrell . Lipman
[EMAIL PROTECTED] writes: > This helped me, but I encountered some problems with this in the > AbstractTreeElement.js (in tree and treefullcontrol packages). I made 2 > patches (attached). They are very small and don't affect any important > things. They just improve a bit a particular u

[qooxdoo-devel] XML parsing documentation

2007-01-16 Thread Agustin Almonte F.
Hi, i was looking for cml parsing in qooxdoo and found a qx.xml.Documentclass not documented. can anyone help me with and example or link to a parsing xml app. Thanks in advance. -- Agustín Almonte - Take Surveys. Earn Cash.

[qooxdoo-devel] Custom build and resource uri

2007-01-16 Thread zindel
Hello, Some time ago I asked about the custom build (separate the qooxdoo library and my custom application) and the special resource URI (something like /static('real/path/on/server')). Unfortunatelly, I didn't get the answer, but then figured out what to do with this myself. Now I'd like to s

[qooxdoo-devel] Obfuscation of variables

2007-01-16 Thread Hugh Gibson
I found the --obfuscate-identifiers option to generator.py, and tried it out. It reduced the built script size by around 5%, but there were lots of function calls and properties which were still in plain text. As there is now a single script generated by the compiler, it seems to me that there

Re: [qooxdoo-devel] 0.6.4 build problems....

2007-01-16 Thread Hugh Gibson
> The problem seems to be the "- Including 37 classes". I did a lot of playing round, with print-includes and some other options. Your question: > Is there any content in your abling.Application? provided the hint. No, there's no content in abling.Application. But there is content in abling.

Re: [qooxdoo-devel] API compiler can track down syntax errors

2007-01-16 Thread Hugh Gibson
> Normally a simple "make" should do the same. The API viewer depends > on the token/tree of the code. This should save you some time :) :-) "There's a hole in my bucket"... that would be great if I could get the normal build working... Hugh --

Re: [qooxdoo-devel] Same resource paths in 'source'-build and 'build'-build

2007-01-16 Thread Sebastian Werner
Rusi Filipov schrieb: > Hi there, > > on http://qooxdoo.org/documentation/user_manual/configuring_custom_resources > it is says "This makes it possible to change the resource folder from > source to build. (This feature is also used by the qooxdoo skeleton > brought to you by the SDK release." >

[qooxdoo-devel] Same resource paths in 'source'-build and 'build'-build

2007-01-16 Thread Rusi Filipov
Hi there, on http://qooxdoo.org/documentation/user_manual/configuring_custom_resources it is says "This makes it possible to change the resource folder from source to build. (This feature is also used by the qooxdoo skeleton brought to you by the SDK release." Indeed, the images in the skeleton

Re: [qooxdoo-devel] Custom Build Paths

2007-01-16 Thread Rusi Filipov
Sebastian Werner schrieb: >> * The source-build doesn't work when the app is deployed on the server - >> the linked scripts in the custom.js file can't be loaded, because Tomcat >> permits you only to load resources that are into your Web Context Root >> folder. The build-build works fine, but i

Re: [qooxdoo-devel] Custom Build Paths

2007-01-16 Thread Rusi Filipov
Hi Simon and Sebastian, thank you for your replies and help. I switched to the new Makefile and it is very nice how you can configure some variables (like the names of the 'class' and 'script' folders) and the rest is hidden. It is good, but it could better fit into a J2EE environment. Let me e

Re: [qooxdoo-devel] Custom Build Paths

2007-01-16 Thread Sebastian Werner
Rusi Filipov schrieb: > I see now that the new Makefile of the Skeleton has been really > improved. It almost works for me now, but there are still some issues > I'd like to share. I am developing with Java and Tomcat on the server. > > * The generated file 'messages.pot' contains an invalid tim

Re: [qooxdoo-devel] 0.6.4 build problems....

2007-01-16 Thread Sebastian Werner
Hugh Gibson schrieb: >> But there's not much point when the file is only 60kb. Where has the >> rest of the build script gone? > > I've added the script compression (has to be at the end of the file) but I > still can't do a full release build. The file is truncated. The last entry in > it is:

Re: [qooxdoo-devel] ContextMenu on TreeFullControl

2007-01-16 Thread Sebastian Werner
The contextmenu is not fully implemented. You must do it your own. It's possible to add it to the full tree, too. There is no need to add them to each tree folder. The basic code could look like thos: tree.addEventListener("contextmenu", function(e) { menu.setLocation(left, top); menu.set

Re: [qooxdoo-devel] endless loop in Widget.flushGlobalJobQueue()

2007-01-16 Thread Sebastian Werner
Hi Markus, I think this is currently not supported. Maybe you can solve your problem with a set of box layouts instead of a GridLayout. They are far more stable and should allow you to hide or setHeight(0) them. Regards, Sebastian Markus Bäurle schrieb: > Hi, > > I get an endless loop after

Re: [qooxdoo-devel] Translation doesn`t work

2007-01-16 Thread Sebastian Werner
It a bit complicated to understand the problem for me. Maybe you can try to build a small example application and send it to us. Please not your full application code. Just a few lines - maybe created with the new skeletons. Thanks. Sebastian peperoni schrieb: > > > Sebastian Werner wrote

Re: [qooxdoo-devel] Custom Build Paths

2007-01-16 Thread Sebastian Werner
For me it seems that you use a skeleton of qooxdoo < 0.6.4 with qooxdoo 0.6.4. The best would be to update ASAP to the new skeleton. There you can configure QOOXDOO_PATH and QOOXDOO_URI according to the positions on your filesystem/webserver. Hope this helps. Sebastian Simon Bull schrieb: >

Re: [qooxdoo-devel] API compiler can track down syntax errors

2007-01-16 Thread Sebastian Werner
Normally a simple "make" should do the same. The API viewer depends on the token/tree of the code. This should save you some time :) Sebastian Hugh Gibson schrieb: > Under Firefox I sometimes get strange results if I have introduced a syntax > error into a file. The file is loaded by the brows

[qooxdoo-devel] API compiler can track down syntax errors

2007-01-16 Thread Hugh Gibson
Under Firefox I sometimes get strange results if I have introduced a syntax error into a file. The file is loaded by the browser, but then rejected with no error message. I've found that some of these can be picked up an api make - issuing "make api". The line number and column of syntax errors

Re: [qooxdoo-devel] Custom Build Paths

2007-01-16 Thread Sebastian Werner
This has changed a bit in recent qooxdoo versions. There is a configurable common Makefile instead of a local implementation. Normally it should be possible to have qooxdoo somewhere else. You must simply configure the QOOXDOO_PATH and QOOXDOO_URI. However it seems that you use some old style M

Re: [qooxdoo-devel] Contextmenu question:

2007-01-16 Thread Fabian Jakobs
Hi Alex, >> I created a small demo html that can be run from the demo folder >> that demonstrates the problem. I would really appreciate any help in >> this case(workarounds are welcome!). >> >> Best Regards, >> alex.d >> > Does the fact that even main qooxdoo developers do not answer to this

Re: [qooxdoo-devel] Contextmenu question:

2007-01-16 Thread Alex D.
Does the fact that even main qooxdoo developers do not answer to this post, means that my problem is unsolvable?(Andreas, Sebastian?) I would like to know if this is a -qooxdoo-bug -qooxdoo-structure problem -just smth. that i don't understand. One more time the problem-demonstrating-problem c

Re: [qooxdoo-devel] Contextmenu question:

2007-01-16 Thread Hugh Gibson
> Does the fact that even main qooxdoo developers do not answer to this > post, means that my problem is unsolvable?(Andreas, Sebastian?) I > would like to know if this is a > -qooxdoo-bug > -qooxdoo-structure problem > -just smth. that i don't understand. > One more time the problem-demonstratin