It doesn't matter whether you use them. Those functions are how anything accesses a resource. So, combine the notes in those functions about how the order that resource databases are opened makes a difference, with the fact that you said you have an external resource DB open, and tada you have the answer to your question.
"Chris Apers" <[EMAIL PROTECTED]> wrote in message news:113393@palm-dev-forum... > > Ok, i know how these functions work. But i don't use them, i use : > > frmP = FrmInitForm (AboutForm); > FrmDoDialog (frmP); // Display the About Box. > FrmDeleteForm (frmP); > > Is FrmDoDialog (and FrmDrawForm) search elements to draw with DmGetResource, > and so can draw parts that are not in the same resource DB ? > > Perhaps i have to open the external resource DB only when i need > to access it to prevent this ? > > thanks for your help > > > Read the docs on DmGetResource and DmGetResource1, etc. > > > > > > > > Hi, > > > > > > I have a problem with my application. > > > I have a build-in resource and an external resource DB > > > opened. > > > > > > But when i want to display a modal form containing > > > a family icon (1100) the drawn family icon is from > > > the other resource DB. > > > > > > Do you know why ? > > > > > > > > > Thanks for all your previous help ! > > > Chris > > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
