Tom Crozier wrote:
> But from what I read in MSDN about the SpawnWaitDialog ControlEvent 
> http://msdn.microsoft.com/en-us/library/aa371864(VS.85).aspx it is for what I 
> am trying to do. Just display a Please wait message while the CA is running. 
> I am incorrect?
>   

Try asyncNoWait for your Return attribute. The problem is that you need 
to launch the CA, then spawn the wait dialog; the dialog doesn't return 
until the wait condition is true, so you can't show it then call the CA.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to