Every widget has a 'cursor' property [1]. In your case you might want to set it on your top-most container widget so it is in effect when the mouse is anywhere over your app. There are a number of default cursors available, which are selected by their name. Yours would be the 'wait' cursor. Have a look at the Cursor demo [2].
T. [1] http://demo.qooxdoo.org/1.6.x/apiviewer/#qx.ui.core.Widget~cursor [2] http://demo.qooxdoo.org/1.6.x/demobrowser/index.html#ui~Cursor.html On 02/12/2012 10:36 PM, Scott Chapman wrote: > I want to change the mouse pointer to a spinning image when something > is clicked (to indicate that I got the click) and change it back when > a tab is loaded. > I can't find any place in the API to change the mouse pointer. > > Can someone please direct? > > Thanks, > Scott > > ------------------------------------------------------------------------------ > Virtualization& Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
