gettingstarted
[Top] [All Lists]

Re: masking

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: masking
From: "Joseph J. Strout" <joe at realsoftware dot com>
Date: Thu, 24 Feb 2005 11:58:36 -0600
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <BAY2-F19542CAC1748759524C202DA640 at phx dot gbl>
At 5:38 PM +0000 2/24/05, Lennox Jacob wrote:

One little problem, after inputting the data and it gets accepted, I cannot Tab to the next EditField, or delete.

When in this state, put a breakpoint on the first line of the KeyDown event, then Resume your app, and Step through the code to see what's going on.

You probably just need to make the if-test more specific, i.e., change

  Key >= "6"

to

  Key >= "6" and Key <= "9"

Best,
- Joe

P.S. Please trip excess quoted stuff from your reply when replying.  Thanks!

--
REAL World 2005 - The REALbasic User Conference
March 23-25, 2005, Austin, Texas
<http://www.realsoftware.com/realworld>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>