Steve Mann wrote: > > >Not exactly. The version showed by the launcher is the version > >resource and is a string. Where as the version no. set by > >DmDatabaseInfo is a UInt and stored in the database header. > > That makes more sense, but it doesn't answer the question as to how > the App Launcher uses that to calculate the version number it shows. > Our PDB file has its own creator code so that users can delete the > PRC and not the PDB. Setting the PDB version # to anything other than > zero results in Launcher showing V 3.5 for the version info. Another email in this thread answered your question. The App Launcher uses the tver resource from the resource database of your application to display the version. So, when you just have a PDB for that creator id then you don't have a tver resource, so my quess is that the behavior is undefined. Maybe someone else can commit on this. Maybe what you need to do is creat a resource database dynamically and create a tver resource in it with your version number. Brian __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
