Why do you have "1" as the Condition in the Publish element?  That should be 
unnecessary.  Blank means no condition, which means run always.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shaun Wilde
Sent: Tuesday, May 08, 2007 12:34 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Scrollable events


Amazingly everything looked so much clearer this morning and I solved this 
issue by just adding a DoAction to the ScrollableText

<Publish Event="DoAction" Value="CheckLicenseViewed"> <![CDATA[1]]> </Publish>

Not sure if there is a way to filter the event to just scroll events as the 
cursor goes a bit flicker manic. But it works for the purpose required (which 
will probably change tomorrow)

Shaun

------------------------------

Message: 4
Date: Mon, 7 May 2007 23:35:23 +0000
From: Shaun Wilde <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>>
Subject: Re: [WiX-users] WiX-users Digest, Vol 12, Issue 41
To: <wix-users@lists.sourceforge.net<mailto:wix-users@lists.sourceforge.net>>
Message-ID: <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>>
Content-Type: text/plain; charset="iso-8859-1"

Hi All

I came across a CA on http://www.installsite.org/pages/en/msi/ca.htm which 
checks if the user has scrolled the Licence window to its end - petty I know - 
however I can't get it to work as I don't understand the install instructions 
and therefore determine the relevant xml in WiX.

//** (2) In the license agreement dialog, on the scrollable
//** text control event, call the custom action
//** CheckLicenseViewed using a DoAction

Does a ScrollableText fire events that we can handle? I can't find any 
documentation to that effect.

Can anyone point me in the right direction?
Shaun

________________________________
Try Live.com - your fast, personalised homepage with all the things you care 
about in one place. in one place.<http://www.live.com/?mkt=en-gb>
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to