Re: Problem creating dynamic form controls

2002-07-11 Thread Mark Biek
I wanted to mention this in this thread as well. So far this problem only ocurrs on devices like the Treo 270 and the m515 (w/ Bluetooth) while networking is enabled. So it seems like the networking is eating up memory somewhere. I just can't figure out where. Mark Biek [EMAIL PROTECTED]

RE: Problem creating dynamic form controls

2002-07-10 Thread Kevin OKeefe
Each time you add a new object to the form, the passed in form pointer can change. If you are hanging on to the original pointer somehow, and then using it later, this could be a source of trouble Kevin -Original Message- From: Mark Biek [mailto:[EMAIL PROTECTED]] Sent:

Re: Problem creating dynamic form controls

2002-07-10 Thread Steve Mann
I have a form that I display in my program at various points that is created completely dynamically. For the most part it's pretty basic, just a field and ok/cancel buttons. However there are certain instances where I create the form and I get an Invalid Chunk Ptr error on my second or third

Re: Problem creating dynamic form controls

2002-07-10 Thread Mark Biek
Steve- I am indeed keeping track of the new form pointer as I create objects. Mark Steve Mann [EMAIL PROTECTED] wrote in message news:90772@palm-dev-forum... I have a form that I display in my program at various points that is created completely dynamically. For the most part it's