You can"t set the default of an image control directly. Instead you would
script it - the technique i use is to add a handler like this:

setprop image_File shortFile
   put the default_Folder of me into rootFolder
   put rootFolder & shortFile into someFile
   set the fileName of me to someFile
end image_File

getprop default_Folder
 -- you can use a cProp here instead
 -- or code your defaut folder here
 put specialFolderPath("Desktop") & "/" into whatever
 return whatever
end default_Folder
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to