Sebastian
2009-08-13 20:21:30 UTC
Hi,
as RB deprecated the EditField in RB 2009 Rel3, how could we further
use the pgSQLfield?
Marc, could you implement two kinds of it (Area and Field) or is there
another way to keep it running?
Regards
Sebastian
as RB deprecated the EditField in RB 2009 Rel3, how could we further
use the pgSQLfield?
Marc, could you implement two kinds of it (Area and Field) or is there
another way to keep it running?
Regards
Sebastian
The Editfield control has been deprecated. It has been replaced by
the new controls,
TextField and TextArea. We did this because on all three platforms,
two controls are
provided for text editing and we can provide you with better
controls if we have two
that map to the two native controls on each platform. When you open
your project in
R3, REALbasic will ask you if you would like it to change your
Editfield controls into
TextField or TextArea controls if the Multiline property is true. If
you are setting the
Multiline property to true or false at runtime, you will need to
make some changes to
your code to use TextField and TextArea.
the new controls,
TextField and TextArea. We did this because on all three platforms,
two controls are
provided for text editing and we can provide you with better
controls if we have two
that map to the two native controls on each platform. When you open
your project in
R3, REALbasic will ask you if you would like it to change your
Editfield controls into
TextField or TextArea controls if the Multiline property is true. If
you are setting the
Multiline property to true or false at runtime, you will need to
make some changes to
your code to use TextField and TextArea.