[qooxdoo-devel] qooxdoo 'card layout' equivalent?

2007-10-25 Thread Kirk Abbott
Hello, In Java Swing there is a layout manager called CardLayout. The metaphor is that of a stack of cards that occupy the same 'space'. One can add widgets the cardlayout and then address them by 'index'. This allows one to show a given 'card' (or page) as is desired. It appears that one can

[qooxdoo-devel] How to embed links in table cells.

2007-10-25 Thread Emil Prichici
Hi everybody, I have some problems and I could use some help. First problem: In a table I need to embed text or images that, when clicked, will do some processing or open a new browser. I tried using embedded html link tags, using as “href” some javascript functions or urls. It works with IE but

[qooxdoo-devel] Error "Undefined value is not allowed!"

2007-10-25 Thread Markus Bäurle
Hi, it's me again:-) I just migrated from 0.6.6 to 0.7.2 and reworked the properties: I have a property "test" like that: properties : { test : { check: "Function", nullable : true } }, This property is called from the constructor construct

Re: [qooxdoo-devel] Blink background color cell table

2007-10-25 Thread Nine
How I can make an update to table, to redraw visible rows ? I have tried table._updateScrollBarVisibility(), but don't make an refresh on data cell renderer. Someone have ideas ?? Thanks -- View this message in context: http://www.nabble.com/Blink-background-color-cell-table-tf4647979.h

Re: [qooxdoo-devel] destruct()/_autoDispose questions

2007-10-25 Thread Markus Bäurle
Hi Sebastian, all objects with _autoDispose = true remain in memory until the application is closed (there is no page unload until the application is closed), so the memory consumption increases permanenty. I have some "BusinessObjects" which have no DOM resources, EventListeners etc., but only

Re: [qooxdoo-devel] Error Setting "custom.resourceUri" is not supported by API

2007-10-25 Thread Sebastian Werner
Hi Markus, you mix up the facts. You must be sure that the setting is defined before using it. The "settings : {}" part defines the default value. It seems that the theme is loaded before your application. You can change this by adding a /* #require(custom.Application) */ to your theme class

[qooxdoo-devel] How to clear the Selection in Tree Widget..

2007-10-25 Thread deepakraj
Hi All, I have a tree with the following structure.. Tree1 | - Tree Folder11 | --Tree File111 --Tree File112 --Tree File113 - Tree Folder12 |

[qooxdoo-devel] Problem in setModal(true) on Window...

2007-10-25 Thread deepakraj
Hi All, i got a problem with setModal(true) function in qx.ui.window.Window object. when i give setModal(true) to one window, i can't able to access the same window that contains other components like (buttons, textfields...). How can i fix this one.. Here is the code.. var preWin = new qx.

[qooxdoo-devel] Doubts in Tree Selection Property

2007-10-25 Thread deepakraj
Hi All, I have a tree with the following structure.. Tree1 | - Tree Folder11 | --Tree File111 --Tree File112 --Tree File113 - Tree Folder12 |

[qooxdoo-devel] Re size Image Depends on the System Resolution

2007-10-25 Thread pgm'er
Dear Members, i am entirely new to this forum. i have doubt in image resizing when the System resolution changes...using qx.ui.basic.Image class... i am working in a System Resolution of 1024X768 pixels. i have set an image to one CanvasLayout.. like., bodyLayout = new qx.ui.layout

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

2007-10-25 Thread Markus Bäurle
Thanks, I found out by myself so I deleted the topic. The migration was no problem, but the handwork afterwards... puuuh. I hope I get the code to work again soon :-) Sebastian Werner wrote: > > This should be possible. The migration can handle such a multi-step > migration. Please be sure,

Re: [qooxdoo-devel] Error Setting "custom.resourceUri" is not supported by API

2007-10-25 Thread Markus Bäurle
Hi Sebastian, I added the setting: { ... } declaration to the custom.Application class, but the error happens before the Application class is loaded: When I want to define a custom IconTheme, the Settings are read in the icons: { ... } section of the theme and this is executed before the Applica

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

2007-10-25 Thread Sebastian Werner
This should be possible. The migration can handle such a multi-step migration. Please be sure, to have backup files of your classes since the migration from 0.6.x to 0.7.x reformats your complete code. Sebastian Markus Bäurle schrieb: > Ist ist possible to do this in one step? Or do I have to

Re: [qooxdoo-devel] destruct()/_autoDispose questions

2007-10-25 Thread Sebastian Werner
* destruct is not callable. destruct is a special key in the class declaration. You execute the destruct by calling dispose() on the instance. It is called on unload of the page. * It should be set to false to all highly used objects which normally are disposed by a mechanism which uses them. Th

Re: [qooxdoo-devel] chart widgets

2007-10-25 Thread Sebastian Werner
PGF is cooler than the excanvas implementation in my opinion. "excanvas" has also stopped development as it seems. Sebastian Dietrich Streifert schrieb: > > > [EMAIL PROTECTED] schrieb: >> Dietrich Streifert wrote: >> >>> One of the problems with SVG is that it needs a plugin installed in

Re: [qooxdoo-devel] Error Setting "custom.resourceUri" is not supported by API

2007-10-25 Thread Sebastian Werner
The default setting is part of your part declaration: qx.Class.define("foo", { settings : { "custom.resourceUri" : "" } }); This is to protect the application from unwanted settings and also is helpful to omit typos etc. The empty string in this case is the default value. If you have a look

[qooxdoo-devel] Setting "custom.resourceUri" is not supported by API

2007-10-25 Thread Markus Bäurle
Hi, I have a problem with custom resources: The qx.core.Setting.__settings map does contain the "custom.resourceUri" key but there is no defaultValue assigned but only a value => Error Setting "custom.resourceUri" is not supported by API. The documentation says, that the window.qxsettings map

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

2007-10-25 Thread thron7
宓金华 wrote: > Hi,Tomas: > > Mi is my first and family name. Ok, so I will address you with Jinhua :-) > var d = this.getClientWindow().getClientDocument(); > d.setOverflow("auto"); As I said, I'm not sure about the main browser window. Why would you want to force a scrollbar there? Rather, creat

Re: [qooxdoo-devel] chart widgets

2007-10-25 Thread Dietrich Streifert
[EMAIL PROTECTED] schrieb: 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. Google uses the