We added the clause, InputCodes="!",and now it issues a forceupper case so you don't have to have your caps-lock on for the control to accept input. However, one anomally...if you hit the delete, then it replaces the deleted letter with a blank, if a group of letters are selected then blanks are inserted if the selection does not extend to the end of the string.
Larry -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of johnf Sent: Thursday, November 13, 2008 12:00 PM To: Dabo Users list Subject: Re: [dabo-users] dMaskedTextBox.py not working. On Thursday 13 November 2008 08:38:20 am johnf wrote: > On Thursday 13 November 2008 08:00:25 am Ed Leafe wrote: > > On Nov 13, 2008, at 10:33 AM, johnf wrote: > > > You are correct. There is something happening with the controls. > > > I can click into the some of the controls, hold the delete key > > > down and then I'm able to type. But I was not able to get the > > > upper case only to work at all? > > > > Are you typing uppercase characters? > > > > > > -- Ed Leafe > > I guess I forgot to check the caps lock. Still need to use the delete key. More info. I'm not getting the spaces in my code when I use the dMaskTextBox. hs.append(dabo.ui.dMaskedTextBox(self,InputCodes="!",Mask="A{10}",RegID='sho rTcodeID',DataField='caddrno', DataSource=self.MainForm.shipto)) This is strange? Larry is reporting that on Vista it just works? For now I'm happy. -- John Fabiani [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
