On Thu, Oct 19, 2000 at 01:42:23PM -0400, Patrick Ouellet wrote:
> Ok... I want to have a field looking like this
> __-__-______
> where _ can be any number from 0 to 9.
> 
> So that if the user click in the field and wirte 3 number it would look
> liike that
> 24-0_-______
> 
> U see wnat I mean...
> 
> I want it in one field.. don't tell me to make 3 fields
> except if you can make it change of field automatically...

Not automatically in the sense that FrmDoDialog will handle everything
for you.  Handle the events and move the focus to field 2 if field 1
is full, then when field 2 is full, shift focus to field 3.  (there is
a FxxSetFocus call, and you will have to detect the lengths yourself).

Sorry, but you have to write some of your own code to do this.

> To say short I need a edit mask for the field...
> Is there any way to make one...
> 
> Ho by the way... Im using Palm OS 3.1.1
> And I can't upgrade for 3.5 ( Damn IIIe )

Applies to Visors too, particularly annoying since I am doing 4bpp
grayscale which the hardware can do, but only 3.3+ supports.

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to