Treeview Node image |
Post Reply |
Author | |
palthe
Newbie Joined: 21 February 2012 Location: Netherlands Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 22 February 2012 at 8:21am |
I'm working with Progress (10) and CodeJock 15.1.3.
I've created a treeview and attached my imagemanager to it (treeview:icons).
Then I fill the tree with a procedure, the nodes added with:
chNode = chTreeView:TreeView:Nodes:ADD(ParentKeyValue,4,KeyValue,TextValue,Icon).
The icon parameter is an integer, and in this case is 87 (which is the id of de icon in the imagemanager). I set the Treeview:iconsize to 16 and the size of the .png in the imagemanager is 16 x 16.
When the treeview is filled, I can see that the control is using blank space for the icons but no icon is showing...
How can I troubleshoot this? What kind of images are allowed here? bmp, ico, png?
Thanks in advance
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |