Gareth at Serif wrote:
> 1 - If you nicely split a long serial key into several edit fields, how can
> you set them up to be linked so that you can type in the 1st and it will
> jump to the 2nd (after 5 chars, say) so the user can just type the whole
> thing uninterupted?  And this behaviour might also support copy/paste across
> all fields if the serial key is emailed to them.
>   

Check out the MaskedEdit control.
> 2 - It's simple enough to disable the 'Next' button until all fields have
> content, but it doesn't update until the focus leaves the final field. 
> Although, this might happen for free if a solution to #1 is available.
>   

By design, unfortunately. MSI doesn't process control conditions on 
every keypress in an edit control.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to