From: Fergal Moran
Hi all,
Forgive obvious beginner questions but I have spent the morning on the 3com
and metrowerks sites looking for answers.
I have created a new application with CW Lite using the 3.1 stationery.
I am trying to add a custom about screen and have opened the .rsrc file in
the constructor and created a new form.
Then I modified the MainFormDoCommand handler and removed the line
AbtShowAbout (appFileCreator);
and added the lines
FormPtr frm;
frm = FrmInitForm(AboutForm);
FrmDoDialog(frm);
However when I make and debug the application I still
get the original about form. I have stepped
through the code and the modified handler
is being called with the modified lines of code.
I have also checked the .h file and AboutForm is
in their with a correct and unique ID.
Curious - I tried adding another item to the mainform
menu as documented in the MemoPad tutorial and this did
not show up either when I re-built and debugged the app
there was again no show.
What am I doing wrong folks?
Regards,
Fergal.
---
You are currently subscribed to palm-dev-forum as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
For more information on the Palm Developer Forum's, see
<http://www.palm.com/devzone/mailinglists.html>