home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rutgers!cbmvax!peter
- From: peter@cbmvax.commodore.com (Peter Cherna)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Boopsi custom gadget problem
- Message-ID: <34939@cbmvax.commodore.com>
- Date: 8 Sep 92 17:42:46 GMT
- References: <34759@cbmvax.commodore.com> <1992Sep4.095309.642@csc.canterbury.ac.nz>
- Reply-To: peter@cbmvax.commodore.com (Peter Cherna)
- Organization: Commodore-Amiga, Inc. West Chester, PA.
- Lines: 25
-
- In article <1992Sep4.095309.642@csc.canterbury.ac.nz> cree@elec.canterbury.ac.nz (Michael Cree) writes:
- >Peter Cherna (peter@cbmvax.commodore.com) wrote:
- >: In article <1992Aug31.134444.571@csc.canterbury.ac.nz> cree@elec.canterbury.ac.nz (Michael Cree) writes:
- >: >I am having a problem implementing a string gadget as a subclass of
- >: >'strgclass'.
- >
- >Mismatched FreeMem size 15!
- >Original allocation: 20 bytes from A:0xFEBFD4 C:0xFD8468 Task 0x30118
- >Testing with original size.
-
- The problem was found to be that Intuition limits the buffer length
- of an integer string gadget to 15. If a boopsi strgadclass object
- has a STRINGA_MaxChars of > 15, this problem will occur. STRINGA_MaxChars
- should be set to 15 or less when using an integer gadget.
-
- (Note: we're referring to boopsi here, not GadTools).
-
- >Michael Cree Gold there is
-
- Peter
- --
- Peter Cherna, User Interface Development Group, Commodore-Amiga, Inc.
- {uunet|rutgers}!cbmvax!peter peter@cbmvax.commodore.com
- My opinions do not necessarily represent the opinions of my employer.
- "I believe it's bad luck to be superstitious."
-