Re: [qooxdoo-devel] Translation not working

2007-06-05 Thread Fabian Jakobs
Hi Christian, strange Problem. I have just tried the same with the skeleton of 0.7 and everything just worked. Could you provide some details? Best Fabian - This SF.net email is sponsored by DB2 Express Download DB2 Express

[qooxdoo-devel] SVN strategy for 0.8

2007-06-05 Thread Christian Boulanger
Hello, after 0.7 is out what's the plan for 0.8 and what strategy do you advise for keeping in sync with the repository? I assume you'll use the trunk for 0.8 development and not a branch. So for a project based on 0.7, it is probably best to stick with the 0.7 tag instead of the *trunk* isn't

[qooxdoo-devel] SVN strategy for 0.8

2007-06-05 Thread Christian Boulanger
Hello, after 0.7 is out what's the plan for 0.8 and what strategy do you advise for keeping in sync with the repository? I assume you'll use the trunk for 0.8 development and not a branch. So for a project based on 0.7, it is probably best to stick with the 0.7 tag instead of the branch, isn't

Re: [qooxdoo-devel] Demo Browser

2007-06-05 Thread Leander Hanwald
Don't wait to long for it, the demos were the Nr. 1 learning base for me, and I think for others, too :) (Ok, it's still possible, but in the past it was more easy to see the sourcecode). The the browser itself is very nice. Sebastian Werner wrote: > This was planned but has not been stable sinc

Re: [qooxdoo-devel] How do I put a RadioButton Group in a Tree?

2007-06-05 Thread derrell . lipman
FrozenDice <[EMAIL PROTECTED]> writes: > I found the radiomanager and tried to implement it, but for some > reason all I get is a blank page. When I remove the radiomanager the > page displays correctly. I am totally stumped, my manager is at the > end of the code, scroll down to the end to see

Re: [qooxdoo-devel] Build Differences between 0.6.6 and 0.7?

2007-06-05 Thread James A. Pyrich
Fabian Jakobs wrote: > James A. Pyrich schrieb: >> Greetings all, >> >> Are there major differences in the build engine (generator.py) >> between 0.6.x and 0.7? I'd like to get into separating the build files >> into distinct modules but don't want to spend a lot of time looking into >> the

Re: [qooxdoo-devel] Demo Browser

2007-06-05 Thread Sebastian Werner
This was planned but has not been stable since our release date. There will be further improvements over time :) Sebastian Am 05.06.2007 um 23:10 schrieb FrozenDice: > Here here! I had the same problem this morning. An additional tab > with the source would be nice, if anyone wanted they c

Re: [qooxdoo-devel] How do I put a RadioButton Group in a Tree?

2007-06-05 Thread FrozenDice
I found the radiomanager and tried to implement it, but for some reason all I get is a blank page. When I remove the radiomanager the page displays correctly. I am totally stumped, my manager is at the end of the code, scroll down to the end to see it(starts with var rg1). I know it sucks readin

Re: [qooxdoo-devel] Demo Browser

2007-06-05 Thread FrozenDice
Here here! I had the same problem this morning. An additional tab with the source would be nice, if anyone wanted they could also make it do markup in color, bold, italics, you know. On 6/5/07, Christian Boulanger <[EMAIL PROTECTED]> wrote: > Hello, > > the demo browser looks very nice! However,

[qooxdoo-devel] Demo Browser

2007-06-05 Thread Christian Boulanger
Hello, the demo browser looks very nice! However, one thing is missing: you cannot view the source code easily, like you can in demo browsers of other frameworks. You can of course right-click on the iframe (if you know that there is an iframe) and then view the source in the context menu. But

[qooxdoo-devel] Translation not working

2007-06-05 Thread Christian Boulanger
Hello, thank you for the 0.7 release, so far everything is working fine over here since I migrated some time ago. But I have a problem with translation. In my auto-generated code, for example, I have the following: var qx_id2273032 = new qx.ui.form.ListItem(this.tr('CD'),null,null); qx_id227300

[qooxdoo-devel] 0.7 properties: Object.get() no longer supported?

2007-06-05 Thread Hubert Denkmair
Hi, just realised that qx.core.Object.get() doesn't exist in 0.7. I'm using this at various places in my application to access properties which are e.g. defined later in derived classes. As I don't know the requested property names at design-time, is there an easy way to read property values with

Re: [qooxdoo-devel] How do I put a RadioButton Group in a Tree?

2007-06-05 Thread derrell . lipman
FrozenDice <[EMAIL PROTECTED]> writes: > So I have my tree and it had checkboxes, now it has radiobuttons. > What I'm trying to do here is make a menu where you go through the > tree, and the last level(the leaves/"files") have radiobuttons. > > Ex. Data-> > Display -> >

[qooxdoo-devel] How do I put a RadioButton Group in a Tree?

2007-06-05 Thread FrozenDice
So I have my tree and it had checkboxes, now it has radiobuttons. What I'm trying to do here is make a menu where you go through the tree, and the last level(the leaves/"files") have radiobuttons. Ex. Data-> Display -> {} html

[qooxdoo-devel] Announcement: qooxdoo 0.7 released

2007-06-05 Thread Andreas Ecker
Good news, everyone! After some challenging development and intense testing, supported by excellent feedback from the community, qooxdoo has finally been released in version 0.7. For more info, please see the corresponding news at http://news.qooxdoo.org/qooxdoo-07-released Thanks again for your

Re: [qooxdoo-devel] Refinement of initial value for property is ignored in qx. 0.7

2007-06-05 Thread Dietrich Streifert
This seems to be a more general problem where the refine of the init attribute is ignored if the original property definition does not contain the init attribute. I've created a bugzilla issue for this: http://bugzilla.qooxdoo.org/show_bug.cgi?id=467 Dietrich Streifert schrieb: > Hello List,

[qooxdoo-devel] Refinement of initial value for property is ignored in qx. 0.7

2007-06-05 Thread Dietrich Streifert
Hello List, I've derived a class from qx.ui.tree.TreeFolder which refines the icon property this way: icon : { refine : true, icon : "icon/16/myIcon.png" } If I check the property through its getter in the overriden constructor the value of the property is null:

Re: [qooxdoo-devel] Build Differences between 0.6.6 and 0.7?

2007-06-05 Thread Fabian Jakobs
James A. Pyrich schrieb: > Greetings all, > > Are there major differences in the build engine (generator.py) > between 0.6.x and 0.7? I'd like to get into separating the build files > into distinct modules but don't want to spend a lot of time looking into > the 0.6.6 build engine if that's

[qooxdoo-devel] Build Differences between 0.6.6 and 0.7?

2007-06-05 Thread James A. Pyrich
Greetings all, Are there major differences in the build engine (generator.py) between 0.6.x and 0.7? I'd like to get into separating the build files into distinct modules but don't want to spend a lot of time looking into the 0.6.6 build engine if that's all going to change when we migrate

[qooxdoo-devel] qooxdoo with IE and hardware-thin-clients

2007-06-05 Thread Tobias Koller (GERMO GmbH)
[EMAIL PROTECTED], I have a big problem. I connect from a hardware-thin-client to a TerminalServer. After starting the IE with my qooxdoo-app the Browser crashes. The following error occurs: Die Anwendung "C:\Programme\Internet Explorer\iexplore.exe" hat einen Programmfehler verursacht.

[qooxdoo-devel] underlined font

2007-06-05 Thread Ralf Sternberg
Hi again, I just noticed that the line decoration: "underline" in our font theme stopped working. The decoration is not rendered anymore. Are their any changes to the syntax? Thanks, Ralf - This SF.net email is sponso

[qooxdoo-devel] table doubleclick event, boolean column and setCellEditorFactory

2007-06-05 Thread westor
For editing of my table cells I use the click event. For an boolean column I can click and set the value of the opposite value. if(this.getTableColumnModel ().getDataCellRenderer(column) instanceof qx.ui.table.BooleanDataCellRenderer){ var value = table.getTableModel ().getValue(column,ro

Re: [qooxdoo-devel] resetting a user defined color in qx 0.7

2007-06-05 Thread Ralf Sternberg
Hi Fabian, thanks for your fast response. Fabian Jakobs schrieb: > setting explicitly to null means "don't use any color". This is treated > as an user value and takes precedence over init and themed values. > Calling reset means "clear user value". Once the user value is resetted > either th

Re: [qooxdoo-devel] resetting a user defined color in qx 0.7

2007-06-05 Thread Fabian Jakobs
Ralf Sternberg schrieb: > Hi, > > when I set a user-defined text/background color to a widget, and reset > the color using e.g. setBackgroundColor( null ), the themed color value > is not reinstalled. Using resetBackgroundColor() works as expected. > > Is this method of resetting by setting to nu

[qooxdoo-devel] resetting a user defined color in qx 0.7

2007-06-05 Thread Ralf Sternberg
Hi, when I set a user-defined text/background color to a widget, and reset the color using e.g. setBackgroundColor( null ), the themed color value is not reinstalled. Using resetBackgroundColor() works as expected. Is this method of resetting by setting to null generally discouraged? From my

Re: [qooxdoo-devel] Migration and 1 class per file.

2007-06-05 Thread dperez
OK, thanks for your answer. I will split the files, migrate and merge back. Sebastian Werner wrote: > > Not using one class per file I problematic. It will break a lot of stuff > e.g. things like the API viewer, the include sort system, the file > tracer (to find out the name of a class and