This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- how to loop inside a dialog?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 26, 2007
04:20 AM
how to loop inside a dialog?
hi
Description:
my dialog has a text field .
wen i press next, the text field is being validated.
If the entry is valid i go to next frame, else i show some user response popup.
If user wants to continue i want to go next frame else i want to show the same text field frame again.
problem:
i can only validate text field wen next is pressed(is the any other way?). It ll call query exit. I put my validating logic there. How to get to call same dialog again?
intializeUI method i called , it compiled buit isnt working. any sugesitons?
Description:
my dialog has a text field .
wen i press next, the text field is being validated.
If the entry is valid i go to next frame, else i show some user response popup.
If user wants to continue i want to go next frame else i want to show the same text field frame again.
problem:
i can only validate text field wen next is pressed(is the any other way?). It ll call query exit. I put my validating logic there. How to get to call same dialog again?
intializeUI method i called , it compiled buit isnt working. any sugesitons?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 27, 2007
07:48 AM
got the solution.
there is a method which can be called in queryExit through the function argument u get.
returnValue(boolean)
set it to false and u wont go to next panel
there is a method which can be called in queryExit through the function argument u get.
returnValue(boolean)
set it to false and u wont go to next panel