Re: [qooxdoo-devel] CLicking buttons....

2005-12-19 Thread Sebastian Werner
Kent Olsson schrieb: When I click any QxButton fast, it will not depress, but if I hold it down a few more tenths of a second, it depresses. It seems to be a timing issue here. At the same time it changes colour independent of time whenever I am over the button surface. Is it possible to get it i

[qooxdoo-devel] Re: QxWindow isn't moveable after minimise and restore

2005-12-19 Thread Simon Bull
Sebastian Werner sebastian-werner.net> writes: > > Hi Simon, > > ok, I have added a new example to CVS which shows the usage after > minimizing: Window_5. Also I have modified QxWindow to handle this > minimize mode correctly. This was not tested out previously. Now it is > really easy. Just

[qooxdoo-devel] CLicking buttons....

2005-12-19 Thread Kent Olsson
When I click any QxButton fast, it will not depress, but if I hold it down a few more tenths of a second, it depresses. It seems to be a timing issue here. At the same time it changes colour independent of time whenever I am over the button surface. Is it possible to get it immediate? Just a user i

[qooxdoo-devel] Unicode regex breaks IE

2005-12-19 Thread Adam Sussman
These lines in QxNative.js break Internet Explorer 6: return this.replace(/Ä/g, "A").replace(/Ö/g, "O").replace(/Ü/g, "U").replace(/ä/g, "a").replace(/ö/g, "o").replace(/ü/g, "u").replace(/ß/g, "s"); return this.replace(/Ä/g, "Ae").replace(/Ö/g, "Oe").replace(/Ü/g, "Ue").replace(/ä/g, "ae").repla

Re: [qooxdoo-devel] QxXmlHttpLoader always assumes XML data

2005-12-19 Thread Adam Sussman
So it seems that this fix doesn't work under Explorer. In IE, responseXML always exists even if the XML was unparseable. Is there really a reason to throw an XML parsing exception (when responseXML.documentElement is missing) instead of just returning responseText in that case? -adam On 12/18/0

Re: [qooxdoo-devel] appereance support?

2005-12-19 Thread Sebastian Werner
yozzeff schrieb: hi, on the todo list there is the item "appereance support". what is meant by that? another word for: themes "appearance" is a CSS 3 style property IMHO, which means the definition of the look of an object/widget. Sebastian ciao robertj ---

[qooxdoo-devel] appereance support?

2005-12-19 Thread yozzeff
hi, on the todo list there is the item "appereance support". what is meant by that? ciao robertj --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that ma

[qooxdoo-devel] Re: uploading a file

2005-12-19 Thread Hunte Swee
Oliver Vogel muv.com> writes: I have same problem, any one know how to do this? --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searchin

[qooxdoo-devel] How to post data to server?

2005-12-19 Thread Hunte Swee
Hi all, Firstly I would say so much thanks to this project. Is there any examples to show how to post data to web server? Especially with file upload? Thanks Hunte Swee --- This SF.net email is sponsored by: Splunk Inc. Do you grep through