What's your control look like?

        <Control X="304" Text="!(loc.WixUICancel)" Y="243" Id="Cancel"
Default="yes" Width="56" Height="17" Type="PushButton" Cancel="yes">
          <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
        </Control>
.
.
.
This?


Tony Juricic wrote:
> 
> I have Progress with disabled Close button so it prevents me from
> cancelling the installation while it is displayed. 
> 
> Yet, I have done nothing (that I am aware of) to cause that. Progress
> dialog is declared like this: 
> 
> 
> <Dialog Id="ProgressDialog" Width="300" Height="250" Title="! 
> (loc.ProgressDlg_Title)" Modeless="yes" NoMinimize="yes"> 
> 
> .... controls with progress bar etc. 
> 
> 
> I know that there is a MSI message used exclusively to disable Cancel
> while Progress dialog is displayed but I am sure that I'm not invoking
> it in any of my custom actions. 
> 
> 
> So what is making Close button disabled? 
> 
> 
> Thanks for any input. 
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Close-button-in-Progress-dialog-tp18639034p18654698.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to