Re: [qooxdoo-devel] Possible bug in generate.py (classname conflict detection)

2008-11-14 Thread Sascha Haeberling
UnicodeCombiningMark > any character in the Unicode categories "Non-spacing mark (Mn)" or > "Combining spacing mark (Mc)" > > UnicodeDigit > any character in the Unicode category "Decimal number (Nd)" > > UnicodeConnectorPunctuation > any character i

Re: [qooxdoo-devel] Possible bug in generate.py (classname conflict detection)

2008-11-14 Thread Sascha Haeberling
> Hi Sascha, > > you're right, the code parsing the class name does not accept '$' (all > it accepts is [\.a-zA-Z0-9_-]+). Not sure if this should be considered a > bug. How does Javascript handle '$' in names?! > > Thomas > > Sascha Haeberling wrote:

[qooxdoo-devel] Possible bug in generate.py (classname conflict detection)

2008-11-13 Thread Sascha Haeberling
Hi guys, I am not sure if this is intended to fail, or if this is a bug: The generate.py script has a problem when there is a dollar sign inside the class name. I get the following error message, if I have a dollar sign in the class name: !!! Detected conflict between filename and classname! !!!

[qooxdoo-devel] Qooxdoo on iPhone/iPod touch

2008-02-24 Thread Sascha Haeberling
H qooxdoo devs, it's been a while that we have been in contact. We are using qooxdoo quite successfully in our xmlvm framework and our major demo sf-movies.org is running quite fine so far. But one question that came up recently is when/if qooxdoo will support the iPhone / iPod touch Safari. I've

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 itsel

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

2007-07-08 Thread Sascha Haeberling
ould find actually "owned" the whole site and didn't allow scrolling the whole page I appreciate your help! -- Sascha Haeberling - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FR

[qooxdoo-devel] List.removeAll(): very poor performance

2007-06-29 Thread Sascha Haeberling
Hello! I am using a qx.ui.form.List widget in an application and fill it with a lot of entries (around 800). Calling removeAll() on it causes the browser to work for a long time so I got curious on what it did. I profiled the code using FireBug's Profiler and found out, that calling removeAll() on

Re: [qooxdoo-devel] Having "java" as package name fails

2007-05-30 Thread Sascha Haeberling
Hello Fabian! Thank you so much for pointing this out! I just found this info, too. I didn't find it before because I was only looking for JavaScript reserved words and not for keywords reserved by browsers. My mistake! -- Sascha On 5/30/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: Hello Sasc

Re: [qooxdoo-devel] Having "java" as package name fails

2007-05-30 Thread Sascha Haeberling
nything regarding JavaPackage in the documentation. Thank you, Sascha On 5/30/07, Sebastian Werner <[EMAIL PROTECTED]> wrote: Hi Sascha, I've just tested this in the Firebug console: qx.Class.define("java.foo.Bar", {}); alert(java.foo.Bar) and it seems to work well

[qooxdoo-devel] Having "java" as package name fails

2007-05-29 Thread Sascha Haeberling
Hello! I am currently working on the integration of qooxdoo into the XML11 project, as I mentioned some time ago. A part of what we do is translating Java classes to javascript. But I am running into the problem, that whenever I have a package called "java", qooxdoo fails. Is this maybe a reserved

[qooxdoo-devel] Calling Superclass Methods in 0.7

2007-05-28 Thread Sascha Haeberling
Hi, I am currently experimenting with the new OO-API in 0.7 beta 1. It feels great so far and it looks nice and clean. But what I am wondering is: Is there a way to call a superclass' method named different than the one I am calling from? For example, if I have a method getA() in a super-class and

[qooxdoo-devel] Modifying Object.prototype

2007-05-08 Thread Sascha Haeberling
ound this? (E.g. disabling some features). Right now we are really just interested in the GUI library and wouldn't need the OO-API that you provide. But I guess you are using the OO-API yourself in order to build the GUI widgets? Thank you, Sascha