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/

Reply via email to