|
|
|||||
Introducing PTWin32 |
There
are number circumstances in PTWin32 where the space for a field on the screen is
not large enough to show the entire potential space provided by the field. A
good example would be a Memo field that can contain an unlimited amount
of text. In this instance there would be no way for us to make the field big
enough on the screen to display its potential contents. When
we design PTWin32 products we must reach a balance between function and
usability. Just
because we can store a number with 15 digits to the right of the decimal
point doesn’t mean it’s reasonable to display that many numbers in PTWin32.
Especially when most users don’t use more than 4 digits. But that doesn’t
mean you can’t use those 15 digits if you need them.
|
||||