Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Sapphire » Using platform: URLs for image tags in sdef files
Using platform: URLs for image tags in sdef files [message #1747224] Fri, 11 November 2016 01:02 Go to next message
Jason Pell is currently offline Jason PellFriend
Messages: 55
Registered: February 2011
Member
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 18:42 Go to previous message
Konstantin Komissarchik is currently offline Konstantin KomissarchikFriend
Messages: 1077
Registered: July 2009
Senior Member
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: Tue Mar 19 06:49:22 GMT 2024

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

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

Back to the top