Hello Martin,

if I use setCurson in container, I see the cursor wait on toolbar  and not
see it in the table.

I something wrong?

Thanks
Antonino


>>>> SNIP >>>>

      // Document is the application root
          var doc = this.getRoot();
      
      //container
          var container = new qx.ui.container.Composite(new 
qx.ui.layout.VBox());         
          container.setCursor("wait");
          
      //toolbar
          var toolbar = new qx.ui.toolbar.ToolBar();
          var newButton = new qx.ui.toolbar.Button("help");
           
          toolbar.add(newButton);
          
     //tablemodel
          var tableModel = new qx.ui.table.model.Simple();
          tableModel.setColumns([ "Status", "Name"]);
          
    //table
          var table = new qx.ui.table.Table(tableModel);
                   
          container.add(toolbar);
          container.add(table);
   
   // Add container  to document 

      doc.add(container, {left: 100, top: 50}); 

<<<< SNAP <<< 
-- 
View this message in context: 
http://n2.nabble.com/setCursor-string-tp4889223p4889885.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; 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

Reply via email to