InstallOptions - OnMouseMove over label
Hello,
I am using installoptionsex with my installer. I got there a treeview, droplist and a label.
Two problems:
1.
I want to display some description text on Label after mouse moving over the items of treeview. How can I do it?
Example:
Treeview:
Root
----Item1
---SubItem1ofItem1
---SubItem2ofItem1
----Item2
---SubItem1ofItem2
---SubItem2ofItem2
----Item3
When mouse is over the SubItem1ofItem1 the label displays a description text
, for example: "This is first Subitem".
It must work as in components page in MUI interface page.2. As I mentioned above, there are froplist and treeview components on my custom page.
In droplist I got two items: "None" and "Default".
If user choose "None" the treeview items must be changed on this defined by "None" profile. And if user choose "Default" item on droplist, the treeview must be changed on this defined by "Default" profile.
This profiles are saving to ini file to "ListItems". To display items on treeview its reading this key from ini file - but it is reading when page is displaying.
I want to read this info and load to treeview in runtime, when user choose proper profile from droplist. What message I have to send? How am I gonna do it?
Please, if anyone know how to help me, please do this.
Thanks,
-Pawel