Re: [qooxdoo-devel] httpd

2008-08-19 Thread Sebastian Werner
Have you done a "generate.py source" as well? Please double check that you have executed the command recently. Maybe do it again. Then reload the example. Do you now get any errors or messages? Sebastian johndela1 schrieb: > by the way, if I do a generate.py build, and browse to build it works

Re: [qooxdoo-devel] httpd

2008-08-19 Thread Sebastian Werner
johndela1 schrieb: > I set up a httpd on a linux box (lighttpd) and set the document root to be > where my index.html file is. When I put my browser to localhost it just > loads the index.html but isn't running my app Ok, any details on this available? Any error messages, any Firebug console inf

Re: [qooxdoo-devel] ComboBox CellEditor problem in FF2 and FF3

2008-08-19 Thread Hugh Gibson
Looks like there's still a problem here in 0.8. Looking at current source, there is in qx.ui.form.AbstractSelectBox.js: control.addListener("mouseup", this.close, this); and this.close doesn't have any special stop propogation calls. Again, it seems that this report

Re: [qooxdoo-devel] using other javascript

2008-08-19 Thread Sebastian Werner
Hi, I am not sure what this QX_WriteObject do, but it may write some code to the current position using document.write. If the file do not support any other methods maybe for appending to a given DOM node etc. you are out of chance to integrate the result into a HTML widget or any other qooxdo

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-19 Thread Alexander Back
Hi Petr, done :) cheers, Alex Petr Kobalíček wrote: > Please close this bug :-[ > > I used to getIframeHtml() instead getIframeText(). > > Cheers > - Petr > > 2008/8/18 Petr Kobalíček <[EMAIL PROTECTED]>: >> Ok, its #1195 >> >> Regards >> - Petr >> >> 2008/8/18 Alexander Back <[EMAIL PROTE

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-19 Thread Petr Kobalíček
Please close this bug :-[ I used to getIframeHtml() instead getIframeText(). Cheers - Petr 2008/8/18 Petr Kobalíček <[EMAIL PROTECTED]>: > Ok, its #1195 > > Regards > - Petr > > 2008/8/18 Alexander Back <[EMAIL PROTECTED]>: >> Hi Petr, >> >> Petr Kobalíček wrote: >>> Hi all, >>> >>> I have today

[qooxdoo-devel] using other javascript

2008-08-19 Thread johndela1
My current html prototype has this in the head area: then I call this later in the body area: QT_WriteOBJECT('MyMovie.mov' , '320', '240' , ''); this outputs the code needed for a quicktime plugin to run How would I code my Application.js to have the external javascript file being

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-19 Thread Guilherme Aiolfi
Same here :) hehe 2008/8/19 Petr Kobalíček <[EMAIL PROTECTED]> > Hi thron, > > I'm making efforts to describe the issues I have, but my English is > limited so it can sometimes can look funny :-) (I known) > > Cheers > - Petr > > 2008/8/19 thron7 <[EMAIL PROTECTED]>: > > Petr Kobalíček wrote: > >

Re: [qooxdoo-devel] httpd

2008-08-19 Thread johndela1
by the way, if I do a generate.py build, and browse to build it works fine... I want to test from source, though johndela1 wrote: > > I set up a httpd on a linux box (lighttpd) and set the document root to be > where my index.html file is. When I put my browser to localhost it just > loads the

[qooxdoo-devel] httpd

2008-08-19 Thread johndela1
I set up a httpd on a linux box (lighttpd) and set the document root to be where my index.html file is. When I put my browser to localhost it just loads the index.html but isn't running my app if I browse to localhost/script/custom.js I see the javascript as text I want to me able to test throu

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-19 Thread Petr Kobalíček
Hi thron, I'm making efforts to describe the issues I have, but my English is limited so it can sometimes can look funny :-) (I known) Cheers - Petr 2008/8/19 thron7 <[EMAIL PROTECTED]>: > Petr Kobalíček wrote: >> And another problem, >> >> If I set height property in UploadForm or UploadField,

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-19 Thread Petr Kobalíček
Added to bugzilla, bug #1211 Cheers - Petr 2008/8/19 thron7 <[EMAIL PROTECTED]>: > Petr Kobalíček wrote: >> And another problem, >> >> If I set height property in UploadForm or UploadField, it will behave >> unexpectable, I can provide screenshot if needed. >> > > Petr, again file bugs with as mu

Re: [qooxdoo-devel] Performance on IE vs FireFox

2008-08-19 Thread Petr Kobalíček
Hi Jim, can you specify your hardware ? I'm developing quite complex application. I'm not using object pooling and performance is very good for me (1.6Ghz, qx0.7.3). Performance killer can be for example too many items in tree, etc:) Regards - Petr 2008/8/19 Jim Hunter <[EMAIL PROTECTED]>: > Th

[qooxdoo-devel] how to set size of list on tab

2008-08-19 Thread johndela1
I have a page with a TabView. I placed two lists on it so I can play with drag and drop. The lists are as wide as the tab, I tried calling setWidth or even setting width. Any ideas of what I am doing wrong? They don't respond... here is some of my code: qx.Class.define("custom.Application

Re: [qooxdoo-devel] qooxdoo memory management

2008-08-19 Thread stefan . hansel
Have some great and some 'bad' news: great: the big memory problems of labels are gone 'bad': My claim that ui.core.Widgets have no memory-problem from the last post was wrong. This was from a test, where widgets were created and destroyed instantly, without adding them to the root. My current

Re: [qooxdoo-devel] qooxdoo 0.8 : qx.bom.Element.create(String name, Map attributes, Window win, String ns)

2008-08-19 Thread Ian Horst
Reported. Also attached my patch. http://bugzilla.qooxdoo.org/show_bug.cgi?id=1210 --- Ian Horst 2008/8/14 Fabian Jakobs <[EMAIL PROTECTED]> > Sebastian Werner schrieb: > > Can you please open a bug to report the missing namespace supports. > > > > Thank you for your help. > > You can append you

Re: [qooxdoo-devel] helloworld for 0.8

2008-08-19 Thread John de la Garza
[EMAIL PROTECTED] wrote: > John, > > Yes, you stepped into a gap between online docs and latest released kit. > Since we are gearing up for the final release all docs are pushed to > reflect that so they are in sync with the upcoming software. Many things > described in the online page are new sinc

[qooxdoo-devel] embedded quicktime

2008-08-19 Thread johndela1
I am trying to make a drag and drop interface to a multi camera dvr. I've made a prototype of two qx.ui.form.List objects. One is dragable one is a dropable. I can drag list elements from one to the other. I now want to have an area of embedded quicktime plugins (just two for a demo) and have

Re: [qooxdoo-devel] Performance on IE vs FireFox

2008-08-19 Thread Jim Hunter
Thanks, I'l let you know if I can find any way to squeeze more speed out of the IE7 beast. Thanks, Jim On Tue, Aug 19, 2008 at 2:31 PM, Sebastian Werner <[EMAIL PROTECTED] > wrote: > Jim, > > Firefox 2 and IE7 were nearly on the same performance level (with the > performance tweaks applied thro

Re: [qooxdoo-devel] Performance on IE vs FireFox

2008-08-19 Thread Sebastian Werner
Jim, Firefox 2 and IE7 were nearly on the same performance level (with the performance tweaks applied through the generator). With the release of Firefox 3 things have changed. Firefox 3 is about 3-4 times faster in most JavaScript operations compared to Firefox 2. This means that IE7 may

Re: [qooxdoo-devel] helloworld for 0.8

2008-08-19 Thread thron7
John, Yes, you stepped into a gap between online docs and latest released kit. Since we are gearing up for the final release all docs are pushed to reflect that so they are in sync with the upcoming software. Many things described in the online page are new since the beta1 which you have installed

[qooxdoo-devel] Performance on IE vs FireFox

2008-08-19 Thread Jim Hunter
Has anyone seen a huge difference in performance between FireFox 3 and IE7? I finally got my application running fast on FF3 and was very excited but when I tested it on IE7 it was much slower. On my test computer, a certain page I have loads and renders in FireFox 3 in 5 seconds (it is around 1 se

Re: [qooxdoo-devel] generated custom.js broken on trunk rev 15792

2008-08-19 Thread Sebastian Werner
Oops. This should not happen. Thomas will fix it tomorrow (in about 10 hours). Please be patient until then. Sorry for the inconvenience. Sebastian Am 19.08.2008 um 22:10 schrieb Guilherme Aiolfi: My app doesn't start anymore too ;/ 2008/8/19 <[EMAIL PROTECTED]> Pleas: if you c

Re: [qooxdoo-devel] helloworld for 0.8

2008-08-19 Thread Sebastian Werner
Hi John, the tutorial is for the coming up RC1 (planned for Thursday). The beta1 do not contain the needed infrastructure already. Alternatively you can check out the trunk using SVN yourself. Sebastian Am 19.08.2008 um 21:42 schrieb johndela1: > > I'm trying to follow the steps at > http:/

Re: [qooxdoo-devel] generated custom.js broken on trunk rev 15792

2008-08-19 Thread Guilherme Aiolfi
My app doesn't start anymore too ;/ 2008/8/19 <[EMAIL PROTECTED]> > Pleas: if you change any script that handles pathes, test this > scripts (under windows) ! > > Currently the generated 'custom.js' has the following line: > > uris : [["..\..\..\framework\source\class\qx\Bootstrap.js

[qooxdoo-devel] generated custom.js broken on trunk rev 15792

2008-08-19 Thread stefan . hansel
Pleas: if you change any script that handles pathes, test this scripts (under windows) ! Currently the generated 'custom.js' has the following line: uris : [["..\..\..\framework\source\class\qx\Bootstrap.js", slashes are the wrong way, thus these are illegal strings, thus th

[qooxdoo-devel] helloworld for 0.8

2008-08-19 Thread johndela1
I'm trying to follow the steps at http://qooxdoo.org/documentation/0.8/helloworld Has anyone here tried this? The first thing is that when you download and unzip the sdk it is named qooxdoo-0.8-beta1-sdk, which doesn't correspond to the helloworld tutorial. So I made a link called qooxdoo-0.8

Re: [qooxdoo-devel] qooxdoo memory management

2008-08-19 Thread Sebastian Werner
> >> - playing around with qx.html.Element instead of Labels: don't suffer >> memory-leaks as well when used to manipulate DOM. > > Can you test qx.html.Label as well? This would help to differ between > pure Elements and the elements used in the widget Label class. There was a major leak in t

Re: [qooxdoo-devel] Something's broken in trunk (layout)

2008-08-19 Thread Fabian Jakobs
Derrell Lipman schrieb: > On Tue, Aug 19, 2008 at 12:20 PM, Derrell Lipman > <[EMAIL PROTECTED] > > wrote: > > The second column *should* be 85 pixels > > > Well, more accurately, it should 100 pixels minus the width of a > scrollbar on your browser, as determined b

Re: [qooxdoo-devel] Something's broken in trunk (layout)

2008-08-19 Thread Derrell Lipman
On Tue, Aug 19, 2008 at 12:20 PM, Derrell Lipman < [EMAIL PROTECTED]> wrote: > The second column *should* be 85 pixels > Well, more accurately, it should 100 pixels minus the width of a scrollbar on your browser, as determined by qx.bom.element.Overflow.getScrollbarWidth() at the beginning of _re

Re: [qooxdoo-devel] Something's broken in trunk (layout)

2008-08-19 Thread Derrell Lipman
On Tue, Aug 19, 2008 at 11:57 AM, Fabian Jakobs <[EMAIL PROTECTED]>wrote: > > I have finally found the problem. The good news is: The layout engine is > not broken. The real problem is the way you override > "getLayoutChildren". In the table I am able to simply define this method > since the class

Re: [qooxdoo-devel] Trunk is broken ..

2008-08-19 Thread thron7
> Only new issues i've had is that the generator stopped respecting my > QOOXDOO-URL in config.json > It now defaults to /qooxdoo-trunk rather than using QOOXDOO-URL.. > That's weird. Can you post your config?! T. - Thi

Re: [qooxdoo-devel] Something's broken in trunk (layout)

2008-08-19 Thread Derrell Lipman
On Tue, Aug 19, 2008 at 11:57 AM, Fabian Jakobs <[EMAIL PROTECTED]>wrote: > I have finally found the problem. The good news is: The layout engine is > not broken. The real problem is the way you override > "getLayoutChildren". In the table I am able to simply define this method > since the class,

Re: [qooxdoo-devel] Something's broken in trunk (layout)

2008-08-19 Thread Fabian Jakobs
Derrell Lipman schrieb: > On Tue, Aug 19, 2008 at 2:54 AM, Sebastian Werner > <[EMAIL PROTECTED] > wrote: > > Hi Derrell, > > not sure if anything at this caliber has been changed recently. > Can you > build a small test case/demo to show the issue? Thanks

Re: [qooxdoo-devel] Trunk is broken ..

2008-08-19 Thread Ralf Nieuwenhuijsen
> That's a really cute idea :- I was referring to the hello, world application. Compiling as in having no syntax/parser errors in the files modified since last commit. But I admit, I wasn't realizing there is no 'central' compile. Anyways trunk seems to work again. Only new issues i've had

Re: [qooxdoo-devel] GroupBox outer line color

2008-08-19 Thread Kanugula
I am really looking to see when this guy will be Back:)) Your solution worked!. Thanks. Kanugula. Alexander Back wrote: > > Hi Kanugula, > > Kanugula wrote: >> I want to set the color to the line cutting through the GroupBox label. >> >> I tried the following, no success. >> >> var group1 =

Re: [qooxdoo-devel] Something's broken in trunk (layout)

2008-08-19 Thread Derrell Lipman
On Tue, Aug 19, 2008 at 2:54 AM, Sebastian Werner <[EMAIL PROTECTED] > wrote: > Hi Derrell, > > not sure if anything at this caliber has been changed recently. Can you > build a small test case/demo to show the issue? Thanks. Ok, this small application shows the problem. Note that the VBox has

Re: [qooxdoo-devel] Trunk is broken ..

2008-08-19 Thread thron7
Ralf Nieuwenhuijsen wrote: > Question: sometimes when something does not work I update to SVN TRUNK. > > However, now, the trunk doesn't even compile. > I can imagine it being unstable, but it suprises me that it doesn't > compile at all?! > > You would expect the devs to compile before submit? >

Re: [qooxdoo-devel] qooxdoo memory management

2008-08-19 Thread Sebastian Werner
[EMAIL PROTECTED] schrieb: >>> Anyway, we'll have to take a very close look at the memory problems you > have reported. > > Maybe to safe some time for further investigations: > > - For current tests I just use destroy- and no dispose-calls. Fine. > - Using one class above Labels (i.e. Widgets

Re: [qooxdoo-devel] Hello World -- can't find "create-application.py" in qooxdoo-0.8-beta1-sdk

2008-08-19 Thread Chris Banford
> Chris, > > Thanks for making the effort. We appreciate all input which is at least > "50% in the right direction" (to quote R. Gabriel). I thought you would > be more platform savvy, but that's fair enough, others can always take a > second look and build upon what you've written. So no side

Re: [qooxdoo-devel] Something's broken in trunk (layout)

2008-08-19 Thread Derrell Lipman
On Tue, Aug 19, 2008 at 2:54 AM, Sebastian Werner <[EMAIL PROTECTED] > wrote: > Hi Derrell, > > not sure if anything at this caliber has been changed recently. Can you > build a small test case/demo to show the issue? Thanks. > Ok, I've generated a small program that demonstrates the problem. I'

Re: [qooxdoo-devel] Hello World -- can't find "create-application.py" in qooxdoo-0.8-beta1-sdk

2008-08-19 Thread stefan . hansel
>> Two days ago that mini-fix described here, didn't help, there was another >> failure later on which I couldn't resolve because I never worked with >> python before. >> >So you are saying you applied that patch 2 days ago, but then ran into >another problem?! Is this other problem gone now?

Re: [qooxdoo-devel] Trunk is broken ..

2008-08-19 Thread Sebastian Werner
Ralf Nieuwenhuijsen schrieb: > Question: sometimes when something does not work I update to SVN TRUNK. > > However, now, the trunk doesn't even compile. > I can imagine it being unstable, but it suprises me that it doesn't > compile at all?! > > You would expect the devs to compile before submit?

Re: [qooxdoo-devel] qooxdoo memory management

2008-08-19 Thread Hugh Gibson
> The (very !) minimal amount still rising (only on a now very > large widget sets) can be tracked down to arrays wich hold > hash-values of objects. > Adding and removing from javascript-arrays with always changing > ids leaks on IE and can be reproduced without qooxdoo as well. Very inter

Re: [qooxdoo-devel] Trunk is broken ..

2008-08-19 Thread Ralf Nieuwenhuijsen
For those trying out the trunk, this revision seem to work (as in it compiles): svn update -r 15774 2008/8/19 Ralf Nieuwenhuijsen <[EMAIL PROTECTED]>: > Question: sometimes when something does not work I update to SVN TRUNK. > > However, now, the trunk doesn't even compile. > I can imagine it b

Re: [qooxdoo-devel] Hello World -- can't find "create-application.py" in qooxdoo-0.8-beta1-sdk

2008-08-19 Thread thron7
[EMAIL PROTECTED] wrote: > To reproduce (using windows): > > - check out trunk to 'C:\temp\qooxdoo trunk' (<- one space in path) > - go to dir 'C:\temp\qooxdoo trunk\tool\bin' > - call 'create-application.py --name TEST' (<- works) > - switch to dir 'C:\TEMP\qooxdoo trunk\tool\bin\TEST' > - call

[qooxdoo-devel] Trunk is broken ..

2008-08-19 Thread Ralf Nieuwenhuijsen
Question: sometimes when something does not work I update to SVN TRUNK. However, now, the trunk doesn't even compile. I can imagine it being unstable, but it suprises me that it doesn't compile at all?! You would expect the devs to compile before submit? -

[qooxdoo-devel] selectbox broken in trunk

2008-08-19 Thread Ralf Nieuwenhuijsen
The first option is never selectable in Firefox 3..! http://demo.qooxdoo.org/devel/demobrowser/#widget~SelectBox.html It doesn't work the mouse, nor with the keyboard. Greetings, Ralf - This SF.Net email is sponsored by the

Re: [qooxdoo-devel] Hello World -- can't find "create-application.py" in qooxdoo-0.8-beta1-sdk

2008-08-19 Thread thron7
> Hi Thomas, > > Yes, I'm sure that this is the issue -- but as I'm not a command line > type of guy and I'm just trying to follow the Hello World example > (which in all sincerity should be *idiot proof*, and yes, I count > myself in this category at the moment with qooxdoo!). > > Ideally thes

Re: [qooxdoo-devel] Local patches

2008-08-19 Thread thron7
Bart, it would be great if you could just copy and paste your descriptions and patches into individual bugs. Do you think you could do that?! Thanks, Thomas > We keep a small set of local patches that we make during development and > debugging, > the biggest issue with this is that after we hav

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-19 Thread thron7
Petr Kobalíček wrote: > And another problem, > > If I set height property in UploadForm or UploadField, it will behave > unexpectable, I can provide screenshot if needed. > Petr, again file bugs with as much description/attachments as you see fit to make the issue clear. Thanks, Thomas -

[qooxdoo-devel] [Re: Problem with textArea On IE (Linebreaks become Tabs)]

2008-08-19 Thread Alexander Back
Hi Petr, you're absolutely right. This was a regression bug. I've fixed this one with the revision #17363 in the trunk version. Thanks for reporting the bug! cheers, Alex Petr Kobalíček wrote: > Hi Alexander, > > Is the text area useable ? > > Please look at the text area demo page. For ex

Re: [qooxdoo-devel] Hello World -- can't find "create-application.py" in qooxdoo-0.8-beta1-sdk

2008-08-19 Thread stefan . hansel
To reproduce (using windows): - check out trunk to 'C:\temp\qooxdoo trunk' (<- one space in path) - go to dir 'C:\temp\qooxdoo trunk\tool\bin' - call 'create-application.py --name TEST' (<- works) - switch to dir 'C:\TEMP\qooxdoo trunk\tool\bin\TEST' - call 'generate.py source' (<- nothing I c

Re: [qooxdoo-devel] Hello World -- can't find "create-application.py" in qooxdoo-0.8-beta1-sdk

2008-08-19 Thread Chris Banford
thron7 wrote: Chris Banford wrote: thron7 wrote: C:\qooxdoo-0.8-sdk\tool\bin\create-application.py --name=custom --out=C: command was failing due to there being spaces and other crud in the path to my qooxdoo-0.8-sdk folder. If this hints at a general p

Re: [qooxdoo-devel] Hello World -- can't find "create-application.py" in qooxdoo-0.8-beta1-sdk

2008-08-19 Thread thron7
[EMAIL PROTECTED] wrote: >>> If this hints at a general problem we'd like to hear about it. >>> > > When trying out the trunk (yesterday) I had the same problem. > I can't remember whether this involved 'create-application.py', but > 'generate.py' definitely had problems (on windows) when

Re: [qooxdoo-devel] Hello World -- can't find "create-application.py" in qooxdoo-0.8-beta1-sdk

2008-08-19 Thread thron7
Chris Banford wrote: > thron7 wrote: C:\qooxdoo-0.8-sdk\tool\bin\create-application.py --name=custom --out=C: >>> command was failing due to there being spaces and other crud in the >>> path to my qooxdoo-0.8-sdk folder. >>> >> >> If this hints at a general problem we'd

Re: [qooxdoo-devel] qooxdoo memory management

2008-08-19 Thread stefan . hansel
>> Anyway, we'll have to take a very close look at the memory problems you have reported. Maybe to safe some time for further investigations: - For current tests I just use destroy- and no dispose-calls. - Using one class above Labels (i.e. Widgets) the memory consumption is not as drastic (tes

Re: [qooxdoo-devel] Weekly feedback

2008-08-19 Thread Gaetan de Menten
On Tue, Aug 19, 2008 at 8:58 AM, Sebastian Werner <[EMAIL PROTECTED]> wrote: > Gaetan de Menten schrieb: >> On Mon, Aug 18, 2008 at 10:11 AM, Sebastian Werner >> <[EMAIL PROTECTED]> wrote: >>> Gaetan de Menten schrieb: - resizer: it could be less picky for the corner resize. That is, it

Re: [qooxdoo-devel] Hello World -- can't find "create-application.py" in qooxdoo-0.8-beta1-sdk

2008-08-19 Thread stefan . hansel
>> If this hints at a general problem we'd like to hear about it. When trying out the trunk (yesterday) I had the same problem. I can't remember whether this involved 'create-application.py', but 'generate.py' definitely had problems (on windows) when the current working folder has spaces in it

Re: [qooxdoo-devel] Hello World -- can't find "create-application.py" in qooxdoo-0.8-beta1-sdk

2008-08-19 Thread Chris Banford
thron7 wrote: C:\qooxdoo-0.8-sdk\tool\bin\create-application.py --name=custom --out=C: command was failing due to there being spaces and other crud in the path to my qooxdoo-0.8-sdk folder. If this hints at a general problem we'd like to hear about it. I originally tried to us

Re: [qooxdoo-devel] Hello World -- can't find "create-application.py" in qooxdoo-0.8-beta1-sdk

2008-08-19 Thread thron7
Chris Banford wrote: > Thanks for the hand-holding! > I've managed to get SVN access and create-application.py building a > custom starting point :-) . It took me a few minutes to realize that > running the >> C:\qooxdoo-0.8-sdk\tool\bin\create-application.py --name=custom --out=C: >> > comman

Re: [qooxdoo-devel] qx.ui.tree.Tree again and again

2008-08-19 Thread Petr Kobalíček
Hi Sebastian, thanks for explanation:) My problem here is that I'm removing tree item and adding it back, so I don't understand the error about uninitialized property (it's non logic for me, because there is nothing created, maybe label in item itself, i'm not sure). I will solve everything with

Re: [qooxdoo-devel] Hello World -- can't find "create-application.py" in qooxdoo-0.8-beta1-sdk

2008-08-19 Thread thron7
Tobias Oetiker wrote: > I just tested the create-application.py with my sn checkout and it > wors fine, except for two nitpicks. > > a) the generate.py that gets created is missing the execute bits > > b) the cakes icon on the "First Button" seems to be truncated on >the right edge. It is the i

[qooxdoo-devel] couchdb support will be updated for qx 08 and couch 0.8.1

2008-08-19 Thread Ralf Nieuwenhuijsen
I'm working hard to port/rewrite my couchdb code for the recent version of qooxdoo. It will be a bit more trimmed down version; less cruft sort of a speak. The only 'extra thing' remaining is a reactive event system. However even this thing is simplified heavily. Perhaps the qooxdoo devs are inter

Re: [qooxdoo-devel] What ever happened to supporting flow layouts?

2008-08-19 Thread Ralf Nieuwenhuijsen
Oh, yes, I have to admit, the new layout system, albeit a little more cumbersome to use, is much better organised. Rather than over-using the factory pattern, like I did in the past, I can just subclass or create a layout once and apply it to different compositites. Greetings, Ralf 2008/8/17 Seb

Re: [qooxdoo-devel] qx.ui.tree.Tree again and again

2008-08-19 Thread Sebastian Werner
Hi Petr! A problem might be the selection. In 0.7.x the selection could still contain items which are removed from the widgets. You need to fix this issue in the application code yourself. In 0.8.x this is not needed anymore. Maybe this is the source of your problem. Generally the property err

Re: [qooxdoo-devel] [0.8] file uploading

2008-08-19 Thread Sebastian Werner
Hi Guilherme, the idea of most Upload fields is to make it possible to theme a form field. This is quite hard for the "file" field as it comes with a default look which allows nearly no customization. The qooxdoo contrib project has a Upload field which is still 0.7.x but tries to hide the nat