Skip to main content



      Home
Home » Archived » Sapphire » Using platform: URLs for image tags in sdef files
Using platform: URLs for image tags in sdef files [message #1747224] Thu, 10 November 2016 20:02 Go to next message
Eclipse UserFriend
References to images in other plugins seem to be ignored in sdef files.

I have a <image tag:

<image>platform:/plugin/com.veda.dp3.common.generator/com/veda/dp3/common/generator/config/WizardBanner.png</image>

When I run the wizard the WizardBanner.png is not displayed. However if I copy the image to the same project and reference thus:

<image>com/veda/dp3/common/generator/config/WizardBanner.png</image>

It works fine

Are platform: urls supported in sapphire sdef files.
Re: Using platform: URLs for image tags in sdef files [message #1754902 is a reply to message #1747224] Thu, 23 February 2017 13:42 Go to previous message
Eclipse UserFriend
No, Sapphire does not support such platform URL image references. Image resolution is done through the classloader that sdef is loaded from. You can access images located in that plugin or in a dependency, but you cannot access an image outside the classloader chain.
Previous Topic:XML serialization not always maintaining order of fields in sapphire pojos
Next Topic:Possible Value Service for Enumeration radio button group in a wizard
Goto Forum:
  


Current Time: Sun May 04 18:12:17 EDT 2025

Powered by FUDForum. Page generated in 0.02730 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top