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
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.
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
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
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
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
>
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
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
> 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
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
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
> 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
[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
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
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
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
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
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
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
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
[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
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
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
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
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
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
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
>
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
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
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
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
-
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
...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
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
34 matches
Mail list logo