Is it possible to fill project-picture-lists later via lispcode? I want to change pictures in the picturelist and want to use the "dcl_"-commands which expect PictureIDs.
Yes, the project picture list can be managed at runtime using the picture list functions:
Project-SetPicture (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Method/Project/SetPicture.htm)
Project-GetPictures (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Method/Project/GetPictures.htm)
Project-ExportPicture (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Method/Project/ExportPicture.htm)
Thanks a lot