Thank you all for your help.
Thank you Chris. I copied SetFieldTextFromHandle like a monkey (from PalmOs
Developer's Guide),
without much thinking. Now, with your help, the Restaurant moves quickly,
like a true software
for Palm Computing(R) Platform. Thanks again.
>From Chris mail:
"Inside RestaurantFormHandler() you call:
SetFieldTextFromStr(FldRestaurantName, (CharPtr)theRestaurant.name);
SetFieldTextFromStr(FldRestaurantAddress, (CharPtr)theRestaurant.address);
Which in turn calls SetFieldTextFromHandle(), which calls FldDrawField().
Hence, those two fields get drawn before your FrmDrawForm()."
Thank you John for the beep hint. I used ErrDisplay but too much clicking on
OK button.
I should also have a Copilot compiled to use the beep until I'll buy my Palm
(or the Pose
will have sound). Good idea.
Thank you Keith for keeping the emulator running. This way I could dream to
my future Palm IIIx
and already developping applications for it (or try to develop, actually :)
). Keep up the
good job.
Thanks to all of you, I'll give a sign when the Restaurant is ready for
public use... I hope soon.
All the best,
Dan Laba.