Re: [WiX-users] Confusing UI Issue

2007-10-22 Thread Bob Arnson
conkerjoe wrote:
>Value="SetupTypeDlg">
>   

SpawnDialog is to create pop-up dialogs; use NewDialog to replace the 
current dialog with a new one.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Confusing UI Issue

2007-10-22 Thread Gareth at Serif

I think the problem is with your SpawnDialog event... try NewDialog instead.
-- 
View this message in context: 
http://www.nabble.com/Confusing-UI-Issue-tf4646232.html#a13344788
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Confusing UI Issue

2007-10-18 Thread conkerjoe

I have added a custom dialog to my already working install.. iv basically
changed the typical install to have an extra screen which requires user
input. if i press back here i get an error the code is 2856
in the log it says Error:2856: Creating a second copy of the diaog
SetupTypeDlg thats the last line in the log when i press the back button
the back button is defined like this

  


Clicking ok on the error dialog obviously ends the install.

all im trying to do is go back to the SetupTypeDlg.
i have managed to let it take me back by adding 
  
but 1 i dont know what EndDialog and the value return actually do.. and
secondly when i put this in it lets me go back to the SetupTypeDlg.. but if
i go to the next screen which is the verify dialog and try to return to my
custom dialog using the method above.. it quickly flashes the screen then
proceeds with the install.

Any help please
-- 
View this message in context: 
http://www.nabble.com/Confusing-UI-Issue-tf4646232.html#a13272178
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users