Hi all,

I have an odd bug that seems to only affect my app on PalmOS2.0.  It seems
that when I attempt to select a new category, the chunk is being locked and
not released.  I can select new categories about 12-13 times before I max
out and get a "chunk over-locked" error which crashes the application.  I
removed all of the additional function calls and have no records in the
application database.  I am calling the following function on a control
select event for the category pop-up trigger:

category = gPrefs.currCategory; // current category
frmP = FrmGetActiveForm();
categoryEdited = CategorySelect(gAppDBRef, frmP, MainCategoryPopTrigger,
MainCategoryList, true, &category, gCategoryName, 1, AccountEditString);

AccountEditString is in the resource as requested by OS.  Does this not work
in OS2.0.  The docs seem to suggest it should.

Thanks for any help.
Elia

Reply via email to