Title: Re: [WiX-users] Votive 3 (ErrorDialog) error
I'm going to hazard a guess that Text controls can't receive the focus, and therefore that they're not normally allowed to be the Control_First. However, I see that WixUI's ErrorDlg uses TabSkip="no" to work around this issue.
 
The code in ParseControlElement in src\wix\Compiler.cs normally sets Billboard, Bitmap, GroupBox, Icon, Line, ProgressBar, Text and VolumeCostList controls to be 'not tabbable', and therefore not in consideration for being Control_First. The TabSkip attribute can be used to override this. This attribute is also used to set the tab order (Control_Next in the Control/BBControl table).
 
--
Mike Dimmick


From: [EMAIL PROTECTED] on behalf of Bob Arnson
Sent: Thu 05/10/2006 20:12
To: Magus
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Votive 3 (ErrorDialog) error

Magus wrote:
> I wish that were happening, but its not.  I thought that might be the case
> but its not working that way.  
>  
You might want to take a look at how WixUI's ErrorDlg works.

--
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

-------------------------------------------------------------------------
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

Reply via email to