> From: Richard Hartman [mailto:[EMAIL PROTECTED]]
> you can compile Rez code into your resource, but you
> can not make the Rez code the "source" for your resource
We use Rez for all: alerts, menus, strings ('tSTR'), app icon name ('tAIN'),
version string ('tver'), and the 3.5 default launcher category resource
('taic'). Using textual Rez files for these is easier than using
Constructor and works well with revision control software, especially for
viewing diffs.
We use Constructor only for forms, bitmaps, and icons.
Also, we use Rez in a few places for individual form objects that would be a
pain to edit in Constructor, such as a popup list of all 50 US states. If
you define an individual (say) 'tLST' object in Rez, the post-linker will
integrate it into the rest of the form that was built in Constructor.
-slj-
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html