Re: Resolving an imageSource object reference

2016-09-06 Thread Jeanne A. E. DeVoto
At 1:06 PM -0700 9/6/2016, Richard Gaskin wrote: See the "resolve image" command, introduced in v6.5. Excellent! Thanks. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subs

Re: Resolving an imageSource object reference

2016-09-06 Thread Jeanne A. E. DeVoto
At 6:05 AM +1000 9/7/2016, Monte Goulding wrote: You could use the resolve image command. It was my first open source contribution a few years ago ;-) I'm so glad I don't have to do it. ;-) ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Resolving an imageSource object reference

2016-09-06 Thread hh
> Jeanne DeV. wrote: > I need to take an imageSource (short ID or short name) and > figure out a full object reference to the image in question. If I understand your question correctly: The HTMLtext of the field holds the source info that is used to set the imageSource. For example or . or .

Re: Resolving an imageSource object reference

2016-09-06 Thread Monte Goulding
You could use the resolve image command. It was my first open source contribution a few years ago ;-) Sent from my iPhone > On 7 Sep 2016, at 5:38 AM, Jeanne A. E. DeVoto > wrote: > > Before I do it, has anybody done this already? > Or has a built-in way to get the object been added at some p

Re: Resolving an imageSource object reference

2016-09-06 Thread Richard Gaskin
Jeanne A. E. DeVoto wrote: > I need to take an imageSource (short ID or short name) and figure out > a full object reference to the image in question. > > Before I do it, has anybody done this already? > Or has a built-in way to get the object been added at some point and > I missed it? See the