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

2008-08-17 Thread John Spackman
Hi guys, I'm having some odd layout issues with 0.7.3 and ComboBoxEx where the drop down is some distance away from the combo box itself, and the items in the list are centred rather than left justified. Also, if I right-click the combobox, the "Search" context menu appears briefly for a fract

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

2008-08-17 Thread Sebastian Werner
Am 18.08.2008 um 00:47 schrieb Chris Banford: Hi list, 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 ne

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

2008-08-17 Thread jhonny thio
Hi, I want to make a text editor application. When I tested it on Firefox, it work well, but when I tested it on IE, it doesn't work well I think IE convert my linebreaks into tabs. If My text is : A B C And I save it, then I open it, it become : A B C And I save it again, then I open i

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

2008-08-17 Thread Derrell Lipman
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_INCLUDES = contrib://ProgressBar/0.1 > >

[qooxdoo-devel] using qooxdoo-contrib in 0.8

2008-08-17 Thread Derrell Lipman
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_INCLUDES = contrib://ProgressBar/0.1 but with the obsoleted Makefile, how's that now done? (I couldn't find any reference to

Re: [qooxdoo-devel] Disable log window

2008-08-17 Thread jasonpsage
Thank you Jim! This is very helpful! I just found out about and installed qooxdoo today, and the step by step howto doesn't work for 0.7.3 (I think Cygwin install is different - I mean, the Python referenced in the makefile is under /usr/lib and the makefile for qooxdoo seems to be /lib (I tried

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

2008-08-17 Thread Chris Banford
Hi list, 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? http://qooxdoo.org/documentation/0.8/helloworld Windows Add your native Python installation to the

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

2008-08-17 Thread Chris Banford
Hi Sebastion (and rest of team), Have you seen the new documentation? http://qooxdoo.org/documentation/0.8/helloworld There is a new script to easily start a new application using the skeleton. ... Seems you have overseen the whole 0.8 section: http://qooxdoo.org/documentation/0.8 Also a

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

2008-08-17 Thread Sebastian Werner
Hi Ralf, thanks for the feedback. See my comments below: Am 17.08.2008 um 15:54 schrieb Ralf Nieuwenhuijsen: > Hi, there, here are some things that I keep bumping it with 0.8 SVN.. > It's a mixture of questions and comments, I hope the devs don't mind: > > 1. I love the shorter names for every

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

2008-08-17 Thread Sebastian Werner
Am 17.08.2008 um 17:43 schrieb Ralf Nieuwenhuijsen: > While checking the possible layout-managers of Qooxdoo 0.8 i've > noticed there is still no support for flow layouts, where widgets > (possible of fixed size?) wrap around .. > Is this still in the planning? Short answer: No. But we are reall

Re: [qooxdoo-devel] qooxdoo memory management

2008-08-17 Thread Sebastian Werner
Am 15.08.2008 um 17:40 schrieb [EMAIL PROTECTED]: >>> No, 0.7.3 has no such option. There is no equivalent. > > Since I'm still hoping that there is an easy solution for RAP and > qooxdoo > 0.7.3: > > How do I correctly get rid of a widget in 0.7.3 if not calling > disconnect() (or setParent(nu

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

2008-08-17 Thread Guilherme Aiolfi
Hi Ralf, I'm learning and trying my first project using qooxdoo (I'm a newbie in qooxdoo and javascript), and almost you said is true but i don't care, qooxdoo is worthing it :) But 9 (file-upload) and 10 (dispose) should be highlighted. A fileupload widget should be part of qooxdoo and not a con

Re: [qooxdoo-devel] Table custom cell renderer

2008-08-17 Thread Derrell Lipman
2008/8/17 Petr Kobalíček <[EMAIL PROTECTED]> > Thank you Darrell, > > The qooxdoo documentation is sometimes hidden for me :-) For example > about this problem I looked to Table, to all cell renderer classes and > to source code but not to ICellRenderer:-) Yet again, the documentation is there b

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

2008-08-17 Thread Ralf Nieuwenhuijsen
While checking the possible layout-managers of Qooxdoo 0.8 i've noticed there is still no support for flow layouts, where widgets (possible of fixed size?) wrap around .. Is this still in the planning? Greetings, Ralf N. - Th

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

2008-08-17 Thread Ralf Nieuwenhuijsen
Hi, there, here are some things that I keep bumping it with 0.8 SVN.. It's a mixture of questions and comments, I hope the devs don't mind: 1. I love the shorter names for everything. It makes a lot less code wrap and therefor really helps readability. 2. Getting the build system to build was DIF

Re: [qooxdoo-devel] Table custom cell renderer

2008-08-17 Thread Petr Kobalíček
Thank you Darrell, The qooxdoo documentation is sometimes hidden for me :-) For example about this problem I looked to Table, to all cell renderer classes and to source code but not to ICellRenderer:-) 2008/8/17 Derrell Lipman <[EMAIL PROTECTED]>: > 2008/8/16 Petr Kobalíček <[EMAIL PROTECTED]> >>