Groups > Palm OS > Bluetooth Forum > Re: problem with the error manager in Palm T/X




Re: problem with the error manager in Palm T/X

Re: problem with the error manager in Palm T/X
Mon, 25 Dec 2006 22:19:55 -060
Palm engineers, apparently, thought it was a nice idea to do that. You can:
1. install debugPrefs
OR
2. patch out SysFatalAlert and make it display a message
OR
3. use ErrAlertCutsom() followed by SysReset() instead of SysFatalAlert

On 12/25/06, David <castanodavid@gmail.com> wrote:
>
> I´have developed an app on Palm OS and I want to debug the program filling
> some code with ErrFatalDisplayIf an ErrNonFatalDisplayIf, but I just can´t
> make them work. I mean I do know how to write the code, but when I run the
> app, it doesn´t show any dialog informing about errors, it only soft
resets
> the device and that´s it. Have anyboy worked with this??? Please help !
How
> does this work??????
> --
> For information on using the PalmSource Developer Forums, or to
> unsubscribe, please see http://www.palmos.com/dev/support/forums/
>



-- 
Best Regards, Dmitry Grinberg
Software Engineer, http://PalmPowerups.com
(847) 226 9295
AIM: DmitryGrinberg
MSN: dmitrygr@attbi.com
ICQ: 165589894
Y! IM: dmitrygr2003
Post Reply
problem with the error manager in Palm T/X
Tue, 26 Dec 2006 00:15:54 -000
I´have developed an app on Palm OS and I want to debug the program filling some
code with ErrFatalDisplayIf an ErrNonFatalDisplayIf, but I just can´t make them
work. I mean I do know how to write the code, but when I run the app, it
doesn´t show any dialog informing about errors, it only soft resets the device
and that´s it. Have anyboy worked with this??? Please help ! How does this
work??????
Post Reply
Re: problem with the error manager in Palm T/X
Tue, 26 Dec 2006 15:22:59 -060
debugPref is an app in the developer toolkit from PalmOne. error manager is
for backwards compatibility, i suppose.

On 12/26/06, David Castaño <castanodavid@gmail.com> wrote:
>
> Thanks for your answer, but what for is the error manager then??? And what
> is debugPrefs?
>
> On 12/25/06, Dmitry Grinberg <dmitrygr@gmail.com> wrote:
>
> > Palm engineers, apparently, thought it was a nice idea to do that.
You
> > can:
> > 1. install debugPrefs
> > OR
> > 2. patch out SysFatalAlert and make it display a message
> > OR
> > 3. use ErrAlertCutsom() followed by SysReset() instead of
SysFatalAlert
> >
> > On 12/25/06, David <castanodavid@gmail.com > wrote:
> > >
> > > I´have developed an app on Palm OS and I want to debug the
program
> > > filling some code with ErrFatalDisplayIf an ErrNonFatalDisplayIf,
but I just
> > > can´t make them work. I mean I do know how to write the code, but
when I run
> > > the app, it doesn´t show any dialog informing about errors, it
only soft
> > > resets the device and that´s it. Have anyboy worked with this???
Please help
> > > ! How does this work??????
> > > --
> > > For information on using the PalmSource Developer Forums, or to
> > > unsubscribe, please see
http://www.palmos.com/dev/support/forums/
> > >
> >
> >
> >
> > --
> > Best Regards, Dmitry Grinberg
> > Software Engineer, http://PalmPowerups.com
<http://palmpowerups.com/>
> > (847) 226 9295
> > AIM: DmitryGrinberg
> > MSN: dmitrygr@attbi.com
> > ICQ: 165589894
> > Y! IM: dmitrygr2003 -- For information on using the PalmSource
Developer
> > Forums, or to unsubscribe, please see
> > http://www.palmos.com/dev/support/forums/
>
>
>
>
> --
> David Castaño Albán -- For information on using the PalmSource Developer
> Forums, or to unsubscribe, please see
> http://www.palmos.com/dev/support/forums/




-- 
Best Regards, Dmitry Grinberg
Software Engineer, http://PalmPowerups.com
(847) 226 9295
AIM: DmitryGrinberg
MSN: dmitrygr@attbi.com
ICQ: 165589894
Y! IM: dmitrygr2003
Post Reply
Re: problem with the error manager in Palm T/X
Tue, 26 Dec 2006 15:55:29 -050
Thanks for your answer, but what for is the error manager then??? And what
is debugPrefs?

On 12/25/06, Dmitry Grinberg <dmitrygr@gmail.com> wrote:
>
> Palm engineers, apparently, thought it was a nice idea to do that. You
> can:
> 1. install debugPrefs
> OR
> 2. patch out SysFatalAlert and make it display a message
> OR
> 3. use ErrAlertCutsom() followed by SysReset() instead of SysFatalAlert
>
> On 12/25/06, David <castanodavid@gmail.com> wrote:
> >
> > I´have developed an app on Palm OS and I want to debug the program
> > filling some code with ErrFatalDisplayIf an ErrNonFatalDisplayIf, but
I just
> > can´t make them work. I mean I do know how to write the code, but when
I run
> > the app, it doesn´t show any dialog informing about errors, it only
soft
> > resets the device and that´s it. Have anyboy worked with this???
Please help
> > ! How does this work??????
> > --
> > For information on using the PalmSource Developer Forums, or to
> > unsubscribe, please see http://www.palmos.com/dev/support/forums/
> >
>
>
>
> --
> Best Regards, Dmitry Grinberg
> Software Engineer, http://PalmPowerups.com
<http://palmpowerups.com/>
> (847) 226 9295
> AIM: DmitryGrinberg
> MSN: dmitrygr@attbi.com
> ICQ: 165589894
> Y! IM: dmitrygr2003 -- For information on using the PalmSource Developer
> Forums, or to unsubscribe, please see
> http://www.palmos.com/dev/support/forums/




-- 
David Castaño Albán
Post Reply
Re: problem with the error manager in Palm T/X
Tue, 26 Dec 2006 17:35:30 -050
could u please tell me how to get it(debugPrefs), because since yesterday I
donñt have access to the pluggedin program. is there where u get it?

On 12/26/06, Dmitry Grinberg <dmitrygr@gmail.com> wrote:
>
> debugPref is an app in the developer toolkit from PalmOne. error manager
> is for backwards compatibility, i suppose.
>
> On 12/26/06, David Castaño < castanodavid@gmail.com> wrote:
> >
> > Thanks for your answer, but what for is the error manager then??? And
> > what is debugPrefs?
> >
> >  On 12/25/06, Dmitry Grinberg < dmitrygr@gmail.com> wrote:
> >
> > > Palm engineers, apparently, thought it was a nice idea to do
that. You
> > > can:
> > > 1. install debugPrefs
> > > OR
> > > 2. patch out SysFatalAlert and make it display a message
> > > OR
> > > 3. use ErrAlertCutsom() followed by SysReset() instead of
> > > SysFatalAlert
> > >
> > > On 12/25/06, David <castanodavid@gmail.com > wrote:
> > > >
> > > > I´have developed an app on Palm OS and I want to debug the
program
> > > > filling some code with ErrFatalDisplayIf an
ErrNonFatalDisplayIf, but I just
> > > > can´t make them work. I mean I do know how to write the
code, but when I run
> > > > the app, it doesn´t show any dialog informing about errors,
it only soft
> > > > resets the device and that´s it. Have anyboy worked with
this??? Please help
> > > > ! How does this work??????
> > > > --
> > > > For information on using the PalmSource Developer Forums, or
to
> > > > unsubscribe, please see
http://www.palmos.com/dev/support/forums/
> > > >
> > >
> > >
> > >
> > > --
> > > Best Regards, Dmitry Grinberg
> > > Software Engineer, http://PalmPowerups.com
<http://palmpowerups.com/>
> > > (847) 226 9295
> > > AIM: DmitryGrinberg
> > > MSN: dmitrygr@attbi.com
> > > ICQ: 165589894
> > > Y! IM: dmitrygr2003 -- For information on using the PalmSource
> > > Developer Forums, or to unsubscribe, please see
> > > http://www.palmos.com/dev/support/forums/
> >
> >
> >
> >
> > --
> > David Castaño Albán -- For information on using the PalmSource
Developer
> > Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
> >
>
>
>
>
> --
> Best Regards, Dmitry Grinberg
> Software Engineer, http://PalmPowerups.com
<http://palmpowerups.com/>
> (847) 226 9295
> AIM: DmitryGrinberg
> MSN: dmitrygr@attbi.com
> ICQ: 165589894
> Y! IM: dmitrygr2003 -- For information on using the PalmSource Developer
> Forums, or to unsubscribe, please see
> http://www.palmos.com/dev/support/forums/
>



-- 
David Castaño Albán
Post Reply
about | contact