Hallo Marco!

If you want to add widgets to a page inside the TabView, you have to add them using the add() method fo the page:

var lab1 = new qx.ui.basic.Label("Impostazioni di base:");
lab1.setTextColor("#AAAAAA");
var page1 = new qx.ui.tabview.Page();
page1.add(lab1);


Cheers,
Jonathan


On 22.01.2009, at 12:19, Marco Vecchi wrote:

hi developers,
why in this code, don't take the color the text of PageView but the text is write fine ??

 var lab1 = new qx.ui.basic.Label("Impostazioni di base:");
      lab1.setTextColor("#AAAAAA");
      var page1 = new qx.ui.tabview.Page(lab1.getContent());

thkkkk
Marco Vecchi

Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! Try it! ------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

--
Jonathan Weiß
Framework Engineer
Core Development :: Web Technologies

1&1 Internet AG
Ernst-Frey-Str. 9
76135 Karlsruhe, Germany
http://www.1und1.de

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to