I would like to ask once more if anyone has been able to load an icon stored as image in the table the dbTreeView servoy-extra-component is based on? Or is it really only possible with an URL pointing to the image in the media node? Which means all images must be stored in the media node of the solution.
I would very much appreciate a hint about the possibilities.
I think you want setImageMediaDataprovider from the old bean, but that has not been ported to the ng tree bean from extra. You may create a case in our support system to add that,
then we can check/see how to do it.
You are absolutely right with what you assume. After rethinking our implementation concerning this aspect, we decided to go with setImageURLDataprovider() instead of setImageMediaDataprovider and moved the menu icons (images) to the Media node. So it is working in Smart and NG Client.
Gabi Boros:
Hi,
I think you want setImageMediaDataprovider from the old bean, but that has not been ported to the ng tree bean from extra. You may create a case in our support system to add that,
then we can check/see how to do it.