Oh Christ... Image Name?

Kathy Jaqua kgjaqua1 at sbcglobal.net
Tue Dec 13 01:13:26 EST 2005


Jim and Tom

to avoid "return blank if no imagesource is found" I
am using the following:

on mouseDoubleDown
  local tIndex
  if the mouseCharChunk is empty then
    exit mouseDoubleDown
  end if
  put the imageSource of the mouseCharChunk into
tIndex --id of image 
 
  if tIndex is not empty then
   send "addImage tIndex" to field "Selected Images"
of this card in 0 millisec
end mouseDoubleDown

the field "Selected Images" is where I show the select
imagesSources that a mouseDoubleDown generates. The
purpose is to build a stack with a library of chosen
images. 

This might actually work now with all the impute :-)

I needed the name of the imageSource so as to select
it and place it on the OS clipboard.

Thanks all...

Kathy Graves Jaqua
A Wildest Dream Software





More information about the use-livecode mailing list