Re: [WiX-users] Votive 3 (ErrorDialog) error

2006-10-05 Thread Bob Arnson
Magus wrote:
 I keep getting an error with my ErrorDlg
 Error LGHT0204: ICE20: Specified ErrorDialog: 'ErrorDlg' not found in Dialog
 table (or its Control_First control is not 'ErrorText').
 I have my ErrorDlg created just fine so the problem is the Control_First not
 being ErrorText.  I do have an errorText in my Dialog, but I don't know how
 to in Votive or Wix to make it the Control_First
   
WiX sets the first Control child of Dialog as Control_First.

-- 
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.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Votive 3 (ErrorDialog) error

2006-10-05 Thread Mike Dimmick
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 andVolumeCostList 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 ArnsonSent: Thu 05/10/2006 20:12To: MagusCc: wix-users@lists.sourceforge.netSubject: 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://boBhttp://bobs.org-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT  business topics through brief surveys -- and earn cashhttp://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___WiX-users mailing listWiX-users@lists.sourceforge.nethttps://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.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Votive 3 (ErrorDialog) error

2006-10-05 Thread Magus

That worked changing to TabSkip=no just something I guess I overlooked.

Mike Dimmick wrote:
 
 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 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.phpp=sourceforgeCID=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.phpp=sourceforgeCID=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/Votive-3-%28ErrorDialog%29-error-tf2379414.html#a6668796
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.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users