I means exactly what the error states. Your app is locking a handle too many times, most likely locking it and never unlocking it. Check your code. ----- Original Message ----- From: "Seeley, Steve E" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 4:54 PM Subject: "Chunk over-locked" run time error when calling CategorySelect() more than 13 times > Hi > > I'm hoping someone could give me an idea what type of bug causes a > "MemoryMgr.c, Line 2765 Chunk over-locked" run time error? Everything works > just as it should using my category trigger list. That is until the trigger > has been selected for the 14th time. Then at the 14th select I get this > "Chunk over-locked" run time error. > > If I change the last parameter for the call to > CategorySelect(BatchesDB, formP, catBatches, catList, true, > &CurrentCategory, CategoryName, 1, strCatEdit); from strCatEdit to 0 > everything truly works as it should allowing unlimited trigger selects. > strCatEdit is defined in my resource file as "STRING ID strCatEdit "New > Category"". As best as I can tell the code below using strCatEdit resource > should not be having a problem. Any ideas as to why? > > Thanks for any insight, > Steve > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
