Re: [WiX-users] PIDTemplate w/ MaskedEdit

2014-09-12 Thread TimM
No the Visual Basic MaskedEdit may support uppercase 'A', but the WiX MaskedEdit does not. I tried it anyways I set the MaskedEdit Text control to: A-A-A-A and when I ran the install the entry field was set to A-A-A-A. So definitely did not work... Since we would

Re: [WiX-users] PIDTemplate w/ MaskedEdit

2014-09-11 Thread Phil Wilson
According to this: http://msdn.microsoft.com/en-us/library/aa733654(v=vs.60).aspx all uppercase A might be what you need. --- Phil Wilson On Tue, Sep 9, 2014 at 2:30 PM, TimM wrote: > Okay I have another question about the masked edit field. If we have a PID > that contains only l

Re: [WiX-users] PIDTemplate w/ MaskedEdit

2014-09-09 Thread TimM
Okay I have another question about the masked edit field. If we have a PID that contains only letters and numbers then is there a maskededit setting that will ONLY allow this mix of characters or is this something that it can not handle and therefore other actions would have to be used to validate

Re: [WiX-users] PIDTemplate w/ MaskedEdit

2014-07-11 Thread TimM
Okay now I am experiencing another issue with this. Since I have set my Text to # so that I can accept values from 1 to 9 it is actually back filling my property with spaces if I enter less than 5 numbers. So if I enter '34' the property would end up being '34 ', meaning the string now

Re: [WiX-users] PIDTemplate w/ MaskedEdit

2014-07-10 Thread TimM
I was actually using a PORT_NUMBER > 0 conditions before I switched to MaskedEdit and therefore once I switched I did not remove that condition as the mask # does not accept negative numbers and therefore I did not need that condition. Once I removed it then it began to work as expected. --

Re: [WiX-users] PIDTemplate w/ MaskedEdit

2014-07-10 Thread John Cooper
Message- From: TimM [mailto:timmay...@smarttech.com] Sent: Thursday, July 10, 2014 10:11 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] PIDTemplate w/ MaskedEdit Thanks John. After a bit of frustration I finally figured out my issue, it was one of my conditions on the publish eve

Re: [WiX-users] PIDTemplate w/ MaskedEdit

2014-07-10 Thread TimM
Thanks John. After a bit of frustration I finally figured out my issue, it was one of my conditions on the publish events that was screwing me up. Now that I fixed that I can correctly enter 1 to 5 numbers and have it do what I expected it to do -- View this message in context: http://wind

Re: [WiX-users] PIDTemplate w/ MaskedEdit

2014-07-09 Thread John Cooper
Subject: Re: [WiX-users] PIDTemplate w/ MaskedEdit Thanks John, but yes I have seen that article and it still does not explain how you can enter 1 to 5 numbers in the field. If I change enter 1, 11, 111, the next but will fail to do anything, but if I enter 1 then the install will proc

Re: [WiX-users] PIDTemplate w/ MaskedEdit

2014-07-09 Thread TimM
Thanks John, but yes I have seen that article and it still does not explain how you can enter 1 to 5 numbers in the field. If I change enter 1, 11, 111, the next but will fail to do anything, but if I enter 1 then the install will proceed as expected. So it seems that if the text field h

Re: [WiX-users] PIDTemplate w/ MaskedEdit

2014-07-08 Thread John Cooper
enry.com -Original Message- From: TimM [mailto:timmay...@smarttech.com] Sent: Tuesday, July 8, 2014 4:59 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] PIDTemplate w/ MaskedEdit I am trying to do a MaskedEdit control that can contain 0-9, so I set the text to ###

Re: [WiX-users] PIDTemplate w/ MaskedEdit

2014-07-08 Thread TimM
I am trying to do a MaskedEdit control that can contain 0-9, so I set the text to # and I have a default of 2279. When test the dialog box the Next button will do nothing until I enter 5 numbers in the MaskedEdit control. So what am I supposed to set the text field to so that I can enter

Re: [WiX-users] PIDTemplate w/ MaskedEdit

2010-03-29 Thread Miller, Craig
Thanks Nick. That's quite helpful. Does anyone have an explanation of the characters outside of the begin/end portion of the visible mask? Are these pre-pended/appended automatically? Thanks, Craig On Mon, Mar 29, 2010 at 6:24 AM, Nick Ramirez wrote: > > I've experimented with this and have

Re: [WiX-users] PIDTemplate w/ MaskedEdit

2010-03-29 Thread Nick Ramirez
I've experimented with this and have found that the symbols really seem to mean this: # - Can be any number & - Can be any letter ? - Can be a number or letter ^ - Can be any letter, but it will always be converted to uppercase @ - Creates a random number. < - Beginning of visible part of mask >

[WiX-users] PIDTemplate w/ MaskedEdit

2010-03-28 Thread Miller, Craig
I have a PIDTemplate of <&-&-&-&-&> But 1 doesn't properly validate my key if it contains numbers. My Product Keys an be a mix of uppercase letters and numbers w/o any restrictions on a specific field. What template can I use that will only validate if the input is restrict