Could somebody tell me how these can be done.  Pointers, links to
web-resources, feasibility (as to whether I am even of the right path) would
help.


(ii) Which library/API should I use to programatically set Prefs - Network -
Service, Connection type (and other parameters on this screen).  [I looked
at PrefSetPreferences and I am clear on how to set stuff like Sound level
etc. but no reference for this]
Which API shoud I use to programatically set Prefs - Button - HotSync (i.e
Customize the HotSync button)

(ii) Objective - Include one Palm app (say app2) inside another Palm app
(say app1) and have both installed once the first app1 is installed.  Can be
either automatically or either by an explicit action through app1.  We want
to do this for the ease of installation in the field typically by folks who
are not very computer literate.

My thinking was that since an app is a resource(s) somehow include this in a
Codewarrior project file using a .r resource file and subsequently gain
access to it (don't know how) and use DmCreateDatabaseFromImage to create
the other app.

I tried creating a .r file using the instructions from Palm Knowledge (#1104
- What is a .r resource file ...) base but didn't to get it right.  I tried
a test1.r with the test-case contents as 

read 'mine' (3124) "app2.prc";

and included this in a Codewarrior project file for app1 and get the
following error:

Link Error:  Error while creating/copying resource fork
Link Error:  Error while saving resources

How do I include a exisiting pdb or prc file as part of a Codewarrior and
how do I access this data and create this separate app.

Thank you - Srinivas ([EMAIL PROTECTED])

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

Reply via email to