Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Toolbar button images aren't loading

Last post 08-07-2008 17:56 by [Infragistics] Viktor Snezhko. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 08-06-2008 15:43

    Toolbar button images aren't loading

    When I moved a clients project onto my computer, all their text editing buttons were showing up as the generic red 'x' indicating the browser couldn't find the image.  As I understand it, the line below should automatically load the image for a bold button:

     <ighedit:ToolbarButton runat="server" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" Type="Bold" />

     Any ideas what's going wrong?

     Thanks

    • Post Points: 20
  • 08-07-2008 17:56 In reply to

    Re: Toolbar button images aren't loading

    Hi,

    Location of images are defined by ImageDirectory property. If it is not set, then at design time images are taken from
    C:\Inetpub\wwwroot\aspnet_client\infragistics\Images\htmleditor\*.*
    and at run time from
    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETClientFiles\ig_common\images\HtmlEditor\*.*

    Those directory are filled by installation.

    Most applications copy those image locally to project and adjust ImageDirectory to that location.

    Regards,
    Viktor
    Infragistics web team
    • Post Points: 5
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems