Hej Tino!

What is your intention about vertical alignment and centering of two widgets 
inline on the same row?

Aligning now does not seem to work...

------
var page = new qx.ui.mobile.page.NavigationPage();
page.setTitle("Hello World");
page.addListener("initialize", function() {
  var callL = new qx.ui.mobile.basic.Label('Voice');
  var callB = new qx.ui.mobile.form.Button('Call');
  
  var hBox = new qx.ui.mobile.layout.HBox();
  hBox.setAlignY("middle");
 var horizontalC1 = new qx.ui.mobile.container.Composite(hBox);

 horizontalC1.add(callL);
 horizontalC1.add(callB);

 page.getContent().add(horizontalC1);
  
},this);

page.show();
------

Stefan
                                          
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to