Tom Crozier wrote:
> but does not beep until 10 seconds after I cancel the dialog. (For some 
> reason the SpawnWaitDialog is blocking the CA from running)
>   

I suspect that's how it's supposed to work. SpawnWaitDialog is typically 
used to show a costing dialog, which is shown until a system property is 
set by a background task. It looks like it doesn't return until that 
condition is true, so DoAction doesn't get a chance to execute the action.

I think you need another approach.

-- 
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