Hi All I am trying to style tabview widget. However I did not get expected result. I place my code below. Please correct me if I am doing something wrong.
//this is my widged this.__myTabView = new qx.ui.tabview.TabView(); this.__myTabView .setAppearance("my-tabview"); //appearance file "my-tabview" : "tabview", "my-tabview/bar" : { include : "tabview/bar", style : function(states) { return { decorator : "my-bar" }; } }, "my-tabview/bar/scrollpane" : "tabview/bar/scrollpane", "my-tabview/bar/content" : "tabview/bar/content", "my-tabview/pane" : "tabview/pane", //decoration file "my-bar" : { decorator : qx.ui.decoration.Grid, style : { baseImage : "my/icons/tabview-pane.png" } }, And tabview-pane.png image is taken from \qooxdoo-0.8.2-sdk\framework\source\resource\qx\decoration\Modern\tabview\ After all of that I got an error in displaying images (the bottom right image is moved two pixels to the right and there is two pixels gap). Is there any way how I can change it, or maybe I am doing something wrong? S pozdravem / Best regards, Monika ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel