is it possible to show an alert from another ResourceDatabase, loaded with DmGet1Resource ?
Code example:
DmOpenRef dmRef = DmOpenDatabase(cardNo, dbID, dmModeReadOnly);
MemHandle handle = DmGet1Resource('Talt', resID);
if(!handle) handle = DmGet1Resource('aalt', resID); // OS5if(handle){
// Show the Alert (somehow) ???
}
DmReleaseResource(handle); DmCloseDatabase(dmRef);
Thanks, Bjoern
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
