Subject: Constructor modifications are not being reflected on the screens.
From: "shekar" <[EMAIL PROTECTED]>
Date: Tue, 30 Nov 2004 02:36:01 -0000

I inherited a project from another developer. There are a lot of forms created using constructor (Metrowerks codewarrior).

Any change I make to any of the screens shows up in the constructor (and the resource header files contains the #defines for any newly created controls that I add to a form) but does not show up in the emulator when I run the application.

The Constructor generates RSRC as well as H files, and the actual form definitions are in the RSRC file. So it is likely you are linking in an old RSRC file.


Instead of loading the Constructor directly, do it by double-clicking on the RSRC file from within Codewarrior. That way you'll see the actual RSRC file that is being linked in.




Roger Stringer Marietta Systems, Inc. (www.rf-tp.com)



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

Reply via email to