Reply To: more picture parameters

#3441
Csilla Mai
Keymaster

Hi,

The User image files can be requested by an application query . The value list of “gs_picture_name” and “gs_picture_name_2D” parameters are defined in a Library Master file by the returned data of this application query:

! ==============================================================================
! Custom picture file request
! ==============================================================================
dim stCustomPicFiles[]
bCustomPicFileExist = APPLICATION_QUERY (“LIBRARY_MANAGER”, “USER_IMAGE_FILES”, stCustomPicFiles)
if bCustomPicFileExist then
values “gs_picture_name” stCustomPicFiles, CUSTOM
values “gs_picture_name_2D” stCustomPicFiles, CUSTOM
endif

Csilla Mai
Library Developer, Library Team
GRAPHISOFT SE