Re: [qooxdoo-devel] qx.animation showcase

2007-07-09 Thread Tobias Koller (GERMO GmbH)
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

[qooxdoo-devel] Announcement: Two new maintenance releases

2007-07-09 Thread Andreas Ecker
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

Re: [qooxdoo-devel] Embedding of qooxdoo applications into existing website

2007-07-09 Thread Sascha Haeberling
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

[qooxdoo-devel] edit table-focus-indicator in 0.7?

2007-07-09 Thread Philipp Wabinski
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

Re: [qooxdoo-devel] Eliminating debug messages in the build version

2007-07-09 Thread Fabian Jakobs
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

[qooxdoo-devel] Eliminating debug messages in the build version

2007-07-09 Thread Dietrich Streifert
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

Re: [qooxdoo-devel] Embedding of qooxdoo applications into existing website

2007-07-09 Thread Fabian Jakobs
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

Re: [qooxdoo-devel] how big can custom.js get?

2007-07-09 Thread Fabian Jakobs
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

Re: [qooxdoo-devel] Shortcut keys per widget

2007-07-09 Thread Fabian Jakobs
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

Re: [qooxdoo-devel] Online Showcase demo problem in IE7

2007-07-09 Thread Fabian Jakobs
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

Re: [qooxdoo-devel] A strange behaviour of TextField with liveUpdate when pressing Backspace in IE 6

2007-07-09 Thread Sebastian Werner
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

[qooxdoo-devel] A strange behaviour of TextField with liveUpdate when pressing Backspace in IE 6

2007-07-09 Thread Dioc
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