Re: [qooxdoo-devel] Flexing inside GroupBox

2007-01-04 Thread Nick Glencross
Sebastian Werner wrote: > Nick Glencross schrieb: >> Hi All! >> >> >> What I've been trying to do is create a List which flexes to a maximum >> size, and this works great. Ideally I'd like the List inside a GroupBox, >> but is there any way of doing this? I read that flexing is provided by >> th

Re: [qooxdoo-devel] where is qx.js in qooxdoo-0.6.4-sdk

2007-01-04 Thread David, Lysander
Hi Sbastian, The skeleton stuff works great now. Thanks, Lysander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sebastian Werner Sent: Thursday, January 04, 2007 2:44 AM To: qooxdoo Development Subject: Re: [qooxdoo-devel] where is qx.js in qooxdoo-0.

Re: [qooxdoo-devel] perl rpc backend

2007-01-04 Thread Nick Glencross
Jens Lautenbacher wrote: > On Wed, 2007-01-03 at 21:49 -0500, [EMAIL PROTECTED] > wrote: >> I don't see any reason that we wouldn't be able to incorporate your Perl >> JSON-RPC backend. As long as it's tested and properly working, and you >> intend >> to be around to maintain it (I don't know who

Re: [qooxdoo-devel] CheckBox focus

2007-01-04 Thread Rüdiger Herrmann
Sebastian Werner wrote: Rüdiger Herrmann schrieb: Sebastian Werner wrote: Rüdiger Herrmann schrieb: Sebastian Werner wrote: Alex Back schrieb: Hi Rüdiger, Rüdiger Herrmann wrote: Hi all, I have two questions regarding the checkbox and its appearance when focused: 1. A focus rectangle i

Re: [qooxdoo-devel] perl rpc backend

2007-01-04 Thread Derrell . Lipman
Jens Lautenbacher <[EMAIL PROTECTED]> writes: > On Wed, 2007-01-03 at 21:49 -0500, [EMAIL PROTECTED] > wrote: >> >> I don't see any reason that we wouldn't be able to incorporate your Perl >> JSON-RPC backend. As long as it's tested and properly working, and you >> intend to be around to maintai

Re: [qooxdoo-devel] perl rpc backend

2007-01-04 Thread Jens Lautenbacher
On Wed, 2007-01-03 at 21:49 -0500, [EMAIL PROTECTED] wrote: > > I don't see any reason that we wouldn't be able to incorporate your Perl > JSON-RPC backend. As long as it's tested and properly working, and you intend > to be around to maintain it (I don't know who else among us groks Perl), and >

[qooxdoo-devel] Makefile problem "unknown operand"

2007-01-04 Thread WillP
For information: While "make"ing the 0.6.4-sdk distribution on Cygwin I had to modify frontend/framework/tool/make/impl.mk to change line 153 from if [ ! -r $(FRAMEWORK_LOCALE_CLASS_PATH)/$$LOC.js -o $$mod == 1 ]; then \ to if [ ! -r $(FRAMEWORK_LOCALE_CLASS_PATH)/$$LOC.js

Re: [qooxdoo-devel] qx.core.Object.fromHashCode() is broken

2007-01-04 Thread Sebastian Werner
Hugh Gibson schrieb: >> Applied to SVN. Revision: 5487. Hugh, is this solution OK for you now? >> >> Sebastian >> >> >> Sebastian Werner schrieb: >>> OK, I have overseen this issue. The only option I think we have is >>> to remove the method fromHashCode completely. However we could add >>> a met

Re: [qooxdoo-devel] qx.core.Object.fromHashCode() is broken

2007-01-04 Thread Hugh Gibson
> Applied to SVN. Revision: 5487. Hugh, is this solution OK for you now? > > Sebastian > > > Sebastian Werner schrieb: > > OK, I have overseen this issue. The only option I think we have is > > to remove the method fromHashCode completely. However we could add > > a method fromDbKey. What do y

Re: [qooxdoo-devel] qx.core.Object.fromHashCode() is broken

2007-01-04 Thread Sebastian Werner
Applied to SVN. Revision: 5487. Hugh, is this solution OK for you now? Sebastian Sebastian Werner schrieb: > OK, I have overseen this issue. The only option I think we have is to > remove the method fromHashCode completely. However we could add a method > fromDbKey. What do you think? > > Seb

Re: [qooxdoo-devel] qx.core.Object.fromHashCode() is broken

2007-01-04 Thread Sebastian Werner
OK, I have overseen this issue. The only option I think we have is to remove the method fromHashCode completely. However we could add a method fromDbKey. What do you think? Sebastian Hugh Gibson schrieb: >> This bug is fixed in SVN. You can apply the attached patch to your >> checkout / downl

Re: [qooxdoo-devel] qx.core.Object.fromHashCode() is broken

2007-01-04 Thread Hugh Gibson
> This bug is fixed in SVN. You can apply the attached patch to your > checkout / download to fix this in your qooxdoo version, too. I don't think it is fixed - though I see that you picked up on another implication of it, that the wrong entry was cleared from the _db array when disposing. You

Re: [qooxdoo-devel] Russian Translation

2007-01-04 Thread Sebastian Werner
[EMAIL PROTECTED] schrieb: > Hi > > I did the russian translation on those files Fabian attached to the initial > letter on this topic. > > But it seems to me that I didn't do some important feature (I can't find the > IDs for the Italian, French, other languages which already have the > tran

Re: [qooxdoo-devel] Migration error

2007-01-04 Thread Sebastian Werner
dperez schrieb: > Hi, > > I have found an easy workaround: > > 1) replace qx.OO.defineClass --> qx.OO.defineClass2 > 2) migrate > 3) replace qx.OO.defineClass2 --> qx.OO.defineClass > > Maybe later I will use a qooxdoo compatible layout, but for now I prefer > just one big javascript and don't b

Re: [qooxdoo-devel] Migration error

2007-01-04 Thread Sebastian Werner
dperez schrieb: > Hi, > > After having returned from my vacations, I'm happy to see that qooxdoo > activity is very high and two new versions have been published. > > I've tried to migrate from 0.6.1 to 0.6.3, and get this error: > > $ tool/generator.py --script-input a --migrate-source --migrat

Re: [qooxdoo-devel] regarding forwarding for qooxdoo pages

2007-01-04 Thread Sebastian Werner
Sorry Gaurav, I have problems to understand what you mean. Can you explain it again? What does "find.forward()" mean. Can you send some example code? Sebastian [EMAIL PROTECTED] schrieb: > Hiii all, > > I am using Qooxdoo 6.1 version and I am using it in a JSP page to make > UI good looking

Re: [qooxdoo-devel] Contextmenu question:

2007-01-04 Thread Sebastian Werner
You can simply use the target. e.g. this.info("What image: " + e.getData()); But I just found that the target is not set upped correctly. Please try the attached patch and report if it helped. Modified in SVN with revision #5486. Greetings, Sebastian Alex D. schrieb: Hi folks, i have a

Re: [qooxdoo-devel] Manipulating data in ListView

2007-01-04 Thread Sebastian Werner
Sergei Kolomiets schrieb: > Hi all!! > > I didn't find documented method of changing data in ListView. > I use delete and create ListView when I need to update data. > Is it correct? No, you can simply modify the array you have defined as a data pool. After the modification you must execute: l

Re: [qooxdoo-devel] appearance resets custom properties

2007-01-04 Thread Sebastian Werner
Ralf Sternberg schrieb: > Hi Sebastian, > > > The problem is that we need to support multiple values for each > > properties. Then we could add some fallback logic to do something like > > user-value -> appearance-value -> default-value -> null > > Yes, that would solve the problem. Then, manu

Re: [qooxdoo-devel] appearance resets custom properties

2007-01-04 Thread Ralf Sternberg
Hi Sebastian, > The problem is that we need to support multiple values for each > properties. Then we could add some fallback logic to do something like > user-value -> appearance-value -> default-value -> null Yes, that would solve the problem. Then, manually set properties would always supe

Re: [qooxdoo-devel] api viewer to qx class tree

2007-01-04 Thread Sebastian Werner
[EMAIL PROTECTED] schrieb: > Sebastian Werner <[EMAIL PROTECTED]> writes: > >> Please take a look at the custom build documentation. (search the wiki). > > Yup, I found it, and it does what I need. Much easier than moving api. :-) > > Now I'm trying to figure out how to get the build to copy on

Re: [qooxdoo-devel] how to hide page?

2007-01-04 Thread Sebastian Werner
Your code is not that wrong. But the display property is not identical to its CSS counterpart. It is boolean. So you can simply use {display:false} instead. Alternatively you can use main.hide(). Hope this helps. Sebastian Tobias Koller (GERMO GmbH) schrieb: > Hello, > > > > I made a lo

Re: [qooxdoo-devel] qooxdoo-0.6.4-build.tar.gz problem @ sourceforge

2007-01-04 Thread Sebastian Werner
Frederic Beuserie schrieb: > Hi, > > the file qooxdoo-0.6.4-build.tar.gz from sourceforge is half the size > of the previous (0.6.3) release and it miss the framework subdir. > tarball only contains some examples. > > I suppose there was an error at the archive compilation time. Through some re

Re: [qooxdoo-devel] CheckBox focus

2007-01-04 Thread Sebastian Werner
Rüdiger Herrmann schrieb: > Sebastian Werner wrote: >> Rüdiger Herrmann schrieb: >>> Sebastian Werner wrote: Alex Back schrieb: > Hi Rüdiger, > > Rüdiger Herrmann wrote: >> Hi all, >> >> I have two questions regarding the checkbox and its appearance when >> focused

Re: [qooxdoo-devel] Source builds and XHTML documents

2007-01-04 Thread Sebastian Werner
Hi Alessandro! I would prefer to clean the stuff up a bit. Normally I think it's OK, to support XHTML in the build version only. If the browsers does not allow us to find a better replacement for document.write() to include scripts dynamically in XHTML pages. In my opinion this would result in

Re: [qooxdoo-devel] CheckBox focus

2007-01-04 Thread Rüdiger Herrmann
Sebastian Werner wrote: > Rüdiger Herrmann schrieb: >> Sebastian Werner wrote: >>> Alex Back schrieb: Hi Rüdiger, Rüdiger Herrmann wrote: > Hi all, > > I have two questions regarding the checkbox and its appearance when > focused: > > 1. > A focus rectang

Re: [qooxdoo-devel] Problems with new source build process/make in 0.6.4

2007-01-04 Thread Sebastian Werner
Markus Bäurle schrieb: > Hi, > > I upgraded to qooxdoo 0.6.4 and use the improved build process. But I have > two problems with the source build (The normal build works perfect!) > > 1. > If I have a namespace my.namespace I need either two variables: >- APPLICATION_NAMESPACE: my.namespace >

Re: [qooxdoo-devel] Flexing inside GroupBox

2007-01-04 Thread Sebastian Werner
Nick Glencross schrieb: > Hi All! > > > What I've been trying to do is create a List which flexes to a maximum > size, and this works great. Ideally I'd like the List inside a GroupBox, > but is there any way of doing this? I read that flexing is provided by > the GridLayout, but since GroupBo

Re: [qooxdoo-devel] where is qx.js in qooxdoo-0.6.4-sdk

2007-01-04 Thread Sebastian Werner
Hi David, the system has modified a bit. To directly use the qx.js as in the early qooxdoo days is not the preferred method of using qooxdoo anymore. Please try to migrate to the skeleton stuff. If you really want to use a qx.js currently, please switch to sample/build/script/sample.js. This s

Re: [qooxdoo-devel] qx.core.Object.fromHashCode() is broken

2007-01-04 Thread Sebastian Werner
This bug is fixed in SVN. You can apply the attached patch to your checkout / download to fix this in your qooxdoo version, too. Sebastian Hugh Gibson schrieb: Just a note in case anyone was planning to use it: qx.core.Object.fromHashCode is broken. Some objects may be omitted from the datab

Re: [qooxdoo-devel] appearance resets custom properties

2007-01-04 Thread Sebastian Werner
Just a small additional note: Currently property values will be applied in this order: - main application - create new instance - constructor - apply initial appearance - set propertyX - apply state appearance - set propertyY - configure instance -

Re: [qooxdoo-devel] appearance resets custom properties

2007-01-04 Thread Sebastian Werner
Ralf Sternberg schrieb: > Hi, > > I'm new to qooxdoo and have a problem regarding the concept of themes > and appearances: > > When properties of a control like colors or borders are being set > manually (e.g. using "setColor()"), the "state" function of the > appearance can reset those propert

[qooxdoo-devel] Back from holiday...

2007-01-04 Thread Sebastian Werner
...and a happy new year to you. Cheers, Sebastian - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through br

[qooxdoo-devel] appearance resets custom properties

2007-01-04 Thread Ralf Sternberg
Hi, I'm new to qooxdoo and have a problem regarding the concept of themes and appearances: When properties of a control like colors or borders are being set manually (e.g. using "setColor()"), the "state" function of the appearance can reset those properties whenever a state change occurs. For