ComboBox troubles
ComboBox troubles
- Subject: ComboBox troubles
- From: Andrew Merenbach <email@hidden>
- Date: Sat, 27 Jul 2002 22:36:55 -0700
I had a text field in my program, and I wanted it to remember a list of
the previous entries, so I replaced it with a combo box. I was getting
an error in the console, so I tried removing all the code from my
IBAction method. For some reason, however, each time the default button
is clicked, I still get the following in the console:
*** malloc_zone_calloc[1031]: arguments too large: 1,-503316296
This does not occur when I replace the combo box with a text field once
again. Is there something I need to do with memory before I use the
combo box?
Take care,
Andrew Merenbach
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.