Toolbar icons show incorrectly

Last post 08-24-2007, 11:34 AM by dotnetdeveloper. 2 replies.
Sort Posts: Previous Next
  •  08-24-2007, 9:10 AM 32834

    Toolbar icons show incorrectly

    Hello
     
    I have a cuteEditor control which has a custom toolbar I created.

    <toolbars>

    <item type="g_start" />

    <item type="image" name="Bold" imagename="bold"/>

    <item type="image" name="Italic" imagename="italic"/>

    <item type="image" name="Underline" imagename="under" />

    <item type="g_end"/>

    <item type="g_start" />

    <item type="image" name="netspell" imagename="spell" />

    <item type="image" name="InsertChars" imagename="specialchar" />

    <item type="table" />

    <item type="image" name="InsertImage" imagename="eximage" />

    <item type="g_end"/>

    </toolbars>
     
    The bold, Italic and Underline icons do not show correctly. It shows a question mark image for bold, bold image for italic and italic image for underline.
    Also, it shows 'clock' image for special characters.
    I have verified that I have all images for all toolbar icons in the images folder.
    What could be wrong?
     
    Thanks
     
  •  08-24-2007, 9:48 AM 32837 in reply to 32834

    Re: Toolbar icons show incorrectly

    dotnetdeveloper,

    I have tested your file.

    This configuration file work perfectly here.

    I guess the problem is called by the toolbar image doesn't match the client files.

    Please download the control again and overwrite all the client files, DLL. Then try again.

    Keep me posted





    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  08-24-2007, 11:34 AM 32854 in reply to 32837

    Re: Toolbar icons show incorrectly

    Hi Adam,
     
    That did not do it. I found out though, that it is happening in only one of my solutions. In the other solution, toolbar is showing fine. I will have to investigate why it is happening solution-specific. I you have any idea, please let me know. I am using Ajax controls and extentions in my solution as well.
     
    Thanks.
View as RSS news feed in XML