Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Disable cancel button


4 replies to this topic

talzur

talzur
  • Members
  • 26 posts

Posted 02 August 2005 - 15:30

Hi all,

Is there a way to disable or hide the cancel button on the
window "SetStatusWindow" ?

Thanks

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 03 August 2005 - 19:53

You could try to use a different status dialog. Enable(...) with either STATUS, STATUSDLG, STATUSEX, or STATUSOLD. I think one of them doesn't have a cancel button.

talzur

talzur
  • Members
  • 26 posts

Posted 04 August 2005 - 07:10

Thanks,

That was it, some of them don't have the cancel button and even better some of them can have a custom skin with them.


starfish

starfish
  • Members
  • 2 posts

Posted 27 February 2006 - 10:55

Hi "Stefan Krueger",

My project is created by InstallShield X, and it's a InstallScript projects. I CAN NOT dissable CANCEL button on "STATUSEX" dialog. I tried to use all dialogs you listed with Enable(...) (STATUS, STATUSDLG, STATUSEX, or STATUSOLD). But all of them have a cancel button.

How can I disable CANCEL button on "STATUSEX" dialog ? If we can not dissable it, I only want when user click on this button, we show warning message.

Regards,

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 28 February 2006 - 15:54

Maybe you can get rid of the cancel button using dialog editor?