Hi teodor,
I have one question about the "roll"-animation of the tabView at the right
bottom.
How did you do this?
It's not a fading...I also need this "eye-catcher" ;)
Tobias
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Moisa Teodor
Gesendet
Hi everybody,
thanks to the input and work of many talented people, two new
maintenance releases are available: 0.7.1 (latest stable version) and
0.6.7 (latest legacy version).
For more details please see
http://news.qooxdoo.org/two-new-maintenance-releases
Enjoy,
Andreas
http://qooxdoo.org
Fabian Jakobs wrote:
> Sascha Haeberling schrieb:
>
>> Hello!
>>
>> I hit a roadblock, for which I wasn't able to find any solution so
>> far. I have a qooxdoo application which runs fine. At the moment it
>> uses qx.ui.window.Window to display itself. What I am trying to do is:
>> I would li
Hi,
I updated from 0.6.6 to 0.7
In 0.6 this code was working:
var theme =
qx.manager.object.AppearanceManager.getInstance().getAppearanceTheme();
var apar = theme._appearances['table-focus-indicator'];
apar.state = function() {return {zIndex: -1}};
in 0.7 it doesn`t wor
Dietrich Streifert schrieb:
> Hello List,
>
> I would like to be able to remove debug messages like:
>
> this.debug(...)
> this.warn(...)
>
> in the build version of my application.
>
> Is this possible using variants?
>
> Somthing like:
>
> if (qx.core.Variant.isSet("qx.isSource", "yes")) {
>
> t
Hello List,
I would like to be able to remove debug messages like:
this.debug(...)
this.warn(...)
in the build version of my application.
Is this possible using variants?
Somthing like:
if (qx.core.Variant.isSet("qx.isSource", "yes")) {
this.debug("I will be removed");
}
Thank you for
Sascha Haeberling schrieb:
> Hello!
>
> I hit a roadblock, for which I wasn't able to find any solution so
> far. I have a qooxdoo application which runs fine. At the moment it
> uses qx.ui.window.Window to display itself. What I am trying to do is:
> I would like to take the content of this win
Hello Praveen
> Hello People
> I've few basic questions and will appreciate group's response.
>
> -If I understand it right, script/custom.js generated by 'make build'
> holds 'compressed' copies of ALL the javascript sources. In a medium
> to large application, I might have many pages - each wit
johnl schrieb:
> Hello.
>
> I have an application with a number of text fields, any of which could
> be open for editing at a given time. I'd like the user to be able to
> press 'ctrl-s' to save, but I can't figure out how to make this apply
> only to the active widget.
>
> Does anyone know how
Hugh Gibson schrieb:
>> Can you please open a "critical" bug report for target = 0.7.1 and
>> assign it to Fabian. Thank you for your help.
>>
>
> It's here: http://bugzilla.qooxdoo.org/show_bug.cgi?id=537
>
>
It's fixed now in svn.
Thanks for the report.
Best Fabian
--
Fabian Jakobs
Hi Dioc,
this is already fixed in SVN and will be included in 0.7.1.
Sebastian
Dioc schrieb:
> Hello,
>
> I found a problem related to using a TextField with liveUpdate=true in
> Internet Explorer 6. If the TextField has some text and a user presses
> Backspace key then a character is deleted
Hello,
I found a problem related to using a TextField with liveUpdate=true in
Internet Explorer 6. If the TextField has some text and a user presses
Backspace key then a character is deleted but the caret jumps to the
beginning of the TextField (before first character). There is not such
problem
12 matches
Mail list logo