At 12:25am -0800 00-01-13, Palm Developers Forum List wrote:
>Date: 11 Jan 2000 11:09:19 -0800
>From: [EMAIL PROTECTED] (Jeffrey Pahren)
>Subject: FrmCustomAlert causes crash
>
>I have a very straightforward call to FrmCustomAlert():
>
>FrmCustomAlert(NameAlert, FullName, " ", " ");
>
>This works properly for me 99.9% of the time.  I have one case, where
>FullName > 200 characters long, that causes a crash with the following
>message in POSE:
>
>"...just written directly to memory manageer data structures".
>
>I see nothing in the docs or books that says there is a limit on the
>length of the string being passed in.  Is there one?  If so, what is it?

What version of the OS are you running under when this happens? I 
know of one problem that can occasionally happen when an alert winds 
up with 10 (9?) lines of text. The alert code has a bug where it 
winds up calculating the top of the alert form as being at a negative 
coordinate, so the low-level drawing code (the line blitting code, 
IIRK) triggers a Poser error message when it tries to draw the frame 
for the alert.

-- Ken

Ken Krugler
TransPac Software, Inc.
<http://www.transpac.com>
+1 530-470-9200

Reply via email to