Re: [qooxdoo-devel] Themeing a button

2010-04-14 Thread Florian Giesen
Hi Alex, one day later, my code works. I have no idea what went wrong or right, i didn't restart my browser (my pc was suspended over night) nor did i change the code or appearance theme. And i always reload my app with STRG+F5 when changing the code. And i was not drunk yesterday ;-) Sorry for b

Re: [qooxdoo-devel] Themeing a button

2010-04-14 Thread Alexander Steitz
Hi Florian, On Tuesday April 13 2010 16:43:28 Florian Giesen wrote: > I am trying to theme a qx.ui.form.Button. My scenario is the following: in > my widget i have a childcontrol "myId" wich is a qx.ui.from.Button. Styling > my button in the appearance theme of my application works so far (I want

[qooxdoo-devel] Themeing a button

2010-04-13 Thread Florian Giesen
Hello everyone, I am trying to theme a qx.ui.form.Button. My scenario is the following: in my widget i have a childcontrol "myId" wich is a qx.ui.from.Button. Styling my button in the appearance theme of my application works so far (I want to create a button looking like a plain link). Here is the