Ide(imageDir) not in config?

Q&A's, tips, howto's
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Ide(imageDir) not in config?

Post by HPW »

Maybe my understanding is wrong, but I think 'Ide(imageDir)' should not be in the config-file. It should be renamed to an internal variable, because the images are binded into the wrapped EXE. So changing the path by the user would violate the search for the button-images. So there is nothing to configure.

Example:

set InternalImageDir "/freewrap/images"
Hans-Peter

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

On Linux and other Unix platforms newlisp-tk.tcl is run unwrapped and 'Ide(imageDir)' points to an user configurable directory on that platform.

Lutz

Locked