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.

_______________________________________________
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