Re: [WiX-users] Control Next problem

2006-12-03 Thread Bob Arnson
Magus wrote:
> The only difference is that my controls have a Control Next for each item in
> the Error Dialog.
>   

Another difference is that WixUI's ErrorDlg uses TabSkip="yes" for its 
buttons. Doing so is necessary to comply with the MSI SDK's spec on how 
Error dialogs should work. It also tells WiX not to add Control_Next values.

-- 
sig://boB
http://bobs.org



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Control Next problem

2006-12-01 Thread Magus

The only difference is that my controls have a Control Next for each item in
the Error Dialog.




1

1

1

1

1

1
   
1



Bob Arnson-3 wrote:
> 
> Magus wrote:
>> I don't think your understanding why I am having the problem.  My Error
>> Dialog does contain all the necessary elements.  But it is also Custom
>> Made
>> to I control its size and appearance.   However after creating the MSI
>> all
>> the dialogs that I created are forced to have Control Next associated. 
>> This
>> does not agree well with how the Error Dialog is Used.  What I am saying
>> is
>> that because I made my own Error Dialog under wix and not using a
>> predefined
>> one I get an error.  I always appriciate your help, but I don't know if I
>> am
>> explaining my current problem well enough. 
>>   
> 
> WixUI's error dialog is just like any other dialog. There's nothing 
> magical about it. But it works, so I'd suggest starting there. Diff 
> yours and WixUI's. What's different, other than size? Does it have the 
> ErrorDialog="yes" attribute value? Does it publish the same control 
> events? Etc.
> 
> -- 
> sig://boB
> http://bobs.org
> 
> 
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> 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/Control-Next-problem-tf2728415.html#a7643750
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Control Next problem

2006-11-30 Thread Bob Arnson
Magus wrote:
> I don't think your understanding why I am having the problem.  My Error
> Dialog does contain all the necessary elements.  But it is also Custom Made
> to I control its size and appearance.   However after creating the MSI all
> the dialogs that I created are forced to have Control Next associated.  This
> does not agree well with how the Error Dialog is Used.  What I am saying is
> that because I made my own Error Dialog under wix and not using a predefined
> one I get an error.  I always appriciate your help, but I don't know if I am
> explaining my current problem well enough. 
>   

WixUI's error dialog is just like any other dialog. There's nothing 
magical about it. But it works, so I'd suggest starting there. Diff 
yours and WixUI's. What's different, other than size? Does it have the 
ErrorDialog="yes" attribute value? Does it publish the same control 
events? Etc.

-- 
sig://boB
http://bobs.org



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Control Next problem

2006-11-30 Thread Magus

I don't think your understanding why I am having the problem.  My Error
Dialog does contain all the necessary elements.  But it is also Custom Made
to I control its size and appearance.   However after creating the MSI all
the dialogs that I created are forced to have Control Next associated.  This
does not agree well with how the Error Dialog is Used.  What I am saying is
that because I made my own Error Dialog under wix and not using a predefined
one I get an error.  I always appriciate your help, but I don't know if I am
explaining my current problem well enough. 

Bob Arnson-3 wrote:
> 
> Magus wrote:
>> I am having a bit of a problem.  I have created my own ErrorDialog and
>> when I
>> build the MSI it adds the Contol Next for each of controls inside the
>> ErrorDlg. However this causes a Error and crash of the MSI when the error
>> dialog is suppose to appear saying "DEBUG: Error 2814:  On the dialog
>> ErrorDlg the control ErrorText names a non-existent control Y as the next
>> control"  Is there a way to prevent the Control Next from having a value?
>>   
> 
> No. WiX sets Control_Next when it encounters additional controls. 
> According to "Error Dialog" in the SDK, there must be a yes button (and 
> six others).
> 
> -- 
> sig://boB
> http://bobs.org
> 
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> 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/Control-Next-problem-tf2728415.html#a7625045
Sent from the wix-users mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Control Next problem

2006-11-29 Thread Bob Arnson
Magus wrote:
> I am having a bit of a problem.  I have created my own ErrorDialog and when I
> build the MSI it adds the Contol Next for each of controls inside the
> ErrorDlg. However this causes a Error and crash of the MSI when the error
> dialog is suppose to appear saying "DEBUG: Error 2814:  On the dialog
> ErrorDlg the control ErrorText names a non-existent control Y as the next
> control"  Is there a way to prevent the Control Next from having a value?
>   

No. WiX sets Control_Next when it encounters additional controls. 
According to "Error Dialog" in the SDK, there must be a yes button (and 
six others).

-- 
sig://boB
http://bobs.org


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users