iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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.
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?
Please help me, thank you.
I made a test page based on your scenario and was unable to repro the issue.
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
<CommandDisabledStyle Font-Names="Segoe UI, Tahoma" Font-Size="14pt" ForeColor="DimGray"> </CommandDisabledStyle>
and server side code.
protected void Page_Load(object sender, EventArgs e) { WebToolBar3.CommandDisabledStyle.Font.Name = "Tahoma"; WebToolBar3.CommandDisabledStyle.Font.Size = FontUnit.Point(14); }
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.
Thanks for your reply. Currently i dont have a simplified version of the situation. so i am making one. Till than thanks.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname