Started by Peter2 ·
2014-11-11 21:50 UTC ·
4 replies · SMF topic #2191
Peter2
2014-11-11 21:50 UTC
If I understand it correctly the "Image List" uses icons from Windows. Is there an example / a collection which displays which icons are used where?
Thanks
Peter
owenwengerd
2014-11-12 02:32 UTC
I'm not sure I understand the question. A tree control has an image list, but you determine which icons it contains by setting the control's Image List property in OpenDCL Studio.
Peter2
2014-11-12 08:11 UTC
Hi Owen
the basic question is: Where do the icons come from?
I looked at the "Samples" of OpenDCL and to Tree.lsp and Tree.odcl and have no idea where the icons come from. The string "dcl-Tree-SetItemImages" is not used in the entire "Samples"-folder.
EDIT:
The string dcl_Tree_SetItemImages is used in "tree.lsp"
Peter2
2014-11-12 09:23 UTC
author=owenwengerd link=topic=2191.msg10984#msg10984 date=1415759565 wrote:...which icons it contains by setting the control's Image List property in OpenDCL Studio.
Where? How? What????
Peter2
2014-11-12 09:28 UTC
author=Peter2 link=topic=2191.msg10986#msg10986 date=1415784225 wrote:Where? How? What????
Solved.
I was confused about the "Windows System Objects (Collection)" and the lisp-examples, but it is a "simple" property of the control.
Got it - sorry for the confusion.