Hi Florian, On Tuesday April 13 2010 10:41:37 Florian Giesen wrote: > thanks for your answer. In my code i used uploadwidget.UploadButton > (UploadWidget contribution) wich subclasses qx.ui.form.Button. With > qx.ui.form.Button setting the "cursor" property works fine, but > with uploadwidget.UploadButton it doesn't. > > I had a look in the code of uploadwidget.UploadButton an found the method > _SetStyles() where "cursor" is already set to "pointer", but that obviously > has no effect. As far as I can see is the style is set to an INPUT element which is a child element of the button, but not the button itself. So the setting of the cursor style should work also at the UploadButton widget.
Can you please post a small code snippet to check against? cheers, Alex ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
