﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - WebDesktopToolbar - CommandDisabledStyle not working</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktopToolbar---CommandDisabledStyle-not-working/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebDesktopToolbar - CommandDisabledStyle not working</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktopToolbar---CommandDisabledStyle-not-working/</link><pubDate>Tue, 06 Apr 2010 05:31:08 GMT</pubDate><dc:creator>dragon</dc:creator><description>&lt;p&gt;Thanks for your reply. Currently i dont have a simplified version of the situation. so i am making one. Till than thanks.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebDesktopToolbar - CommandDisabledStyle not working</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktopToolbar---CommandDisabledStyle-not-working/</link><pubDate>Tue, 06 Apr 2010 02:13:35 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I made a test page based on your scenario and was unable to repro the issue.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I set the value of “IsEnabled” property to “false” on one of WebToolBar ToolCommand and set the “CommandDisabledStyle” collection property. I tested scenario using CommandDisabledStyle in design&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;CommandDisabledStyle Font-Names="Segoe UI, Tahoma" Font-Size="14pt" ForeColor="DimGray"&amp;gt;
&amp;lt;/CommandDisabledStyle&amp;gt;&lt;/pre&gt;

&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;and server side code.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;protected void Page_Load(object sender, EventArgs e)
{
    WebToolBar3.CommandDisabledStyle.Font.Name = "Tahoma";
    WebToolBar3.CommandDisabledStyle.Font.Size = FontUnit.Point(14);
}&lt;/pre&gt;

&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;For your information, I’m using the latest hotfix of WebDesktop.NET 3.0 (build 309) and WebUI.NET Framework 3.0 (build 752). If you have a running simple sample that replicates the issue, it would be much helpful if you could send the sample for further investigation.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebDesktopToolbar - CommandDisabledStyle not working</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDesktopToolbar---CommandDisabledStyle-not-working/</link><pubDate>Mon, 05 Apr 2010 09:14:10 GMT</pubDate><dc:creator>dragon</dc:creator><description>&lt;p&gt;Hi, i have been using the toolbar with custom styling.  I am using custom image for the toolbar bg and setting up all styles of the toolbar such as CommandStyle.Normal, CommandStyle.Over etc. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;But when i set up CommandDisableStyle.Font values. the font doesn't change. It remains the default one i think. The font color, font size, font family names, nothing gets effected for Disabled buttons. so what is wrong?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Please help me, thank you.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>