Revision: 4515 http://sourceforge.net/p/vexi/code/4515 Author: mkpg2 Date: 2013-04-18 04:08:52 +0000 (Thu, 18 Apr 2013) Log Message: ----------- New Property fill_disabled. Determines the disabled fill colour of a widget.
Modified Paths: -------------- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/lib/finalize.t trunk/org.vexi-vexi.widgets/src_poke/poke/widgets/option.t Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/lib/finalize.t =================================================================== --- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/lib/finalize.t 2013-04-18 03:38:32 UTC (rev 4514) +++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/lib/finalize.t 2013-04-18 04:08:52 UTC (rev 4515) @@ -41,7 +41,7 @@ } else { trapee.v_fillenabled = trapee.fill; trapee.v_filloverride = true; - trapee.fill = .settings..fill_disabled; + trapee.fill = trapee.fill_disabled?:.settings..fill_disabled; trapee.v_filloverride = false; } if (trapee.th_bevel) Modified: trunk/org.vexi-vexi.widgets/src_poke/poke/widgets/option.t =================================================================== --- trunk/org.vexi-vexi.widgets/src_poke/poke/widgets/option.t 2013-04-18 03:38:32 UTC (rev 4514) +++ trunk/org.vexi-vexi.widgets/src_poke/poke/widgets/option.t 2013-04-18 04:08:52 UTC (rev 4515) @@ -50,7 +50,7 @@ $b2.action ++= function(v) { $c.value = "Value A"; return; } <ui:box text=" Combo " /> - <combo id="c2" textalign="right"> + <combo id="c2" textalign="right" fill_disabled="red"> <item text="Value A" /> <item text="Value B" selected="true" /> </combo> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn