newLISP Fan Club

Forum => newLISP in the real world => Topic started by: HPW on April 08, 2004, 10:53:25 AM

Title: Ide(imageDir) not in config?
Post by: HPW on April 08, 2004, 10:53:25 AM
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"
Title:
Post by: Lutz on April 08, 2004, 12:08:09 PM
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