Re: [qooxdoo-devel] focus signal in the Table widget

2010-11-18 Thread rsantiagopaz
thank yoy very much alex, this is a perfect solution for my problem. For curiosity I need ask other question: Is posible, manipulating decorators, appareances files (or programatically) in a easy way, get exactly the same focus signal like the qx.ui.form.List widget, for example? With yout

Re: [qooxdoo-devel] focus signal in the Table widget

2010-11-18 Thread Alexander Steitz
Hi, thank yoy very much alex, this is a perfect solution for my problem. Good to hear that. For curiosity I need ask other question: Is posible, manipulating decorators, appareances files (or programatically) in a easy way, get exactly the same focus signal like the qx.ui.form.List widget,

Re: [qooxdoo-devel] focus signal in the Table widget

2010-11-17 Thread Alexander Steitz
Hi, decorators are used for borders and the like in qooxdoo. There a two ways how to implement your requirement. Either you implement it directly in your code or you extend your appearance / decorator themes. I describe the latter. --snip-- // Appearance theme - Appearance.js file in your app

Re: [qooxdoo-devel] focus signal in the Table widget

2010-11-16 Thread rsantiagopaz
sadly my knowledge about decorators, styles, css and related themes is very poor (like my english).. I was trying, every month I trying, but I cant detect how draw that blue ghost around de widgets borders But thanks your time panyasan. -- View this message in context:

Re: [qooxdoo-devel] focus signal in the Table widget

2010-11-12 Thread Alexander Steitz
Hi, i want to ask earnestly consider the posibility to add a signal focus to the Table object. Every widget does offer a focus event which the developer can use the get informed if the widget is focused. Does this suit your needs? Just click at the Inherited checkbox at the API Viewer to get

Re: [qooxdoo-devel] focus signal in the Table widget

2010-11-12 Thread insulae
we want (I am a Ramon friend) a graphic focus like TextField or SelectBox Object. if the Table dont have any rows and the Table get the focus we don't have any graphic signal and the user lost where is the focus. Grettings 2010/11/12 Alexander Steitz alexander.ste...@1und1.de: Hi, i want to

[qooxdoo-devel] focus signal in the Table widget

2010-11-10 Thread rsantiagopaz
Qooxdoo Developers: i want to ask earnestly consider the posibility to add a signal focus to the Table object. in some of my Qooxdoo programs I use many Tables in a single screen and is a very difficult for the user identify wich table have the focus. I try adding an indicator, but is a