DaLiMan Posted July 9, 2004 Posted July 9, 2004 In my GUI I have a picture, but when I compile me script and transport it to other users the picture cannot be loaded. Is there a way to fix this with FileInstal or Include? Or is there a better way?
pekster Posted July 9, 2004 Posted July 9, 2004 If you defined your picture with a hardcoded directory, then your end user would need to have the same file in the same directory to load the picture. You could FileInstall your pictures to the script's directory, or a temp directory if the script might be executed from a folder with read-only permissions. Once you're done, just have the script remove all the tempfiles it installed. [font="Optima"]"Standing in the rain, twisted and insane, we are holding onto nothing.Feeling every breath, holding no regrets, we're still looking out for something."[/font]Note: my projects are off-line until I can spend more time to make them compatable with syntax changes.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now