>From: Danny Epstein <[EMAIL PROTECTED]> >Date: Fri Aug 2, 2002 11:36 am >Subject: RE: ROM Vs. RAM Resources
>> I have a sharable library that puts up its own UI. >> It's usually in ROM. When an updated copy of the >> shared library is loaded into RAM, >> the new RAM code executes, but the UI resources are >> retrieved from ROM. >How are you opening your database? If you use >DmGetNextDatabaseByTypeCreator >with latestVers = true, it'll use whichever database >has a higher version >number in its header. If they're the same, it'll use >the one in RAM. >- >Danny I'm not opening any database explicitly - this is the DEFAULT behavior - system-provided help text dialogs pick up their text from ROM instead of RAM. -Ron __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
