My code looks like this:

<Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17"
Disabled="no" TabSkip="yes" Text="!(loc.WixUIBack)">
  <Publish Event="DoAction" Value="CA_Skip">1</Publish>
</Control>
<Control Id="Next" Type="PushButton" X="180" Y="243" Width="56" Height="17"
Disabled="no" TabSkip="yes" Text="!(loc.WixUINext)">
  <Publish Event="DoAction" Value="CA_Skip">1</Publish>
</Control>

The problem is tab key is still working on these two buttons.

How do i skip the tab sequence for a push button?

Thanks!
-- 
View this message in context: 
http://n2.nabble.com/TabSkip-dosn%27t-work-tp2801735p2801735.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to