Hi Michael
I think I am bit confuse.I go through all such kind of example provided with
SDK and I notice that every program is set first setting at start of
program and get it later
whenever want.But I don't want this think .
In my case I will First get setting if not found then I will set it.
So now when next time after some days when I run application that time I
will
get those which was set last time .
But if user want he can explicitly change that setting by changing in
setting panel.
So what do u think is this help me or in my case i have to use pdb only?
Regards,
Ravi
----- Original Message -----
From: "Michael Glickman" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Thursday, November 29, 2001 10:53 AM
Subject: RE: save setting without pdb file.
> I don't think so, otherwise it wouldn't
> a be used as Palm programming sample.
>
> A bad practice is leaving junk after you.
>
> Michael.
>
>
>
> -----Original Message-----
> From: Ravindra [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 29 November 2001 4:23 PM
> To: Palm Developer Forum
> Subject: Re: save setting without pdb file.
>
>
> Hi Michael ,
> Once again thanx very much.
> One more question creatorID is my application creator id right.But if I
> delete that application from device what will happened,that portion of
> memory will remain for ever right?
> so this may create problem ?
>
> Regards
> Ravi
> ----- Original Message -----
> From: "Michael Glickman" <[EMAIL PROTECTED]>
> To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Sent: Thursday, November 29, 2001 10:17 AM
> Subject: RE: save setting without pdb file.
>
>
> > Assuming your parameters are UInt32
> > this is as simple as that:
> >
> > static UInt32 creatorID = 'Ravi';
> >
> > Save features
> > FtrSet(creatorID, 1, par1);
> > FtrSet(creatorID, 2, par2);
> > FtrSet(creatorID, 3, par3);
> >
> > Retrieve features
> > FtrGet(creatorID, 1, &par1);
> > FtrGet(creatorID, 2, &par2);
> > FtrGet(creatorID, 3, &par3);
> >
> > Don't forget to change 'Ravi' by your creator ID.
> >
> > Michael
> >
> >
> >
> > -----Original Message-----
> > From: Ravindra [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, 29 November 2001 3:45 PM
> > To: Palm Developer Forum
> > Subject: Re: save setting without pdb file.
> >
> >
> > Hello Michael ,
> > Thanx for reply.
> > But in my setting user can access application any time not need to go
just
> > off screen .I want this store space till my aopplication is there in
> > device.So is this possible for my need?If yes then how to code it.
> > I want to remove that setting when my application is deleted so is it
> > possible?
> >
> > Regards,
> > Ravi
> >
> > ----- Original Message -----
> > From: "Michael Glickman" <[EMAIL PROTECTED]>
> > To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> > Sent: Thursday, November 29, 2001 9:36 AM
> > Subject: RE: save setting without pdb file.
> >
> >
> > > Hi Ravi
> > >
> > > An it really is !
> > > Look at Dot-Dot-Two (was it?) example in SDK.
> > > Here the settings are stored in a feature array.
> > > Another technique (3.3+?) is using a feature buffer.
> > >
> > > And your beloved data bases of course (all OS-s)!
> > >
> > > You only need to decide the mininum parameters
> > > you need to save for full reproduction -
> > > to make the user believe that you didn't
> > > quit at all but you simply went off-screen
> > > for a while.
> > >
> > > Cheers,
> > > M
> > >
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: Ravindra [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, 29 November 2001 2:38 PM
> > > To: Palm Developer Forum
> > > Subject: save setting without pdb file.
> > >
> > >
> > > Hi Friends,
> > > I want help if possible.
> > > In my application there are 3 settings value.I want that to be save
.It
> > may
> > > be change when user will change setting other wise originally saved
> > setting
> > > will be taken effecive.I don't want to use pd for this purpose.
> > > Sine i saw game demo where user can resume where he lest last time
,thst
> > > mean
> > > some where last game status was saved.So I think there must be some
way
> to
> > > save setting.
> > > So anybody knows it please let me know it?
> > >
> > > Thanx in advance.
> > >
> > > Regards
> > > Ravi
> > >
> > >
> > > --------------------------------------------------------------
> > > Nova Software, Mumbai, India
> > >
> > >
> > >
> > > --
> > > For information on using the Palm Developer Forums, or to unsubscribe,
> > > please see http://www.palmos.com/dev/tech/support/forums/
> > >
> > > --
> > > For information on using the Palm Developer Forums, or to unsubscribe,
> > please see http://www.palmos.com/dev/tech/support/forums/
> > >
> > >
> >
> >
> > --------------------------------------------------------------
> > Nova Software, Mumbai, India
> >
> >
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
> > please see http://www.palmos.com/dev/tech/support/forums/
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/tech/support/forums/
> >
> >
>
>
> --------------------------------------------------------------
> Nova Software, Mumbai, India
>
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/tech/support/forums/
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
>
>
--------------------------------------------------------------
Nova Software, Mumbai, India
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/