protecting images in standalone?

Robert Mann robmann at gp-racing.com
Fri May 11 07:05:54 EDT 2007



Thanks
Eric

This gets info into the customproperty 'ctgfork1' not sure if it is correct
info but there is something in it know

set the itemdelimiter to slash	
    put the effective filename of this stack into dbPath
    delete the last item of dbPath
    put "/ctgfork01.PNG" after dbPath	
    set the ctgfork1 of stack "specs" to URL ("binfile:" & dbPath)
     
-- to display the image I tried this but does not work?

     put the ctgfork1 of this stack into image "ctgfork01"




set the ctgfork1 of stack "specs" to URL("binfile:" & dbPath)
'binfile' is a text string and 'dbPath' is a variable: they must be  
concatenated :-)

Best regards from Paris,
Eric Chatonet.
----------------------------------------------------------------
http://www.sosmartsoftware.com/
eric.chatonet at sosmartsoftware.com/
----------------------------------------------------------------


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




More information about the use-livecode mailing list