Archive: Once again about "CLICKABLE IMAGE"


Once again about "CLICKABLE IMAGE"
Hello, everybody.

Actually was unable to find on the forum exact answer on the question:

is it possible to create an image which works like a link after clicking on it using InstallOptions?


I have not used InstallOptions in ages, but I would guess that you could add the NOTIFY flag to the image and call ExecShell in the pages leave callback


Thank you, Anders, for your answer. But maybe you know also how to receive notification in the leave callback function?

Also as I understand it is possible to create the same custom page using nsDialogs, but there is much work to place all the components I need on their places. Also seems some functions are not realized at all there (like bold text of labels). So easier to to all using exactly InstallOptions I think.


Ok, seems I did almost all I wanted using code from this thread:
http://forums.winamp.com/showthread.php?t=312377

good point that it is possible to combine nsDialogs and MUI2 :)

But still have a problem which I think needs separate thread. Clickable image was made, but cursor is not changed when it is over the control.