"dratio" wrote:
If you don't mind looking, here is part of the function where the problem exists. I am passing in an object that contains parsed XML (aboutOptions), the problem is with SmallIconUrl.
Wait a minute, you are all over the map!
The topic was about
theme attributes, now you are talking about
HdBackgroundImageUrl and
HdSmallIconUrl of
roListScreen - which are not theme-related. Choose one issue and focus on it until resolved - then post separate question on another one.
I have used roListScreen and can tell you those things work fine with remote images, WITHOUT having to download locally.
PS. Meta-dating is finicky. For example your posted code, you are setting
o.SDSmallIconUrl to a
roUrlTransfer object, which is wrongedy wrong - but the component won't tell you that, instead will quietly* pretend it was set to invalid. You can only put STRINGS in those attributes that expect URL, that is - a text starting with "http://", "tmp:/" etc
(*) setting attribute to a wrong data TYPE should be a runtime error (vs say a warning if metadata item did not load from URL) - but it isn't (yet?)