Re: [qooxdoo-devel] chart widgets

2007-10-24 Thread [EMAIL PROTECTED]
Dietrich Streifert wrote: > One of the problems with SVG is that it needs a plugin installed in IE > (and Safari?). I heard that at least for the IE VML is an alternative which is used by Google for rendering the street overlays in Google maps. Safari should support SVG natively. The list at Wikip

Re: [qooxdoo-devel] help - How to add a scroll bar to the window?

2007-10-24 Thread thron7
> > Anyone could tell me how to add a scroll bar to the window? > Mi (is this your first name?), You usually attach scrollbars to widgets in qooxdoo, not windows, e.g. to a textfield or treecontrol widget. The way to do this is to set the "overflow" property of the widget, e.g. with widget.

[qooxdoo-devel] destruct()/_autoDispose questions

2007-10-24 Thread Markus Bäurle
Hi, I read all the documents where the dispose(), destruct(), ... methods are explained, but there are a few questions left: - When do I need to call destruct() explicitly, when is it called implicitly by the framework? - In which cases the qx.core.Object._autoDispose property should be set to fa

Re: [qooxdoo-devel] frequent image file reloading

2007-10-24 Thread Bill Adams
Thanks! I had to enable browser.cache.memory.enable. The problem is gone. Regards, Bill From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Naga Kiran K Y S Sent: Wednesday, October 24, 2007 2:54 AM To: qooxdoo Development

[qooxdoo-devel] How to upgrade from 0.6.6 to 0.7.2?

2007-10-24 Thread Markus Bäurle
Ist ist possible to do this in one step? Or do I have to migrate from 0.6.6 -> 0.7, then to 0.7.1 and finally to 0.7.2? Regards, Markus -- View this message in context: http://www.nabble.com/How-to-upgrade-from-0.6.6-to-0.7.2--tf4683967.html#a13384518 Sent from the qooxdoo-devel mailing list ar

[qooxdoo-devel] help - How to add a scroll bar to the window?

2007-10-24 Thread 宓金华
Hi, everybody I'm a freshman. This is my first mail to qoodxoo mail list. Anyone could tell me how to add a scroll bar to the window? Thanks a lot. Mi Jinhua 2007-09-08 - Th

Re: [qooxdoo-devel] frequent image file reloading

2007-10-24 Thread Naga Kiran K Y S
I guess that caching is disabled in your browser. Enabling cache can solve the problem but even though it's not the correct solution. For Enabling cache in Firefox: Type "about:config" in address bar. Type "cache" in filter text box Ensure the following three preferences are set to true:

Re: [qooxdoo-devel] chart widgets

2007-10-24 Thread Dietrich Streifert
asaris schrieb: I have built svg charting in my ajax framework. But I made a move in qooxdoo direction. I prefer SVG as it provides flexibility, professional look and quality in different media type. We can open svg chart in new web browser window and view it in full size without loosing an

Re: [qooxdoo-devel] chart widgets

2007-10-24 Thread asaris
I'm not reinventing. I'm implementing. I have already developed svg charting in my framework. Sorry, I haven't seen really good svg charting. With features I'd like to see. asaris Gaetan de Menten wrote: On 10/23/07, Mike Rea <[EMAIL PROTECTED]> wrote: Awesome project! I've contemplate

Re: [qooxdoo-devel] chart widgets

2007-10-24 Thread asaris
Thanks for advices. I'll think about it. It's possible to embed svg in html by defining svg element's namespace. http://www.w3.org/2000/svg";> ... asaris Mike Rea wrote: Awesome project! I've contemplated the same, but have not gotten around to it. If you get it started, I'll

Re: [qooxdoo-devel] chart widgets

2007-10-24 Thread asaris
I have built svg charting in my ajax framework. But I made a move in qooxdoo direction. I prefer SVG as it provides flexibility, professional look and quality in different media type. We can open svg chart in new web browser window and view it in full size without loosing any quality. It's ver

Re: [qooxdoo-devel] chart widgets

2007-10-24 Thread Sebastian Werner
It's definitely true that there are a lot of implementation. I would suggest however to do a real migration of existing code instead of reinventing the whole things again or simply using an external library. Once I though that PrototypeGF (PGF) would be a good start for a graphics library. Howe

Re: [qooxdoo-devel] chart widgets

2007-10-24 Thread Dietrich Streifert
Hello Asaris! please have a look at qooxdoo bugzilla entry # 298 (http://bugzilla.qooxdoo.org/show_bug.cgi?id=298). I've created this bug because I also was in needs for charting capabilities and had a closer look at the webfx charting library. Mainly because this library uses an output target