RE: Embedded image class implementation

2020-07-01 Thread Anil Guntur - agun...@us.ibm.com
To: "users@royale.apache.org" Subject: [EXTERNAL] Re: Embedded image class implementation Whenever I have ported embedded image data like this in the past, I always swapped the Class type to String type and used that value as an external runtime source for the image (i.e. it loads the image so

Re: Embedded image class implementation

2020-07-01 Thread Greg Dove
Whenever I have ported embedded image data like this in the past, I always swapped the Class type to String type and used that value as an external runtime source for the image (i.e. it loads the image source via url instead of as embedded data). I am not sure what your question is related to, bu