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
> 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:
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!
!!!
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo