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 <[email protected]>: > 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 all the > events/methods/properties of the class - including the inherited ones. > > http://demo.qooxdoo.org/current/apiviewer/#qx > >> 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 precarious solution does not cover all needs >> because in some scenarios it does not work. My knowledge of javascript and >> Qooxdoo does not allow me do it better by my self. > Just the "focus" event to distinguish. > > --snip-- > tableInstance1.addListener("focus", function(e) { > // tableInstance1 has the focus > }); > --snip-- > > Regards, > Alex > > ------------------------------------------------------------------------------ > Centralized Desktop Delivery: Dell and VMware Reference Architecture > Simplifying enterprise desktop deployment and management using > Dell EqualLogic storage and VMware View: A highly scalable, end-to-end > client virtualization framework. Read more! > http://p.sf.net/sfu/dell-eql-dev2dev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > -- Juan Matias Granda http://www.insulae.com.ar GPG FINGERPRINT:459C 4A2D 330C CB8C 0C44 0C3A 572C CBCA 5457 508B ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
