Re: [qooxdoo-devel] Weekly feedback

2008-08-18 Thread Sebastian Werner
Gaetan de Menten schrieb: > On Mon, Aug 18, 2008 at 10:11 AM, Sebastian Werner > <[EMAIL PROTECTED]> wrote: >> Gaetan de Menten schrieb: > >>> - colorpopup/colorselector: why do you provide two different dialogs? >>> Couldn't you integrate the "recent colors" stuff in the colorselector >>> and get

Re: [qooxdoo-devel] Bug with qx.event.command?

2008-08-18 Thread Sebastian Werner
Matthew Gregory schrieb: > Hi All, > > Looking forward to the release this week > > I have a query though, when I set a form's enabled property to false, > all of it's children get disabled as well which is great! Except when it > has a qx.event.command attached to it :( It looks like the butt

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

2008-08-18 Thread Sebastian Werner
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. Sebastian Derrell Lipman schrieb: > Something has changed recently in trunk that has broken layouts. This > is seen in the Progressive demos, where the

Re: [qooxdoo-devel] GroupBox outer line color

2008-08-18 Thread Alexander Back
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 = new qx.ui.groupbox.GroupBox("Product", > "icon/16/apps/preferences.png"); > group1.getLegendObject().setBorder({"color":"blue"}); //not

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-18 Thread Petr Kobalíček
And another problem, If I set height property in UploadForm or UploadField, it will behave unexpectable, I can provide screenshot if needed. - Petr 2008/8/19 Petr Kobalíček <[EMAIL PROTECTED]>: > Interesting, I don't know how I do it, but it's now OK. > > 2008/8/19 Petr Kobalíček <[EMAIL PROTECT

[qooxdoo-devel] UploadWidget

2008-08-18 Thread Guilherme Aiolfi
Hi, I have been seeing some of you testing the UploadField, I haven't tested it, because I'm using 0.8. But until it be ported I would like to clear a doubt I have. I'm afraid that it wouldn't solve this particually cenario: A Stack layout with N layers where not every field should be submited,

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-18 Thread Petr Kobalíček
Interesting, I don't know how I do it, but it's now OK. 2008/8/19 Petr Kobalíček <[EMAIL PROTECTED]>: > And found another issue :-) > > Here is my code; > > qx.Class.define("bfly.admin.tools.UploadWindow", > { > extend: qx.ui.window.Window, > > construct: function(owner) > { >// [SuperClass

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-18 Thread Petr Kobalíček
And found another issue :-) Here is my code; qx.Class.define("bfly.admin.tools.UploadWindow", { extend: qx.ui.window.Window, construct: function(owner) { // [SuperClass] this.base(arguments); // [Owner] this._owner = owner; // [Layout] this._layout = new qx.ui.lay

Re: [qooxdoo-devel] Hello World not generating...

2008-08-18 Thread Chris Banford
Yes, was trying to run it directly. After reading the docs I thought one didn't need cygwin anymore... Yes, it was Windows not finding python. Thanks for the help with these Windows differences -- it all brings me ever closer to making the jump to Linux (Wine for Photoshop...). Cheers, -Chris

Re: [qooxdoo-devel] Hello World 0.8 -- wiki documentation

2008-08-18 Thread Chris Banford
Hi Thomas, Yes -- right after I'd sent this, I realized that there was an issue with generate.py source and that neither the compiled or the uncompiled versions where working properly. No, the "compiled" version wasn't working due to the generate.py issue, and I just didn't realize that I

Re: [qooxdoo-devel] Hello World 0.8 -- wiki documentation

2008-08-18 Thread thron7
> Hi Thomas, > > Yes -- right after I'd sent this, I realized that there was an issue > with generate.py source and that neither the compiled or the uncompiled > versions where working properly. Right, but why wouldn't the compiled version work? That bothers me... > > Sorry for the noise! Just my

Re: [qooxdoo-devel] Hello World 0.8 -- wiki documentation

2008-08-18 Thread Chris Banford
Hi Thomas, Yes -- right after I'd sent this, I realized that there was an issue with generate.py source and that neither the compiled or the uncompiled versions where working properly. Sorry for the noise! Just my total inexperience with your tools (I learn quickly, so am hoping I won't send

Re: [qooxdoo-devel] Hello World not generating...

2008-08-18 Thread thron7
I gather from your first mail that you are invoking the generate.py script directly, right?! Are you running on Windows cmd or cygwin bash? There is an issue with windows being able to associate .py with the python interpreter, but not finding the 'python' command (since it is not in the PATH). Try

Re: [qooxdoo-devel] Hello World 0.8 -- wiki documentation

2008-08-18 Thread thron7
Chris, > > In my efforts to clean up the Hello World wiki docs a bit, I'm wondering > about the following heading on the page: > http://qooxdoo.org/documentation/0.8/helloworld > > After I run: > C:\qooxdoo-0.8-sdk\tool\bin\create-application.py --name=custom --out=C: > I'm already presented with

Re: [qooxdoo-devel] Hello World not generating...

2008-08-18 Thread Chris Banford
Here you go :-) #!/usr/bin/env python # # qooxdoo - the new era of web development # # http://qooxdoo.org # # Copyright: #2008 1&1 Internet AG, Germany, http://www.1und1.de # # License: #LGPL: http://ww

Re: [qooxdoo-devel] Hello World not generating...

2008-08-18 Thread thron7
Chris, could you post the contents of the generate.py script. Thomas > Hi devs, > > I'm getting the following when trying to generate the simple Hello World > app: >> C:\custom>generate.py source >> Traceback (most recent call last): >> File "C:\custom\generate.py", line 40, in >> os.exe

Re: [qooxdoo-devel] Interpreting generator error messages

2008-08-18 Thread thron7
> How do I interpret this error message? Something's wrong with a "resource" > but neither my config.json nor my Manifest.json mentions the word > "resource" > (my contrib package doesn't have any resources). The 'resource' entry and accompanying folder are mandatory - sorry. You better model the

[qooxdoo-devel] GroupBox outer line color

2008-08-18 Thread Kanugula
Hi All, Sorry for cross-posting. I want to set the color to the line cutting through the GroupBox label. I tried the following, no success. var group1 = new qx.ui.groupbox.GroupBox("Product", "icon/16/apps/preferences.png"); group1.getLegendObject().setBorder({"color":"blue"}); //not working

[qooxdoo-devel] Hello World not generating...

2008-08-18 Thread Chris Banford
Hi devs, I'm getting the following when trying to generate the simple Hello World app: > C:\custom>generate.py source > Traceback (most recent call last): > File "C:\custom\generate.py", line 40, in > os.execvp(CMD_PYTHON, argList) > File "C:\Python25\lib\os.py", line 353, in execvp >

Re: [qooxdoo-devel] ComboBox re-building problem

2008-08-18 Thread Kanugula
Thank you for correcting me. It worked. Thanks. Kanugula. Kanugula wrote: > > Thanks Jim. > > I tried your solution cbx.execute(). > > I registered "click" event. > cbx.addEventListener("click", function(evt) {alert("1");}); > > Until I click it with a mouse, it is not firing "click" even

[qooxdoo-devel] Interpreting generator error messages

2008-08-18 Thread Derrell Lipman
How do I interpret this error message? Something's wrong with a "resource" but neither my config.json nor my Manifest.json mentions the word "resource" (my contrib package doesn't have any resources). {dworkin} /home/derrell/=/qooxdoo.git/qooxdoo-contrib/trunk/qooxdoo-contrib/Graphics/trunk ---> .

Re: [qooxdoo-devel] ComboBox re-building problem

2008-08-18 Thread Derrell Lipman
On Mon, Aug 18, 2008 at 3:07 PM, Kanugula <[EMAIL PROTECTED]>wrote: > > Thanks Jim. > > I tried your solution cbx.execute(). > > I registered "click" event. > cbx.addEventListener("click", function(evt) {alert("1");}); > > Until I click it with a mouse, it is not firing "click" event. I want to >

Re: [qooxdoo-devel] ComboBox re-building problem

2008-08-18 Thread Kanugula
Thanks Jim. I tried your solution cbx.execute(). I registered "click" event. cbx.addEventListener("click", function(evt) {alert("1");}); Until I click it with a mouse, it is not firing "click" event. I want to simulate clicking on it without clicking it. Any idea? Thanks. Kanugula.

Re: [qooxdoo-devel] qooxdoo-contrib: 1st class citizen

2008-08-18 Thread Derrell Lipman
On Mon, Aug 18, 2008 at 2:17 PM, thron7 <[EMAIL PROTECTED]>wrote: > > > > > No, you misunderstand me. I don't care (right now) about the version of > > HtmlArea; HtmlArea is cool, but what I'm looking for right now is the > demo > > code that's running in demo.qooxdoo.org/contrib that loads the H

Re: [qooxdoo-devel] qooxdoo-contrib: 1st class citizen

2008-08-18 Thread thron7
> > No, you misunderstand me. I don't care (right now) about the version of > HtmlArea; HtmlArea is cool, but what I'm looking for right now is the demo > code that's running in demo.qooxdoo.org/contrib that loads the HtmlArea > contrib. That demo's config.json will be a great example of what I'

Re: [qooxdoo-devel] using qooxdoo-contrib in 0.8

2008-08-18 Thread Derrell Lipman
> > I now realize that you are more concerned about your future users than > about yourself :). :-) > My writing was more slanted towards yourself, though. That's fine. If I can understand it, I'll be able to provide suggestions for improving it for future users. I'll play with extending a

Re: [qooxdoo-devel] qooxdoo-contrib: 1st class citizen

2008-08-18 Thread Derrell Lipman
On Mon, Aug 18, 2008 at 1:54 PM, thron7 <[EMAIL PROTECTED]>wrote: > > > Wow! That has the demo I've been looking for! Where is the source for > that > > HtmlArea demo (including its config.json and Manifest.json files)? > No, you misunderstand me. I don't care (right now) about the version of

[qooxdoo-devel] Hello World 0.8 -- wiki documentation

2008-08-18 Thread Chris Banford
In my efforts to clean up the Hello World wiki docs a bit, I'm wondering about the following heading on the page: http://qooxdoo.org/documentation/0.8/helloworld After I run: C:\qooxdoo-0.8-sdk\tool\bin\create-application.py --name=custom --out=C: I'm already presented with a runnable applica

Re: [qooxdoo-devel] using qooxdoo-contrib in 0.8

2008-08-18 Thread thron7
> > So yes, I have a need to understand the inner workings of this stuff. > That's my nindo, my ninja way. But part of my need for understanding is to > make it easier for others. > Derrell, I now realize that you are more concerned about your future users than about yourself :). My writing

Re: [qooxdoo-devel] qooxdoo-contrib: 1st class citizen

2008-08-18 Thread thron7
>> I'd rather suggest using space on demo.qooxdoo.org to showcase the >> contrib projects. There is already a path allocated to that end >> (demo.qooxdoo.org/contrib). >> > > > Wow! That has the demo I've been looking for! Where is the source for that > HtmlArea demo (including its config.j

Re: [qooxdoo-devel] using qooxdoo-contrib in 0.8

2008-08-18 Thread thron7
> Well ok, but this means that my application is built differently than every > other application. Instead of being able to do "generator.py source" I have > to do "generator.py mysource". That's not good. Everyone who works on this > project then needs to know that it's different from all othe

Re: [qooxdoo-devel] qooxdoo-contrib: 1st class citizen

2008-08-18 Thread Derrell Lipman
On Mon, Aug 18, 2008 at 1:08 PM, thron7 <[EMAIL PROTECTED]>wrote: Hi Thomas, thanks for your comments. I have to quite disagree with you, though. > For one thing, the demobrowser is alreay (over-)loaded with samples. We > are currently at 150+ samples. On a medium performant machine (like > mine

Re: [qooxdoo-devel] qooxdoo-contrib: 1st class citizen

2008-08-18 Thread thron7
Hi Derrell, Good call! Let me just throw in a few remarks: > Firstly, it must be easy to access. In 0.7, it was easy to access > qooxdoo-contrib projects by a single-line addition to the Makefile. I'm > sure that it must be just as easy in 0.8 and I'm currently working with > Thomas to figure ou

Re: [qooxdoo-devel] Bug with qx.event.command?

2008-08-18 Thread Matthew Gregory
Thanks! I'll test it out when the RC is ready :) Alexander Back wrote: > Hi Matthew, > > Matthew Gregory wrote: >> Hi All, >> >> Looking forward to the release this week >> >> I have a query though, when I set a form's enabled property to false, >> all of it's children get disabled as well whic

Re: [qooxdoo-devel] using qooxdoo-contrib in 0.8

2008-08-18 Thread Derrell Lipman
On Mon, Aug 18, 2008 at 11:45 AM, thron7 <[EMAIL PROTECTED]>wrote: > > > After editing Application.js to make use of a progress bar widget, what > do I > > need to add to this config file to be able to do "generator.py source" > and > > build my application, so that it pulls in the ProgressBar con

Re: [qooxdoo-devel] using qooxdoo-contrib in 0.8

2008-08-18 Thread thron7
Derrell Lipman wrote: > Hi Thomas, > > Thanks for your explanation but I'm still lost. > > Let's back up a step or two. Forget the fact that I'm trying to have my > demo application inside of the qooxdoo-contrib project. And let's assume > for the moment that I have qooxdoo-contrib checked out s

Re: [qooxdoo-devel] Bug with qx.event.command?

2008-08-18 Thread Alexander Back
Hi Matthew, Matthew Gregory wrote: > Hi All, > > Looking forward to the release this week > > I have a query though, when I set a form's enabled property to false, > all of it's children get disabled as well which is great! Except when it > has a qx.event.command attached to it :( It looks li

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

2008-08-18 Thread Derrell Lipman
Something has changed recently in trunk that has broken layouts. This is seen in the Progressive demos, where the header widths are no longer correctly applied. In debugging, I'm finding that the header sizing is occurring properly initially (upon first "resize" event), but then the HBox in which

Re: [qooxdoo-devel] qx.event.message.Bus converted to singleton class

2008-08-18 Thread Ian Horst
I can confirm. I didn't notice any changes after svn update. I replaced access to methods with singleton. Works fine. Ian Horst panyasan wrote: > Hello List, > > I have checked in a patch for qx.event.message.Bus and Derrell has been so > kind to quickly apply it to the 0.7 legacy branch and t

[qooxdoo-devel] Bug with qx.event.command?

2008-08-18 Thread Matthew Gregory
Hi All, Looking forward to the release this week I have a query though, when I set a form's enabled property to false, all of it's children get disabled as well which is great! Except when it has a qx.event.command attached to it :( It looks like the button takes the enabled property from the

Re: [qooxdoo-devel] Using ./generate.py test

2008-08-18 Thread Sebastian Werner
This is a temporary issue as we are currently cleaning up the decorators and colors of the modern theme. Sebastian Ralf Nieuwenhuijsen schrieb: > What I did: > > ~/dev/qooxdoo-trunk/tool/bin/create-application.py --name=oo --namespace=oo > > cd oo > chmod +x generate.py > ./generate.py sourc

Re: [qooxdoo-devel] qooxdoo-contrib: 1st class citizen

2008-08-18 Thread panyasan
Derrell, I fully agree with your points. I have raised similar concerns in a private conversation with Andreas: qooxdoo-contrib could be a real amazing resource, but it needs to be 1) better integrated and 2) better "marketed". 1) There are two many different points of reference that all would n

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

2008-08-18 Thread Chris Banford
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: command was failing due to there being sp

[qooxdoo-devel] qooxdoo-contrib: 1st class citizen

2008-08-18 Thread Derrell Lipman
The goal, as stated by Andreas, is for qooxdoo-contrib to be a 1st class citizen, right along side the qooxdoo core. That's a nice goal. To attain it, I believe two requirements must be met: Firstly, it must be easy to access. In 0.7, it was easy to access qooxdoo-contrib projects by a single-l

[qooxdoo-devel] Using ./generate.py test

2008-08-18 Thread Ralf Nieuwenhuijsen
What I did: ~/dev/qooxdoo-trunk/tool/bin/create-application.py --name=oo --namespace=oo cd oo chmod +x generate.py ./generate.py source ./generate.py api ./generate.py build ./generate.py test The source, api and build versions work. The test version however, gives me: [Exception... "'Error: E

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

2008-08-18 Thread Tobias Oetiker
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 icon test.png which looks to me as

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

2008-08-18 Thread Chris Banford
thron7 wrote: I downloaded it last night when I saw that there was a bunch of new documentation related to the 0.8 release. Installing and getting TortoiseSVN is simple, but I quickly lost my way at the following in the *Checking out from SVN* page: Subversion details The following

Re: [qooxdoo-devel] using qooxdoo-contrib in 0.8

2008-08-18 Thread Derrell Lipman
Hi Thomas, Thanks for your explanation but I'm still lost. Let's back up a step or two. Forget the fact that I'm trying to have my demo application inside of the qooxdoo-contrib project. And let's assume for the moment that I have qooxdoo-contrib checked out so I'm accessing it via some path:

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

2008-08-18 Thread thron7
> https://qooxdoo.svn.sourceforge.net/svnroot/qooxdoo/trunk/qooxdoo - and > For read-only access you can even use the same URL with 'http' scheme - might be faster ;). T. - This SF.Net email is sponsored by the Moblin

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

2008-08-18 Thread thron7
> > I downloaded it last night when I saw that there was a bunch of new > documentation related to the 0.8 release. Installing and getting > TortoiseSVN is simple, but I quickly lost my way at the following in > the *Checking out from SVN* page: > >> >> Subversion details >> >> The followin

Re: [qooxdoo-devel] Server push

2008-08-18 Thread panyasan
The qcl library in qooxdoo-contrib has a server pull implemented that works with the json-rpc mechanism. if you want to use it: 1) Add this to your makefile APPLICATION_INCLUDES += contrib://qcl/trunk/frontend 2) "make source" to download code 3) use the needed class in your code like so:

[qooxdoo-devel] qx.event.message.Bus converted to singleton class

2008-08-18 Thread panyasan
Hello List, I have checked in a patch for qx.event.message.Bus and Derrell has been so kind to quickly apply it to the 0.7 legacy branch and trunk. The message bus was originally designed to be an object with static methods - for example, "qx.event.message.Bus.dispatch("my-message",myData)". Whi

Re: [qooxdoo-devel] first impressions when trying to use 0.8 SVN for a real project

2008-08-18 Thread Ralf Nieuwenhuijsen
2008/8/17 Sebastian Werner <[EMAIL PROTECTED]>: > Have you seen the new documentation? > http://qooxdoo.org/documentation/0.8/helloworld > Seems you have overseen the whole 0.8 section: > http://qooxdoo.org/documentation/0.8 Yes. Well, I saw it about a week ago, but it seemed more like a todo an

Re: [qooxdoo-devel] Weekly feedback

2008-08-18 Thread Gaetan de Menten
On Mon, Aug 18, 2008 at 10:38 AM, Alexander Back <[EMAIL PROTECTED]> wrote: > Sebastian Werner wrote: >> Gaetan de Menten schrieb: >>> - datechooser buttons icon move when you hover on them (when the icon >>> is surrounded by the "button decoration"). It looks better when the >>> icon is static an

Re: [qooxdoo-devel] Weekly feedback

2008-08-18 Thread Gaetan de Menten
On Mon, Aug 18, 2008 at 10:11 AM, Sebastian Werner <[EMAIL PROTECTED]> wrote: > Gaetan de Menten schrieb: >> - colorpopup/colorselector: why do you provide two different dialogs? >> Couldn't you integrate the "recent colors" stuff in the colorselector >> and get rid of the colorpopup? > > We like

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-18 Thread Petr Kobalíček
Ok, its #1195 Regards - Petr 2008/8/18 Alexander Back <[EMAIL PROTECTED]>: > Hi Petr, > > Petr Kobalíček wrote: >> Hi all, >> >> I have today playing with file upload widget from contrib section. >> >> It works:) > Nice to hear :) > > >> But I found probably small issue in firefox v3. I'm getting

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-18 Thread Alexander Back
Hi Petr, Petr Kobalíček wrote: > Hi all, > > I have today playing with file upload widget from contrib section. > > It works:) Nice to hear :) > But I found probably small issue in firefox v3. I'm getting > in response, > for example: > 1975841 DEBUG: uploadwidget.UploadForm[1189]: {"re

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

2008-08-18 Thread Petr Kobalíček
Hi Alexander, Is the text area useable ? Please look at the text area demo page. For example the ordered and unordered list doesn't work well:( (issue: only first entry can be created, enter will not create another one) Regards - Petr 2008/8/18 Alexander Back <[EMAIL PROTECTED]>: > Hi Jhonny, >

[qooxdoo-devel] Local patches

2008-08-18 Thread Bart van der Werf
We keep a small set of local patches that we make during development and debugging, the biggest issue with this is that after we have these fixes for ourselves we often forget to report to you or fail to make a good testcase. (especially since we don't have the time to create simple reproduction ca

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

2008-08-18 Thread Petr Kobalíček
Hi jhonny, Isn't problem at server side (php) ? For example fopen() function is from standard C library and if you are developing under Windows machine, there is difference between fopen($myFile, 'w') and fopen($myFile, 'wb'). I'm not using php but I think that behavior of fopen() is same. I re

Re: [qooxdoo-devel] Modal windows in version 0.7.x-svn

2008-08-18 Thread Bart van der Werf
>From Jim Hunter > What does your code look like to instantiate and show the > window? You are doing something wrong as I use modal windows > all the time and I hide the upper-right corner X and only > allow them to exit via buttons on my window. So if you are > not getting response from the ob

Re: [qooxdoo-devel] Using qx.bom.element.Overflow throws exceptions in version 0.7.x-svn

2008-08-18 Thread Bart van der Werf
> Bart van der Werf wrote: > > > > The version used was the svn version in the 0.7.x branch. > > > > We used the 0.7.x branch to get some additional fixed to the 0.7.3 > > branch (i may have assumed wrongly the the 0.7.x is more recent then > > 0.7.3?) > > > No, you haven't. 0.7.x *is* mor

[qooxdoo-devel] contrib FileUpload widget

2008-08-18 Thread Petr Kobalíček
Hi all, I have today playing with file upload widget from contrib section. It works:) But I found probably small issue in firefox v3. I'm getting in response, for example: 1975841 DEBUG: uploadwidget.UploadForm[1189]: {"result": {}} In source code is this: getIframeTextContent : func

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

2008-08-18 Thread Chris Banford
Hi devs, One step further with the Hello World documentation, and stuck again! :-) . The docs say: To create your application |custom| to |C:|, while the qooxdoo SDK is available at |C:\qooxdoo-0.8-sdk|, call the script as follows: and run: C:\

Re: [qooxdoo-devel] Weekly feedback

2008-08-18 Thread Alexander Back
Hi Gaetan, Sebastian Werner wrote: > Gaetan de Menten schrieb: >> - datechooser buttons icon move when you hover on them (when the icon >> is surrounded by the "button decoration"). It looks better when the >> icon is static and the button just appears around it. Ok, I'm being >> really picky her

Re: [qooxdoo-devel] using qooxdoo-contrib in 0.8

2008-08-18 Thread thron7
Derrell Lipman wrote: > On Sun, Aug 17, 2008 at 9:07 PM, Derrell Lipman < > [EMAIL PROTECTED]> wrote: > > >> How does one reference qooxdoo-contrib in 0.8? In 0.7, the documentation >> discusses using >> APPLICATION_INCLUDES = $(QOOXDOO_CONTRIB_PATH)/ProgressBar/0.1 >> or >> APPLICATION_INC

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

2008-08-18 Thread Sebastian Werner
Chris Banford schrieb: > Sebastian Werner wrote: >> Chris Banford schrieb: >> >>> Hi devs, >>> >>> One step further with the Hello World documentation, and stuck again! :-) . >>> >>> The docs say: >>> To create your application |custom| to |C:|, while the qooxdoo SDK is available

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

2008-08-18 Thread Chris Banford
Sebastian Werner wrote: Chris Banford schrieb: Hi devs, One step further with the Hello World documentation, and stuck again! :-) . The docs say: To create your application |custom| to |C:|, while the qooxdoo SDK is available at |C:\qooxdoo-0.8-sdk|, call the script as follows:

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

2008-08-18 Thread Sebastian Werner
Chris Banford schrieb: > Hi devs, > > One step further with the Hello World documentation, and stuck again! :-) . > > The docs say: >> To create your application |custom| to |C:|, while the qooxdoo SDK is >> available at |C:\qooxdoo-0.8-sdk|, call the script as follows: > and run: >> C:\qooxdoo

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

2008-08-18 Thread Chris Banford
Hi devs, One step further with the Hello World documentation, and stuck again! :-) . The docs say: To create your application |custom| to |C:|, while the qooxdoo SDK is available at |C:\qooxdoo-0.8-sdk|, call the script as follows: and run: C:\qooxdoo-0.8-sdk\tool\bin\create-application.py -

Re: [qooxdoo-devel] Weekly feedback

2008-08-18 Thread Sebastian Werner
Gaetan de Menten schrieb: > The now traditional feedback on last week's build (currently online > demobrowser). > - testrunner fails 20 tests. > > - colorpopup/colorselector: why do you provide two different dialogs? > Couldn't you integrate the "recent colors" stuff in the colorselector > and get

Re: [qooxdoo-devel] Server push

2008-08-18 Thread Chris Banford
Hi Fabian, Just curious, with all this talk of server *push*... With the current state of browsers (limited to 2 connections) and http servers (built for quick turn-around) wouldn't it just make more sense to poll the server for messages every x seconds? It seems to me that this would be al

[qooxdoo-devel] Weekly feedback

2008-08-18 Thread Gaetan de Menten
The now traditional feedback on last week's build (currently online demobrowser). - testrunner fails 20 tests. - colorpopup/colorselector: why do you provide two different dialogs? Couldn't you integrate the "recent colors" stuff in the colorselector and get rid of the colorpopup? - combobox alt-d

Re: [qooxdoo-devel] 0.8 Hello World -- Getting things working with Windoze...

2008-08-18 Thread Chris Banford
First of probably many questions as I try to get 0.8 installed and working... Is there a way to check that the below command to set the Python %PATH% has actually worked? I am not sure. Please try "echo %PATH%". Should show the new path. That did the trick, cheers (afraid I'm not much o

Re: [qooxdoo-devel] Server push

2008-08-18 Thread Fabian Jakobs
Hi Chris, > Hi Thomas, > > Just curious, with all this talk of server *push*... > > With the current state of browsers (limited to 2 connections) and http > servers (built for quick turn-around) wouldn't it just make more sense > to poll the server for messages every x seconds? It seems to me tha

Re: [qooxdoo-devel] ComboBoxEx drop down in the wrong place on screen

2008-08-18 Thread Alexander Back
Hi John, do you already tested your ComboBoxEx widget inside a qooxdoo application to get to know the "Inline" usage is the problem? How do you setup the "Inline" usage? cheers, Alex John Spackman wrote: > Hi guys, > > > > I'm having some odd layout issues with 0.7.3 and ComboBoxEx where

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

2008-08-18 Thread Alexander Back
Hi Jhonny, have you already took a look at the HtmlArea widget [0] at the qooxdoo contrib project? This widget offers you a editor component which can be also used a as notepad-like editor. Though this widget is only the editor component itself (without a toolbar) you can easily use this one. I

Re: [qooxdoo-devel] Adding eventHandlers to a listview item

2008-08-18 Thread Alexander Back
Hi Stirling, an even better approach is to use the "changeSelection" event of the SelectionManager of the listview widget. --snip-- chart.getPane().getManager().addEventListener("changeSelection", function(e){ var selectedItems = e.getData(); }, chart); --snip-- And as Dioc already men