[qooxdoo-devel] link in grid

2006-04-07 Thread Olivier percebois-Garve
hi I want to put a link in QxListView. How should I do ? QxLink? thanks olivier --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and

[qooxdoo-devel] SharpDevelop addin updated and enhanced

2006-04-07 Thread Jeronimo Milea
Hi ppl i'm working in an addin for SharpDevelop that takes a Form in desi Well it is saving me alot of time in windows design for the qooxdoo interface of my app, so i wanna share it... I have updated it to ("basic") support for QxListViews (u need to use DataGridView not DataGrid) the script iter

[qooxdoo-devel] SharpDevelop Addin attachment

2006-04-07 Thread Jeronimo Milea
This is a multi-part message in MIME format.I forgot the attachment :S sory. Here it goes. VoidMain SDQooxDooAddin.rar Description: Binary data

[qooxdoo-devel] SharpDevelop Addin for QooxDoo...

2006-04-07 Thread Jeronimo Milea
Hi ppl i'm working in an addin for SharpDevelop that takes a Form in design mode and parse it to generate the qooxdoo JavaScript, it is in very early stage and is very simple but very usefull to me, to install it just decompress the rar and go to SharpDevelop Addin Manager and click on "Install

Re: [qooxdoo-devel] qooxdoo / PHP framework project

2006-04-07 Thread ChristophDorn
Thanks for your input Lumír. What you have explained is not off topic but another component of what a framework would need to accomplish. Do you have a sample application or demo you can share that we can have a look at? It could serve as a starting point for defining what features we will need

Re: [qooxdoo-devel] qooxdoo / PHP framework project

2006-04-07 Thread ChristophDorn
I have not looked at these frameworks in real detail yet. This comes back to what I mentioned before. I think it is best if we define an XML definition, then write a json converter (now that we know json is the way to go) and a loader in qooxdoo for the json code. The second phase or at the same

Re: [qooxdoo-devel] qooxdoo / PHP framework project

2006-04-07 Thread ChristophDorn
If this is what works best for qooxdoo then thats what we will use. Thanks Sebastian for that input. That is what I was looking for in terms of how the loading should best be accomplished. Christoph >> 4. Convert the XML at server side to JSON. Using a new qooxdoo class >> to transform this J

[qooxdoo-devel] maxPopupHeight patch to QxComboBox

2006-04-07 Thread Priebe, Jason
Here is a patch to QxComboBox to add a maxPopupHeight property. I would prefer to be able to specify this by the number of items to display rather than using geometry, but I couldn't figure out how to find the height of each item to convert from number of items to number of pixels. There does se

[qooxdoo-devel] QxBuilder

2006-04-07 Thread Jeronimo Milea
I find this in _setProperty method of QxBuilder adn i'm wondering ¿why the name is in lowercase? // TODO : find a cheaper way to find the setter // NOTE : the name is LOWERCASE - hence we iterate all properties of the widget // to try and find a matching one VoidMain -

Re: [qooxdoo-devel] Bug in QxIframe

2006-04-07 Thread Sebastian Werner
Thanks Til! Applied to SVN. Sebastian Til Schneider schrieb: There is a bug in QxIframe. The method getContentDocument tries to access the iframe DOM element by calling getIframe. But there is no getIframe, its name is getIframeNode. Patch is attached...

[qooxdoo-devel] Re: Re: Re: Re: Quick question about QxXmlHttpLoader...

2006-04-07 Thread Jeronimo Milea
Hello Sebastian, any ideas on this subject? Kind regards VoidMain Jeronimo Milea schrieb: Hello Sebastian, sory, my english is not so good... The problem is that QxXmlHttpTransport is allways returning failed in I E, even with the examples in SVN. I found the problem now, there is a warn

Re: [qooxdoo-devel] Debug console

2006-04-07 Thread Hugh Gibson
> Yes, you are right. I updated the code. See attachment... > > window.log = {}; > > /** > * An appender that writes all messages to a log window. This has now been included in the snippets - see http://qooxdoo.oss.schlund.de/snippets/showing-debug-information I put the code in a file which i

Re: [qooxdoo-devel] qooxdoo / PHP framework project

2006-04-07 Thread Christian Boulanger
Sebastian Werner schrieb: For PHP: http://phpontrax.com/ http://cakephp.org/ http://www.symfony-project.com/ Cakephp looks good to me, it is php4 and php5 compatible. And since Lumir has some experience already, why not give it a try? Christoph - any thoughts? Christian

Re: [qooxdoo-devel] qooxdoo / PHP framework project

2006-04-07 Thread Lumir Stol
Hi all! This is maybe completely off-topic, I just want to share some ideas from my PHP kitchen. I'm using qooxdoo together with CakePHP and xajax already - I'm quite well familiar with those projects, so incorporating of qooxdoo was matter of few hours for me. My actual implementation is

[qooxdoo-devel] Bug in QxIframe

2006-04-07 Thread Til Schneider
There is a bug in QxIframe. The method getContentDocument tries to access the iframe DOM element by calling getIframe. But there is no getIframe, its name is getIframeNode. Patch is attached... Index: /home/tschneider/Projekte/qooxdoo/source/script/widgets/QxIframe.js ==

Re: [qooxdoo-devel] qooxdoo / PHP framework project

2006-04-07 Thread Ulrich Schreiner
For Python: http://www.turbogears.com, JSON included, very similair to django in the latest version (only alpha) a nice ajax model designer is included: http://www.checkandshare.com/modelDesigner/ derived from the cool ajax sql designer: http://ondras.praha12.net/sql/demo/ perhaps someone is

Re: [qooxdoo-devel] QxWindow, QxIframe and ScrollBar

2006-04-07 Thread r . terrettaz
I've try the scrollLeft, but the value is always 0 ... I think I must look an another way to solve my problem ... Thank a lot for the help ! Raphaël >-- Message original -- >From: Sebastian Werner <[EMAIL PROTECTED]> >To: qooxdoo-devel@lists.sourceforge.net >Subject: Re: [qooxdoo-devel] QxWind

Re: [qooxdoo-devel] qooxdoo / PHP framework project

2006-04-07 Thread Christian Boulanger
Yeah! Sebastian Werner schrieb: Hi All! I just want to throw something inside this thread. Completely unspecific to this current message ;) Have you all thought about to just contribute to one of the newly upcoming "Rapid Development Frameworks" instead of creating a new one. For PHP: htt

Re: [qooxdoo-devel] qooxdoo / PHP framework project

2006-04-07 Thread Sebastian Werner
Hi All! I just want to throw something inside this thread. Completely unspecific to this current message ;) Have you all thought about to just contribute to one of the newly upcoming "Rapid Development Frameworks" instead of creating a new one. For PHP: http://phpontrax.com/ http://cakephp.

Re: [qooxdoo-devel] qooxdoo / PHP framework project

2006-04-07 Thread Christian Boulanger
Hello Jason, I guess we (the proponents of an XML server-side solution) should be writing code instead of talking, but maybe just a few points, the main being that using QxBuilder has been great so far and did not pose any of the problems you are talking about except that it was... SLOW. If in