[Solved] dcl_Tree_GetItemImages and Image List

Started by Peter2 · 2014-11-11 21:50 UTC · 4 replies · SMF topic #2191

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
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.
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"
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????
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.