On 11/3/17 1:41 PM, Mark Waddingham via use-livecode wrote:
As I said one of the goals of this control would eventually be to replace the image object - so at some point (all being well) you will be able to do:

   set the filename of <insertcontrolname> "foo" to "foo.png"
   set the filename of <insertcontrolname> "foo" to "foo.gif"
   set the filename of <insertcontrolname> "foo" to "foo.jpg"
   set the filename of <insertcontrolname> "foo" to "foo.png"
   ...

Or

   set the content of <insertcontrolname> "foo" to tPngData
   ...

At this point, describing the control as a 'vectorImage' might also seem confusing.


It's short for "thing that can handle vectors or images". VectorsOrImages -> Vector/Image -> VectorImage -> vi.

We *will* get an abbreviation, right?

;)

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to