Re: SysFatalAlert?

2008-02-29 Thread Roger Stringer
At 03:15 AM 2/29/2008, you wrote: Subject: Re: SysFatalAlert? From: "karthik" <[EMAIL PROTECTED]> Date: Thu, 28 Feb 2008 03:27:22 -0800 X-Message-Number: 6 Thanks for your replies, i will search if any NULL values return in my code after i mail u. thank u once again. Actua

Re: SysFatalAlert?

2008-02-28 Thread karthik
Thanks for your replies, i will search if any NULL values return in my code after i mail u. thank u once again. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: SysFatalAlert?

2008-02-28 Thread Helmut A. Bender
Hi Karthik, MemoryMgr.c ist part of the Palm OS; this is where the error is thrown. Your code uses at some point a NULL value with a system function where no NULL value is allowed. Am Donnerstag, 28. Februar 2008 11:53:41 schrieb Jayaseelan Vaiyapuri: > hi karthik, > > U just check in ur code

Re: SysFatalAlert?

2008-02-28 Thread Jayaseelan Vaiyapuri
hi karthik, U just check in ur code where the NULL value occurs... Dont think about MemoryMgr.C.. On Thu, Feb 28, 2008 at 4:21 PM, Karthik Jaganathan <[EMAIL PROTECTED]> wrote: > > > -- > Thanks for your reply jayaseelan, actually i can't understand what does > mea

RE: SysFatalAlert?

2008-02-28 Thread Karthik Jaganathan
Thanks for your reply jayaseelan, actually i can't understand what does meant the file MemoryMgr.c, because i dont have such kind of file. Thanks again. _ Tried the new MSN Messenger? It’s cool! Download now. http://messenger.msn.

Re: SysFatalAlert?

2008-02-28 Thread Jayaseelan Vaiyapuri
th this message: > > Untitled (unknown version) called SysFatalAlert with the message: " > MemoryMgr.c,Line:4340, NULL handle". > > What does it mean? And how can i name the application? please reply for > this > Thanks & Regards, > karthik.j > -- > For informat

SysFatalAlert?

2008-02-28 Thread karthik
Hi everyone, When running my application in Garnet OS Development Suit, i am getting a pop up window with this message: Untitled (unknown version) called SysFatalAlert with the message: "MemoryMgr.c,Line:4340, NULL handle". What does it mean? And how can i name the application? pl

RE: Help with drawing and removing text on the screen. Getting SysFatalAlert.

2007-01-05 Thread Ron
Thank you very much John. That was indeed the problem! Cheers -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Help with drawing and removing text on the screen. Getting SysFatalAlert.

2007-01-05 Thread John Sutton
Ron, I can't see you unlock the handle anywhere? MemHandleLock and MemHandleUnlock should be used in pairs. I think you need MemHandleUnlock(tbH) somewhere in your code. Regards John __ This email has been scanned by the Message

Help with drawing and removing text on the screen. Getting SysFatalAlert.

2007-01-05 Thread Ron
Greetings all, I hope your New Years went well. I have written code to dynamically draw text and remove that text when the page is changed. However after a few page changes I will get this error: - TestGen (unknown version) called SysFatalAlert with the message

Re: myapp(1.0) called SysFatalAlert with the message "Control.c line:543 "Not a Control Object"

2004-12-16 Thread Manpreet Singh
for instance. Bob. > > Manpreet Singh wrote: > > >I am facing a strange problem for the last two months in my application, > >when I try to debug on palm os emulator 4.21, > >Palm emulator flags an error "myapp(1.0) called SysFatalAlert with the > >message "Contr

Re: myapp(1.0) called SysFatalAlert with the message "Control.c line:543 "Not a Control Object"

2004-12-06 Thread Ben Combee
At 11:02 PM 12/5/2004, you wrote: I am facing a strange problem for the last two months in my application, when I try to debug on palm os emulator 4.21, Palm emulator flags an error "myapp(1.0) called SysFatalAlert with the message "Control.c line:543 "Not a Control Object" Wh

Re: myapp(1.0) called SysFatalAlert with the message "Control.c line:543 "Not a Control Object"

2004-12-06 Thread Robert Moynihan
nths in my application, when I try to debug on palm os emulator 4.21, Palm emulator flags an error "myapp(1.0) called SysFatalAlert with the message "Control.c line:543 "Not a Control Object" What I am trying to de is just setting the label to a new text string. Running on simu

myapp(1.0) called SysFatalAlert with the message "Control.c line:543 "Not a Control Object"

2004-12-05 Thread Manpreet Singh
I am facing a strange problem for the last two months in my application, when I try to debug on palm os emulator 4.21, Palm emulator flags an error "myapp(1.0) called SysFatalAlert with the message "Control.c line:543 "Not a Control Object" What I am trying to de is just settin

Re: MemoryMgr.c Line 4365 SysFatalAlert

2004-04-24 Thread Steve A
TED] > I'm added support for double-density graphics to our app (using bitmap > families). Wow! It was so easy. I modified about 10 of the bitmaps and > it was working wonderfully. > > However, when I added another bitmap, the app crashed with "...called > SysFatalAlert with

Re: MemoryMgr.c Line 4365 SysFatalAlert

2004-04-22 Thread Steve A
t; From: "Steve A" <[EMAIL PROTECTED]> > Newsgroups: palm-dev-forum > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Thursday, April 22, 2004 5:59 PM > Subject: MemoryMgr.c Line 4365 SysFatalAlert > > > > I'm added support for double-densit

Re: MemoryMgr.c Line 4365 SysFatalAlert

2004-04-22 Thread Chris Apers
, April 22, 2004 5:59 PM Subject: MemoryMgr.c Line 4365 SysFatalAlert > I'm added support for double-density graphics to our app (using bitmap > families). Wow! It was so easy. I modified about 10 of the bitmaps and > it was working wonderfully. > > However, when I added another bit

MemoryMgr.c Line 4365 SysFatalAlert

2004-04-22 Thread Steve A
I'm added support for double-density graphics to our app (using bitmap families). Wow! It was so easy. I modified about 10 of the bitmaps and it was working wonderfully. However, when I added another bitmap, the app crashed with "...called SysFatalAlert with the message: "Me

Re: Cobalt and SysFatalAlert

2004-02-28 Thread Ben Combee
At 03:37 PM 2/28/2004, you wrote: Hi, I have been using SysFatalAlert for years to quickly debug my application. I would use that to essentially print information in a dialog. In previous versions of the OS I would call SysFatalAlert, see the information, then then press the ignore button and

Cobalt and SysFatalAlert

2004-02-28 Thread Mike McCollister
Hi, I have been using SysFatalAlert for years to quickly debug my application. I would use that to essentially print information in a dialog. In previous versions of the OS I would call SysFatalAlert, see the information, then then press the ignore button and then continue with my application

App calling SysFatalAlert

2003-07-15 Thread Stark Matthews
I followed the directions in the Palm OS Bible, and the PilRC documentation. I think I did everything right, but when I load my app into POSE and run it I get a debug error. call SysFatalAlert with the message: "HwrRes.c, Line:69, Form rsrc not found". Can someone tell me what causes

Success RE: SysFatalAlert - "Font.c, Line:248, Invalid font"

2003-03-14 Thread Mark Mastroieni
I removed the "FONT 10" from the list definition in the .rcp file, and it seems to have solved my problem! LIST "Actions" ID ActionList AT (10 60 50 AUTO) VISIBLEITEMS 5 FONT 10 Thanks a lot! This will make debugging the rest of the code much simpler... ;-) Thanks again, Mark Mastroieni PalmP

RE: SysFatalAlert - "Font.c, Line:248, Invalid font"

2003-03-14 Thread Keith Rollin
r the font ID for the list? -- Keith Rollin -- Palm OS Emulator engineer > -Original Message- > From: Mark Mastroieni [mailto:[EMAIL PROTECTED] > Sent: Friday, March 14, 2003 2:36 PM > To: Palm Developer Forum > Subject: Re: SysFatalAlert - "Font.c, Line:248, Invalid fo

Re: SysFatalAlert - "Font.c, Line:248, Invalid font"

2003-03-14 Thread Mark Mastroieni
I never explicitly call FntSetFont() in my code, but here's what I found when I tried to narrow the error down... I first get the font.c error when I call LstSetListChoices for the first time to display a list on my form: 95 LstSetListChoices(lstP,processListItems,numChoices); after which I

Re: SysFatalAlert - "Font.c, Line:248, Invalid font"

2003-03-14 Thread Keith Rollin
At 11:21 AM -0800 3/14/03, Mark Mastroieni wrote: >>> [EMAIL PROTECTED] 03/14/03 10:50 AM >>> >> I'm getting this error every time I use WinDrawChars to put text on my form. did you set the font to something? maybe the font isn't installed/initialized? look for a FntSetFont() call in your code.

Re: SysFatalAlert - "Font.c, Line:248, Invalid font"

2003-03-14 Thread Mark Mastroieni
>>> [EMAIL PROTECTED] 03/14/03 10:50 AM >>> >> I'm getting this error every time I use WinDrawChars to put text on my form. >did you set the font to something? maybe the font isn't installed/initialized? >look for a FntSetFont() call in your code. I don't set the font; do I need to be explicitly

Re: SysFatalAlert - "Font.c, Line:248, Invalid font"

2003-03-14 Thread Aaron Ardiri
> I'm getting this error every time I use WinDrawChars to put text on my form. > It's become a major annoyance, but I'm not sure what it's referring to or how > to fix it. I'm unsure where to access Font.c, to even figure out what the > possible problem might be... did you set the font to somethi

SysFatalAlert - "Font.c, Line:248, Invalid font"

2003-03-14 Thread Mark Mastroieni
I'm getting this error every time I use WinDrawChars to put text on my form. It's become a major annoyance, but I'm not sure what it's referring to or how to fix it. I'm unsure where to access Font.c, to even figure out what the possible problem might be... Any assistance/hints would be appre

Re: SysFatalAlert on FrmGetNumberOfObjects and dynamic labels

2003-03-12 Thread Ken Krugler
ting this error: SysFatalAlert with the message: MemoryMgr.c,...free ptr The error occurred while the emulator was calling the function "FrmGetNumberOfObjects" Another weird thing is that I basically copied this code from another form that's doing the same thing (dynamically generating n

SysFatalAlert on FrmGetNumberOfObjects and dynamic labels

2003-03-11 Thread Brian Preston
ting this error: SysFatalAlert with the message: MemoryMgr.c,...free ptr The error occurred while the emulator was calling the function "FrmGetNumberOfObjects" Another weird thing is that I basically copied this code from another form that's doing the same thing (dynamically generat

Newbie at first SysFatalAlert, unable to open form!

2003-02-19 Thread Stephen Sciberras
? Secondly, my application does not seem to load any form. I have tried playing about, but I know the code should be right, as I pasted it from a standard code. I really cannot find the fault. My POSE (sony) is stating "called SysFatalAlert with the message "MemoryMgr.c Line 4365, NULL handle&qu

Re: SysFatalAlert : Can't find Mathlib

2003-01-31 Thread Dennis Leas
ennis Leas --- [EMAIL PROTECTED] - Original Message - From: "Brian Preston" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 10:20 AM Subject: Re: SysFatalAlert : Can't find Mathlib >

Re: SysFatalAlert : Can't find Mathlib

2003-01-31 Thread Brian Preston
nction > > returns radian which I then have to convert to > > degrees. > > > > In the meantime while I'm trying to get Mathlib > > working, I've been using the fdlibm.h and just > > including the 2-3 c files I need from there. But the > > atan2() f

Re: SysFatalAlert : can't find MathLib

2003-01-31 Thread Chris Apers
Did you install Mathlib.prc on your device ? - Original Message - From: "Brian Preston" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 3:14 PM Subject: SysFatalAlert : can't find MathLib > I&#

SysFatalAlert : can't find MathLib

2003-01-31 Thread Brian Preston
I'm trying to use MathLib (obviously). I've followed the directions on how to include it from their site, which is basically including the following code in the AppStart() Err error; error = SysLibFind(MathLibName, &MathLibRef); if (error) error = SysLibLoad(LibType, MathLibCreator, &MathLibR

RE: SysFatalAlert Error

2002-09-25 Thread Kevin OKeefe
: Wednesday, September 25, 2002 11:51 AM To: Palm Developer Forum Subject: SysFatalAlert Error Hi all, I got a database problem that I can't find a way out: I created two VIEW in SQLServer to filter data that I needed for Palm. Then I used the "UC" utility to transfer data from the VI

SysFatalAlert Error

2002-09-25 Thread Lucy
or: ... called SysFatalAlert with the message: "DataMgr.c, Line:4546, Err setting rec info". Neither Continue or Debug works. I had to reset. If I use a non-debug rom, the app would hung. Any suggestions - Very much appraciated. __ Do you Yahoo!

Re: Question about a SysFatalAlert

2002-07-23 Thread Joe Malone
> > "Joe Malone" <[EMAIL PROTECTED]> wrote: > >> In a Palm OS app, all forms must be full screen width and bottom > >> justified. It's written in stone. --- Neil Rhodes <[EMAIL PROTECTED]> wrote: > Actually, a modal form can (and should be) inset two pixels from > the left, right, and bottom wi

Re: Question about a SysFatalAlert

2002-07-23 Thread Joe Malone
--- Brad Figler <[EMAIL PROTECTED]> wrote: > I am a little confused by this limitation becuase if I make the > form Modal and full width, bottom justified, the border is clipped? > Anyway around this??? A modal form has a 2 pixel frame, drawn *outside* the bounds of the form. Therefore, for a

Re: Question about a SysFatalAlert

2002-07-23 Thread Neil Rhodes
pixels from the left, right, and bottom without causing an error. This allows your form to display the border correctly. > > "Joe Malone" <[EMAIL PROTECTED]> wrote in message > news:91723@palm-dev-forum... >> >> --- Brad Figler <[EMAIL PROTECTED]>

Re: Question about a SysFatalAlert

2002-07-23 Thread Brad Figler
-- Brad Figler <[EMAIL PROTECTED]> wrote: > > I am getting a SysFatalAlert with the message: > > "Form.c, Line:840, Form must be bottom justified". > > In a Palm OS app, all forms must be full screen width and bottom > justified. It's written in stone. > &g

Re: Question about a SysFatalAlert

2002-07-22 Thread Joe Malone
--- Brad Figler <[EMAIL PROTECTED]> wrote: > I am getting a SysFatalAlert with the message: > "Form.c, Line:840, Form must be bottom justified". In a Palm OS app, all forms must be full screen width and bottom justified.

Question about a SysFatalAlert

2002-07-22 Thread Brad Figler
I am getting a SysFatalAlert with the message: "Form.c, Line:840, Form must be bottom justified". I am opening a Modal Dialog using FrmDoDialog on top of a form that was opened as "modal" using FrmPopupForm() ( has save background set to true ). Is this illegal

Re: .bmp causing a SysFatalAlert

2001-08-16 Thread David Fedor
>I placed a bitmap on a form using constructor, and im getting this >SysFatalAlert message when i load the form: > >SysFatalAlert with the message: "MemoryMgr.c" Line: 4365, NULL HANDLE The only place that FrmDrawForm calls MemHandleLock, at least in 4.0, is when trying t

.bmp causing a SysFatalAlert

2001-08-16 Thread James . Kummer
I placed a bitmap on a form using constructor, and im getting this SysFatalAlert message when i load the form: SysFatalAlert with the message: "MemoryMgr.c" Line: 4365, NULL HANDLE I have the image in a bitmap family and i have two brances a color and a gray. What is causing this,

Re: SysFatalAlert

2001-07-25 Thread Hal Mueller
At 4:26 PM -0500 7/24/01, [EMAIL PROTECTED] wrote: >-[name of application] v1.0 called SysFatalAlert with the message: "Form.c, >Line: 1728, Object not in form". > >What does this mean? I don't understand why it won't work on one but not >the other, is it

SysFatalAlert

2001-07-24 Thread James . Kummer
I building an app and i tested it out on the emulator. I first tested it on the m505 w/ color and 4.0 OS emulator and it ran fine with no problems. I then tested it on the PalmVx w/ 3.5 OS and it crashed and gave me this error message: -[name of application] v1.0 called SysFatalAlert with the

Deugging:Contacts(1.0) called SysFatalAlert with the >message: "HwrRes.c,

2001-07-24 Thread dele adedoyin
the book. >Contacts(1.0) called SysFatalAlert with the >message: "HwrRes.c, >Line:214,Menu rsrc not found". >Contacts(1.0) called SysFatalAlert with the message: >"MemoryMgrNew.c,Line:4128,Invalid handle". >Contacts(1.0) just read froim memory location >0

Re: FrmInitForm causes SysFatalAlert in MemMgr.c???

2001-07-18 Thread David Fedor
>I get an error:- >App called SysFatalAlert with the message: >"MemoryMgr.c, Line: 4340, NULL Handle" > >I've traced it to that FrmInitForm call, the formID is valid and it's the >first form initialised in the app through FrmGotoForm(). BTW, SDK version &

FrmInitForm causes SysFatalAlert in MemMgr.c???

2001-07-18 Thread Igor Mozolevsky
Hello, I've got:- _DEBUG(HostTraceOutputTL(appErrorClass,"Form id: %hu",pEvent->data.frmLoad.formID);) pForm = FrmInitForm(pEvent->data.frmLoad.formID); _DEBUG(HostTraceOutputTL(appErrorClass,"Got form pointer");) //<<-- Doesn't get here... I get an

Re: SysFatalAlert????

2001-05-27 Thread Madina
Dialog(frm); // Delete the info form. FrmDeleteForm(frm); handled = true; } return handled; - Original Message - From: santhosh <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Sent: Sunday, May 27, 2001 7:32 PM Subject: Re: SysFatalAlert > Hi Madina

Re: SysFatalAlert????

2001-05-27 Thread santhosh
Hi Madina Could you include the line of code which is responsible for the error in your message? the generic meaning of a null handle is that you are making an invalid referrence to a handle which is not initialised. Thanks, Santhosh Developers' Nation DTS Engineer Developers' Nation prov

SysFatalAlert????

2001-05-27 Thread Madina
Hi everyone, When running the practice application from CodeWarrior documentation, i am getting a pop up window with this message: Untitled (1.0) called SysFatalAlert with the message: "MemoryMgr.c, Line:4340, NULL handle". What does it mean? And how can i name the application?