There are the following elements in one of the dialogs of my installer:
Edit controls, i.e.:

<Control Id="SerialEdit" Type="Edit" X="15" Y="150" Width="220" Height="16"
Property="SERIALNUMBER" Text="{20}" />

PushButton control that has Default attribute is set to "yes":

<Control Id="License" Default="yes" Type="PushButton" X="220" Y="250"
Width="56" Height="17" Text="License" />

So, if user presses Enter key, then License control should be invoked.

However, if Edit control is focused and user presses Enter key, then
PushButton control is not invoked...

Question is - is it possible to bind Enter key to PushButton control if the
edit control is located in the dialog and can be focused?

-- 
View this message in context: 
http://n2.nabble.com/Control.Default-and-Edit-control-tp2826452p2826452.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