What was that thing with Photoshop images?
Alejandro Tejada
capellan2000 at gmail.com
Fri Aug 10 01:01:44 EDT 2012
Hi Jacque,
J. Landman Gay wrote
>
> on getPaint -- replace an img's content; img must be selected
> if the selobj = "" then
> answer "Select an image first."
> exit getPaint
> end if
> answer file "Choose replacement image:"
> if it = "" then exit to top
> put url ("binfile:"&it) into the selobj
> end getPaint
>
This works could work too.
Change this line for:
put url ("binfile:"&it) into the selobj
this line:
set the text of the selobj to url ("binfile:"&it)
Al
--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/What-was-that-thing-with-Photoshop-images-tp4653470p4653595.html
Sent from the Revolution - User mailing list archive at Nabble.com.
More information about the use-livecode
mailing list