cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
lmilesuk
Level 4

PushButton Event - SetMsiPropery

Hi,

Is it possible to set a PushButton Event which will set an MSI property in an Basic MSI project?

Also can you hide/show and image on mouse over of a PushButton again in an Basic MSI project?

Been trying stuff for hours with little success so any help would be much appreciated.

Cheers
Labels (1)
0 Kudos
(3) Replies
MichaelU
Level 12 Flexeran
Level 12 Flexeran

Create a Control Event named like [PROPERTY] - that is with square brackets around the name of the property you want to set. You can see an example on the Next button of the CustomSetup dialog.
0 Kudos
lmilesuk
Level 4

MichaelU wrote:
Create a Control Event named like [PROPERTY] - that is with square brackets around the name of the property you want to set. You can see an example on the Next button of the CustomSetup dialog.


Many thanks, is the mouseover image show/hide possible?
0 Kudos
MichaelU
Level 12 Flexeran
Level 12 Flexeran

No. You might be able to show or hide an image control in response to changing a property, but that will require the user to do something like clicking the button.

It might be worth a look into what the Suite/Advanced UI projects can do; its Image Button control can react to a hover (and thus hide or show another control), but it won't provide a tooltip style hovering box either.
0 Kudos