Re: [qooxdoo-devel] International Characters

2006-07-11 Thread Marco Goebenich
Hi! It is not only the encoding that you write into the head of your HTML, first it is the encoding that is send from webserver (Keywords: AddDefaultCharSet) and second your file has to be UTF-8 too. If using PHP (not as CGI) you can send additional HTTP-Responses with the php header function.

[qooxdoo-devel] International Characters

2006-07-11 Thread ACampelo
Hi, I have a QxTabViewButton with this declaration: var buttonAgenda = new QxTabViewButton("Agenda de Endere?os"); But instead ot the special character - ? - show, I have a little square in the screen. Searching some information in the forum, I founded the follow Message: http://www.nabble.co

[qooxdoo-devel] The Mystery of the Vanished Caret In Input Fields, Part One

2006-07-11 Thread Christian Boulanger
Ok, since I couldn't stand the whining and nagging of the users of my Qooxdoo 0.1 application, I invested some time into the question how to work around the gecko-based browser (Firefox / Mozilla) bug which prevents the display of the cursor in input fields in widgets that hover over other widg

[qooxdoo-devel] QxBuilder and XSLT

2006-07-11 Thread Christian Boulanger
Hi, is there anybody on this list who is an XSLT freak and knows PHP, too? I would be interested in translating the algorithms of the PHP QxBuilder into an XSLT template to allow for a language-independent implementation, but I don't know enough XSLT to do it. Best, Christian --