London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi,
As posted earlier on Developer to Developer, I'm having a problem with the IconBase of the ToolBase class.
I have created a tool for inserting flash which works fine, but I want it to be displayed as an icon in the Toolbar. I have set the IconBase of the class in Initialize() to
Now, when I run in debug mode and break in the override OnRender method, I get the following icons:
But when I get out of breakmode and rightclick on the (not displayed) image and look at the properties, I get the following URL:
http://localhost:6666/EPiOfficeSite/App_Themes/Default/Images/editor/http://localhost:6666/EPiOfficeSite/Plugin/eye_over.png
For some reason right before rendering the control it puts the Default Theme path before it.
Can someone help me with this please?
Many thanks,
Vincent