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

Next Button - Function


1 reply to this topic

Chris

Chris
  • Members
  • 22 posts

Posted 19 February 2004 - 11:47

Hello,

I want to Call a CustomAction on the Click Event of Next Button. The CustomAction set a Property, and if the Value ist less than something i don't want to change to next Dialog, but i want to show a Message Dialog.

Can anybody help me?

Kind regards Chris

gelya

gelya
  • Members
  • 6 posts

Posted 01 March 2004 - 09:32

Hi Chris,

1. Call to event "NewDialog" with condition value is more then required.
2. Create new dialog WarningDlg that show warning property ( [WARNING] ) and has "OK" button.
3. Create new event [WARNING] with argument something like "value is incorrect" and condition value is less then required.
4. Create new event "SpawnDialog" with argument "WarningDlg" and condition value is less then required.

Gelya