Urgent !!!Please help

2008-05-29 Thread Umesh Umbrajkar
Hi I am trying to develop palm applications using the latest J2ME/CDLC kit from sun. Also I am using the latest copy of POSE emulator.3.0a6.After creating and deploying my prc file on tht POSE, i get the following error message while trying to run it "KVM 1.0 reports Memory mgr.cline 3527 ,MemMov t

URGENT: A question on Memory !!!

2008-05-29 Thread vishyk
Hi , Can some one tell me the minimum memory allocated while using MemPtrNew and the overhead per block? (for eg.. the malloc fn allocates a minimum of 64 bytes of which 16 are overhead) Thanx --vishy Get free email and a

Re: Conversion to pdb(Urgent)

2008-05-29 Thread Richard M. Hartman
"PDB" is not a format. It is a meta-format. It represents a Palm database on non-Palm file systems. But the format of data within that database is completely dependant upon the application that will be reading it. A "DOC" database is completely different than an "iSilo" database, even though bo

Re: midi sound - how ? (urgent)

2008-05-29 Thread Richard Hartman
o, take a look at the RockMusic example distributed with the >> 3.5 Palm OS SDK. >> >> Hope that helps! >> -Rus >> >> >-Original Message- >> >From: shay [mailto:[EMAIL PROTECTED] >> >Sent: Wednesday, August 02, 2000 11:20 AM >> >To:

Re: midi sound - how ? (urgent)

2008-05-29 Thread Richard Hartman
contains >> values for setting the volume, and the others could come in handy, too. >> >> -Rus >> >> >>-Original Message- >> >>From: shay [mailto:[EMAIL PROTECTED] >> >>Sent: Wednesday, August 02, 2000 5:02 PM >> >>To: Pal

URGENT !!!! Inet with AlmSetProcAlarm

2008-05-28 Thread Amit Garg
I have to develop an application that does some periodic check through internet and based upon some condition sends notification to user...as this has to be in the background...the only way out is to use alarm functionality. Now with the alarm to do this in the background without switchig on the LC

Re: URGENT !!!! Inet with AlmSetProcAlarm

2008-05-28 Thread Amit Garg
t; <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > - Original Message - > From: "Brian Mathis" <[EMAIL PROTECTED]> > To: "Palm Developer Forum" > Sent: Tuesday, August 22, 2000 10:25 PM > Subject: Re: URGENT Inet with AlmS

Re: URGENT !!!! Inet with AlmSetProcAlarm

2008-05-28 Thread Chris Percival
Did doing what I suggested not work? Chris Amit Garg <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I have to develop an application that does some periodic check through > internet and based upon some condition sends notification to user...as this > has to be in the background.

RE: URGENT !!!! Inet with AlmSetProcAlarm

2008-05-28 Thread Bob Whiteman
, and that far outweighed the usefulness of notification...but but maybe that's because I had a poor battery in my Minstrel. -Bob Whiteman -Original Message- From: Fitzpatrick, Joe To: Palm Developer Forum Sent: 8/22/2000 10:58 PM Subject: RE: URGENT Inet with AlmS

RE: URGENT !!!! Inet with AlmSetProcAlarm

2008-05-28 Thread Bob Whiteman
k, Joe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 23, 2000 12:26 PM > To: Palm Developer Forum > Subject: RE: URGENT Inet with AlmSetProcAlarm > > > I've actually been underwhelmed with the Omnisky. Part of it > is that the > coverage seems terrible in South

Drag item from a table - URGENT

2008-05-28 Thread Van Nguyen
Hi everyone, I have a table which shows a list of records that I have in the database. I have to implement the table in such a way that user can drag any item on this table and drop it else where on the same table. The order is updated as soon as the item dropped. The List View of the Memo Pad

Help! very Urgent!!!! -- problem with floating point arithmetics

2008-05-28 Thread xu le
Friends, SDK 3.5 documents say that they support floating point arithmetics by just using + - * /, and I found that those only work for operations between float variables while operation between integer and float is not possible by using any of + - * / operations. Who knows how to converti

Re: Help! very Urgent!!!! -- problem with floating point arithmetics

2008-05-28 Thread chongwm
Ummm... FplLongToFloat() ? I've not used it personally, but page 595 of the documentation says: FplLongToFloat Purpose Convert a long integer to a floating-point number. xu le wrote: > > Friends, > > SDK 3.5 documents say that they support floating point arithmetics by > just using + - * /,

Re: Help! very Urgent!!!! -- problem with floating point arithmetics

2008-05-28 Thread Steve Palmen
FloatMgr.h: FlpFloat _f_itof(Int32); "xu le" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Who knows how to converting integer to float? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/for

Please help..urgent needed

2007-04-30 Thread kaushik15
Hi all, Can any body refer me the source code for sample in which an application is launched from the launcher screen as well as defualt send menu.I will be grateful to you all. regards kapil -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http:

re: Unable to launch application from send menu..urgent needed

2007-04-30 Thread kaushik15
Hi Alexander, Thanks for the replying.I have tried most of the launch codes that exchange manager deal with but all in vain.I can not launch my application from send menu. regards kapil -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://

re: Unable to launch application from send menu..urgent needed

2007-04-24 Thread Alexander R. Pruss
I am guessing there is an appropriate launch code to check for in your PilotMain(). Are you doing that? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Unable to launch application from send menu..urgent needed

2007-04-23 Thread kaushik15
Hi all, I have developed an application which send a file to server.The application works fine from the launcher screen i.e. home screen.I extended the scope of application by registering it to the send menu of Palm so that user can use it from send menu.I am able to register it with se

Re: Please help ..urgent needed

2007-04-10 Thread kaushik15
Thanks Alan for replying.. How can we check special launch codes.Is it generated by OS .If yes how can i trap it..I have tried most of the launch codes like sysAppLaunchCmdExgGetData,sysAppLaunchCmdGoTo,sysAppLaunchCmdExgReceiveData but my application does not open.I will be grateful to you if y

Re: Please help ..urgent needed

2007-04-10 Thread Alan Ingleby
Your app has been called with a special launch code. Check your launch codes, and call an API to switch to your app, then exit. Your app will be re-launched with a normal launch code. Alan Ingleby On 4/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi all, > I have developed a

Please help ..urgent needed

2007-04-10 Thread kaushik15
Hi all, I have developed an application for Palm Treo 650 which works fine from the main screen.Now i registered the same application with send menu using Exchange manager API.When i try to launch my application from the send menu,nothing happpens.I just want when i click my application

re: Urgent help to draw image

2007-03-06 Thread Sruthi
Hi Manish.. Could you please tell us where u found the jpeg library and how you included that into your project?. Thanks, Anoop -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Please help..urgent needed

2006-11-10 Thread sean nise
Hi kapil, you can refer.   http://gcc.gnu.org/onlinedocs/gcc-2.95.3/gcc_4.html   http://www.handheld-basic.com/documentation/text/page_1495.html   The option `-traditional' disables certain keywords; `-ansi' disables certain others. This causes trouble when you want to use GNU C extensions, or ANS

Re: Urgent help is needed regarding DmAttachRecord

2006-11-10 Thread Jim Morris
#x27;s handle in oldH. if I pass oldH instead of NULL, my application gets crashed. Through Debug I found crash occurs at DmCloseDatabase. if I pass NULL instead of oldH it does not crash. But it shows some garbage Please help me .It is very urgent. Thanks and regards, Manish Manish -- Fo

Please help..urgent needed

2006-11-10 Thread kaushik15
Hi all, I am trying to compile following function: static asm void** PrvGetDispatchTable( void ) which gives parse error before asm.I searched on net,that u need to copile it for ARM.But my application is managed 68K application.So how can i compile asm code.Please help.I will be grat

Urgent help is needed regarding DmAttachRecord

2006-11-10 Thread Manish
y application gets crashed. Through Debug I found crash occurs at DmCloseDatabase. if I pass NULL instead of oldH it does not crash. But it shows some garbage Please help me .It is very urgent. Thanks and regards, Manish Manish -- For information on using the PalmSource Developer Forums, or t

Re: Urgent help regarding Chunk under-locked Error

2006-09-03 Thread Roger Stringer
At 04:16 AM 9/1/2006, you wrote: Subject: Urgent help regarding Chunk under-locked Error From: "Manish" <[EMAIL PROTECTED]> Date: Thu, 31 Aug 2006 10:23:28 - In my application, I found a crash mentioning that "MemoryMgr.c, Line:4738, Chunk under-locked". I thin

Re: Urgent help regarding Chunk under-locked Error

2006-09-01 Thread BatisMal
Hi,   If you comment out that last unlock, and does not crash, that is your one too many unlocks, that is the only way an exception can occur...   In a message dated 9/1/2006 2:11:47 P.M. Pacific Daylight Time, [EMAIL PROTECTED] writes: Hi Manish,It's hard to think without a code to look

Re: Urgent help regarding Chunk under-locked Error

2006-09-01 Thread BatisMal
Manish,   The Underlock issue arrises only if you unlock your variables more than you lock them, go through your code very carefully and make sure that every time you lock a variable that you unlock it also, and that you do not unlock too many times.   In a message dated 9/1/2006 2:11:47 P.M

Re: Urgent help regarding Chunk under-locked Error

2006-09-01 Thread Ricardo Cordeiro
Hi Manish, It's hard to think without a code to look at. Could you post the parts of your code that call MemHandleLock and MemHandleUnlock? Thanks, Ricardo On 8/31/06, Manish <[EMAIL PROTECTED]> wrote: Hi Friends, In my application, I found a crash mentioning that "MemoryMgr.c, Line:4738,

Urgent help regarding Chunk under-locked Error

2006-08-31 Thread Manish
Hi Friends, In my application, I found a crash mentioning that "MemoryMgr.c, Line:4738, Chunk under-locked". I think this occurs when we call MemHandleUnlock more than MemHandlelock. I checked my code and found that there were no extra calls to MemHandleUnlock.(I am calling MemHandlelock-Mem

Urgent help is needed to use palm photo API

2006-08-18 Thread Manish
hi , I am using Palm Photo API to load an Image from memory to a form. If someone works on Palm Photo API, Please do infrom me hhow to use them, Manish -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: URGENT : Palm and PalmSource disagreement consequences

2006-08-06 Thread themacuser
So far, the impression I get is that Palm OS will be dropped, and Palm will be forced to go to Access Linux. The big problem here is what exactly? Having a Linux-based "Palm OS" would be awesome. Of course, let's hope it works out that way. On 02/08/2006, at 5:25 AM, Alex wrote: Jay Ts, af

re: URGENT : Palm and PalmSource disagreement consequences

2006-08-06 Thread Donald C. Kirker
Errr, so there should be PalmOS based devices from Palm past December. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: URGENT : Palm and PalmSource disagreement consequences

2006-08-06 Thread Donald C. Kirker
"No more Palm-OS devices in December" I believe that is false information. If memory serves me right, Palm has licensed the PalmOS from Access-PalmSource until 2009. I also believe that I read that Palm is helping PalmSource with ALP, but they will stop paying out because PalmSource failed to r

Re: URGENT : Palm and PalmSource disagreement consequences

2006-07-31 Thread Jay Ts
Alex wrote: > Few minutes ago I've read these recent articles > about problems between Palm and PalmSource > > Palm's License to use Palm OS Expires in December > http://www.dailytech.com/article.aspx?newsid=3570 > Palm Platform in Doubt > http://www.unstrung.com/document.asp?doc_id=100273&WT.sv

Re: URGENT : Palm and PalmSource disagreement consequences

2006-07-31 Thread Brian Gupta
Check out SuperWaba if you are concerned about the future of Palm OS... It's cross platform: - Palm OS 3.0 or higher - Windows CE 2.11 or higher, Pocket PC, .Net - Symbian 7.0 and 7.0s - Windows 98 or higher (SuperWaba based applications runs on the desktop computers without Java Runtime Environme

Re: URGENT : Palm and PalmSource disagreement consequences

2006-07-31 Thread Alex
As far as I see now the future of Palm is depending on Access's mood, if they are willing to negociate with Palm then everything will be fine, if they are not then it will harm the whole business. Also Access's strategy is not purely Palm oriented although they logically have to make profits fro

Re: URGENT : Palm and PalmSource disagreement consequences

2006-07-31 Thread Alex
The most interesting part of the annual report is on page 22 of the PDF version : "Our product strategy is substantially dependent on the Palm OS, which is owned by PalmSource, a former subsidiary of Palm that was acquired by Access Co., Ltd. We have a license agreement with PalmSource which ext

Re: URGENT : Palm and PalmSource disagreement consequences

2006-07-31 Thread Alex
>So the time has come to abandon Palm OS and switch to a Windows >mobile >platform as the only stable and consistently viable >development option? I don't think the solution is to abandon Palm OS, because this is not only Palm specific problem, an interesting article talking about this

Re: URGENT : Palm and PalmSource disagreement consequences

2006-07-31 Thread Del Ventruella
So the time has come to abandon Palm OS and switch to a Windows mobile platform as the only stable and consistently viable development option? - Original Message - From: Tinnus To: Palm Developer Forum Sent: Monday, July 31, 2006 6:20 PM Subject: Re: URGENT : Palm and

Re: URGENT : Palm and PalmSource disagreement consequences

2006-07-31 Thread Alex
Here is a link to the annual report which contains a lot of valuable information, decisions and statistics, which I think would be interesting to a lot of people here : http://investor.palm.com/secfiling.cfm?filingID=1193125-06-155911 Please share your opinions, thoughts and ideas. -- For info

Re: URGENT : Palm and PalmSource disagreement consequences

2006-07-31 Thread Alex
>But keep in mind that, even if in December Palm stops doing new Palm >OS >handhelds, they will still be sold AND the current userbase will >continue to >exist for quite some time. I do agree with you, but for approximatively how long (in years)? What do others think about it? -- For informat

Re: URGENT : Palm and PalmSource disagreement consequences

2006-07-31 Thread Tinnus
2006/7/31, Alex <[EMAIL PROTECTED]>: How to interpret these events? Will Palm OS disappear? Will ALP be as successfull as Palm OS was? Does Access's strategy really focuses on Palm OS or is it just a "try" between other things to do? But the most imporant are the consequences for developers. As a d

URGENT : Palm and PalmSource disagreement consequences

2006-07-31 Thread Alex
Few minutes ago I've read these recent articles about problems between Palm and PalmSource Palm's License to use Palm OS Expires in December http://www.dailytech.com/article.aspx?newsid=3570 Palm Platform in Doubt http://www.unstrung.com/document.asp?doc_id=100273&WT.svl=news2_1 No more Palm OS-

Re: Urgent: MemMove in SndsStreamCallBack

2006-07-17 Thread Roger Stringer
... or better use a repeating non-random pattern, such a sound wave. Roger Stringer At 04:15 AM 7/17/2006, you wrote: Subject: Re: Urgent: MemMove in SndsStreamCallBack From: "Aaron Ardiri" <[EMAIL PROTECTED]> Date: Sun, 16 Jul 2006 16:57:39 +0200 X-Message-Number: 8 On 7/16/06,

Re: Urgent: MemMove in SndsStreamCallBack

2006-07-16 Thread [EMAIL PROTECTED]
yes the callback works prior to the tranmission. I just want to hightlight that i have a compression embeded in my application which requires 4096 buffer size. however the actual buffer size used in the callback function when i print it is only 512 bytes and even goes lower to 256 bytes. -- F

Re: Urgent: MemMove in SndsStreamCallBack

2006-07-16 Thread [EMAIL PROTECTED]
Hi Mr. Aaron Ardiri, Thank you for your help and reply. I don't know why, but putting it directly into the netlibreceive worked this time. but i have some issues, will this method fill the memory? because everytime i stop my application it hangs, which i think is due to limited memory. it would

Urgent help is needed regarding Palm Photo API

2006-07-13 Thread Manish
Hi, I need to load JPEG Image either from memory or card. I used PalmPhotoAPI. that works on Palm OS 5.4 or greater than of this. But it does not work on device having PAlm OS less than 5.4. So i need Palm Photo API that has parameter to resize image and can work on Palm OS 5 and greater th

re: Urgent help is needed to display image

2006-07-05 Thread roguek
hello, Have you tried to create bitmap family in resources and bind it with your graphic button? programatical way: CtlSetGraphics (pButton, YourBitmapFamilyID, NULL); bibliography: Constructor for Palm OS.pdf -- For information on using the PalmSource Developer Forums, or to unsubscribe, ple

Re: Urgent help is needed to display image

2006-07-04 Thread Michal Seliga
check samples from palmphotolib which are in palmone sdk. they write about some bug and they use some trick as workaround. but i don't remember exactly what it was about Manish wrote: > Hi Friend, > > I need your help. > I have to draw image on a Graphic Button. > To display that Image I am using

Urgent help is needed to display image

2006-07-04 Thread Manish
Hi Friend, I need your help. I have to draw image on a Graphic Button. To display that Image I am using PalmPhoto API. I am having some problem in displaying. Displaying image is not like original image. I used following API to dispaly the image. Manish PalmPhotoDisplayImageToSizeV3 -- For infor

Re: Urgent help to draw image

2006-06-28 Thread Michal Seliga
you will have to scale image yourself, there is lot of articles on internet about that, just pick some. exact code is different depending on what do you want, speed or quality... Manish wrote: > Hello Friends, > I needed urgent help regarding drawing JPEG Images from VFS. > I have to

Re: Urgent help to draw image

2006-06-28 Thread Michal Seliga
Manish wrote: > Hello Friends, > I needed urgent help regarding drawing JPEG Images from VFS. > I have to draw this image on a button which has a dynamic size. > I am able to draw image by the help of JPEG Lib. > But during displaying, size of image is not set dynamically. >

Urgent help to draw image

2006-06-28 Thread Manish
Hello Friends, I needed urgent help regarding drawing JPEG Images from VFS. I have to draw this image on a button which has a dynamic size. I am able to draw image by the help of JPEG Lib. But during displaying, size of image is not set dynamically. I have only API to help me that only scales the

Re: Urgent Help Needed

2006-04-07 Thread Ben Combee
You need to get a ROM from a color 68K device to use in your Palm OS Emulator. These are no longer available from PalmSource, but if you look hard enough online, I'm sure you can find some. The m505 or m515 ROM images are probably best. As an alternative, you can use the Palm OS SImulator instea

Re: Urgent Help Needed

2006-04-07 Thread nitin baranwal
emulator which support colors and from where i can download it? Thanks Nitin   --Subject: Re: Urgent Help NeededFrom: "steven pautz" <[EMAIL PROTECTED]>Date: Thu, 6 Apr 2006 12:32:18 -0500X-Message-Number: 9I

Re: Urgent Help Needed

2006-04-06 Thread steven pautz
reen based applications. > I need urgent help. I have to work for developing > colored applications but my emulator doesnot support > color. I dont have any idea what to do for that. Can > anyone help me and can give me any link for color > emulator so that i could download the emulator

Urgent Help Needed

2006-04-06 Thread nitin baranwal
Hi I normally work in codewarrior for developing applications for PalmOs. Till now i was developing black and white screen based applications. I need urgent help. I have to work for developing colored applications but my emulator doesnot support color. I dont have any idea what to do for that. Can

Re: Netiquette [was Re: Urgent help needed: to know event when launch Messaging..]

2006-02-21 Thread Donald C. Kirker
> in detail and clearly. Thanks in advance!. > > You made my day ;) (I do realize that that was a very "ignorant question" that one should be able to answer by themselves) or > > Can anyone explain me what is the event could be and > > how to catch the event in this

Re: Netiquette [was Re: Urgent help needed: to know event when launch Messaging..]

2006-02-21 Thread Borszczuk
On Sunday 19 of February 2006 19:46 Donald C. Kirker wrote: > Like I have told you, Borszczuk, in the past. What you are doing is also > bad netiquette. You are filling useful topics with useless posts that > I am not trying to gang up on you, Donald, the main reason you're ranting now is most p

Re: Urgent help needed: to know event when launch Messaging..

2006-02-19 Thread Ben Combee
On 2/19/06, Donald C. Kirker <[EMAIL PROTECTED]> wrote: > Cathy, I hope that my advice was able to help you. Unfortunately I don't > think there is a way of knowing if an application was sublaunched with a > non-normal launch code unless you trap all calls to SysAppLaunch and > SysUIAppSwitch and h

Re: Urgent help needed: to know event when launch Messaging..

2006-02-19 Thread Donald C. Kirker
Also, as I have stated before, there are more polite/subtle ways of alerting people to their mistakes. -Donald -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Urgent help needed: to know event when launch Messaging..

2006-02-19 Thread Donald C. Kirker
I will apologize in advanced for the flame/rant. "Borszczuk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Topposting? Not chopping irrelevant parts of previous post replying? > Starting new thread by replying non-related message? I find that > quite counter-netiquette and simply a

Re: Re: Urgent help needed: to know event when launch Messaging..

2006-02-19 Thread babbu cathy
not being a professional cathy. --- [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Saturday 18 of February 2006 15:40 babbu cathy wrote: > > > Can anyone explain me what is the event could be and > > how to catch the event in this case? > > Please urgent hel

Re: Urgent help needed: to know event when launch Messaging..

2006-02-18 Thread Donald C. Kirker
Although it is advised that you use the "New Post" (or similar button) for creating a new topic as opposed to Forward or Reply/Reply Group. Anyway, I hope the last post answers your question. -Donald -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see h

Re: Urgent help needed: to know event when launch Messaging..

2006-02-18 Thread Donald C. Kirker
"Borszczuk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dude, learn some basics on netiquette first, ok? > Would not be surprised to learn most subscribers > got you in their KF. Where does basic netiquette come into this? There was nothing wrong with cathy's post at all. This wa

Re: Urgent help needed: to know event when launch Messaging..

2006-02-18 Thread Borszczuk
On Saturday 18 of February 2006 15:40 babbu cathy wrote: > Can anyone explain me what is the event could be and > how to catch the event in this case? > Please urgent help needed, useful help would be > appreciated a lot!!! Dude, learn some basics on netiquette first, ok? Would not

Urgent help needed: to know event when launch Messaging..

2006-02-18 Thread babbu cathy
event could be and how to catch the event in this case? Please urgent help needed, useful help would be appreciated a lot!!! cathy. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- For

Urgent help needed: to know event when launch Messaging..

2006-02-18 Thread babbu cathy
event could be and how to catch the event in this case? Please urgent help needed, useful help would be appreciated a lot!!! cathy. --- [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Saturday 18 of February 2006 07:41 hv reddy wrote: > > > Is there any way to display batte

In URGENT NEED of a "C++ and J2ME developer"

2006-01-18 Thread Erwin Vidallon
also delivers a unique blended elearning workshop for instructional designers, trainers, managers and executives. Currently, we are in URGENT NEED of a "C++ and J2ME developer" for games and applications for Palm OS Treo 650 • to develop simple lessons, page turning in Treo 6

RE: Please urgent: Regarding systems security preferences...

2006-01-02 Thread babbu cathy
] > [mailto:[EMAIL PROTECTED] On > Behalf Of babbu cathy > Sent: Wednesday, December 21, 2005 12:07 AM > To: Palm Developer Forum > Subject: Please urgent: Regarding systems security > preferences... > > hi all, > > How to set password from my application in systems >

RE: Please urgent: Regarding systems security preferences...

2005-12-21 Thread Mark Tamura
Have you tried PwdSet? Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of babbu cathy Sent: Wednesday, December 21, 2005 12:07 AM To: Palm Developer Forum Subject: Please urgent: Regarding systems security preferences... hi all, How to set password

Please urgent: Regarding systems security preferences...

2005-12-21 Thread babbu cathy
hi all, How to set password from my application in systems security preferences. -cathy Send instant messages to your online friends http://in.messenger.yahoo.com -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/foru

Urgent: How to set programmatically to ask hotsync password:

2005-12-19 Thread babbu cathy
Hi all, Please if anyone knows about my this query, please inform me soon, this is an urgent for me, customer is waiting. Query: How to set programmatically to ask password when do a hotsync. For ex: When I do a Hotsync by pressing my Treo 600 hotsync button, Before trying install the

Very Urgent: Problem when using "FldGrabFocus....

2005-11-28 Thread babbu cathy
Hi all, I need very urgent help, please anyone knows to solve this, please help me or give me the samples. Ques: 1. How to get(through programming) we are at present with whenever we power on and get this message "Keyguard: Press Center button to unlock." ? (OR) How to get this alert

Resource Editor... URGENT!!!

2005-11-23 Thread Paulo Oliveira
Dear friends, I need urgently a copy of PalmOS Visual Resource Editor. Again: I need ONLY the Visual Resource Editor (not the full pack including PODS, which is ~270MB). PLEASE, someone could me send a link with this file? Someone could put the file in some server to download? I think this down

Re: Debug with Treo 600 (Urgent):

2005-11-17 Thread babbu cathy
al Message- > > From: babbu cathy <[EMAIL PROTECTED]> > Subj: Debug with Treo 600 (Urgent): > Date: Thu Nov 17, 2005 3:42 am > Size: 489 bytes > To: "Palm Developer Forum" > > > > Can anyone please tell me answer for my below > question

Re: Debug with Treo 600 (Urgent):

2005-11-17 Thread Ben Combee
Yes to CW 9.3, no to CW 8. Yes, you need a serial cable, not a USB cable. -Original Message- From: babbu cathy <[EMAIL PROTECTED]> Subj: Debug with Treo 600 (Urgent): Date: Thu Nov 17, 2005 3:42 am Size: 489 bytes To: "Palm Developer Forum" Can anyone please te

Debug with Treo 600 (Urgent):

2005-11-17 Thread babbu cathy
Can anyone please tell me answer for my below question? I know we can debug on Treo 600 only using Serial cable. My question is, Is it possible with on Codewarrior 8.0 and 9.3 versions? - cathy. __ Enjoy this Diwali wit

Re: My project creates junk DBs - Urgent help with full details needed:

2005-11-04 Thread Robert Moynihan
Logan Shaw wrote: babbu cathy wrote: Junk dbs are giving reset problem in some cases. "reset problem" isn't a very precise description. Also, how does "babbu cathy" come to the conclusion that these database are causing the reset problem? It is quite possible that these garbage databas

Re: This is an urgent:Re: My project creates junk DBs - Urgent help with full details needed:

2005-11-04 Thread Del Ventruella
PM Subject: This is an urgent:Re: My project creates junk DBs - Urgent help with full details needed: > Can anyone plz give answer for this my earlier mail > soon. This is an urgent: My project creates junk DBs - > Urgent help with full details needed. > > cathy > --- [EM

Re: My project creates junk DBs - Urgent help with full details needed:

2005-11-04 Thread Logan Shaw
babbu cathy wrote: I have one application. Once I installed my application onto my Treo 650,its creates some junk or empty databases(with 0 records),which I am not creating from my project code,that I could see through 3rd party tool. Do the databases have names like "AppName__appl_a68k" wh

Re: This is an urgent:Re: My project creates junk DBs - Urgent help with full details needed:

2005-11-04 Thread Ben Combee
At 04:28 PM 11/4/2005, you wrote: Can anyone plz give answer for this my earlier mail soon. This is an urgent: My project creates junk DBs - Urgent help with full details needed. Please give us more information about the junk DBs. What are their names? How are they related to the DBs your

This is an urgent:Re: My project creates junk DBs - Urgent help with full details needed:

2005-11-04 Thread babbu cathy
Can anyone plz give answer for this my earlier mail soon. This is an urgent: My project creates junk DBs - Urgent help with full details needed. cathy --- [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all, > > I have one application. Once I installed my > application on

My project creates junk DBs - Urgent help with full details needed:

2005-11-04 Thread babbu cathy
Hi all, I have one application. Once I installed my application onto my Treo 650,its creates some junk or empty databases(with 0 records),which I am not creating from my project code,that I could see through 3rd party tool. Same of my application not creating any junk or empty dbs on Treo 600. Jun

Code Warrior for Palm OS-Urgent

2005-10-17 Thread Rahul Krishna
ns to develop the Palm application? It is very urgent.   Regards, RahulSend instant messages to your online friends http://uk.messenger.yahoo.com -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Application Code Size Increased: Urgent Help needed...

2005-09-09 Thread babbu cathy
ent and divided the files, but Still Crashing my application.] Urgent help needed. - cathy. __ Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com -- For information on using the Palm

Re: URGENT HELP NEEDED WITH "VFSExportDatabaseToFile"

2005-06-03 Thread roderick young
I don't know if it works this way, but after you delete the file, do you close it? That is, could the file still be open somehow until you exit your application? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: URGENT HELP NEEDED WITH "VFSExportDatabaseToFile"

2005-06-03 Thread Les Brinkworth
David, Thanks for the reply. I am ussuming the values are good because the file is actually deleted. My concern is that something remains in memory until my ap closes and reopens, that says that the file is "not purged", "not actually deleted" or something. Very wierd. -- For informati

Re: URGENT HELP NEEDED WITH "VFSExportDatabaseToFile"

2005-06-03 Thread David Fedor
Have you double-checked that gCardDBInfo.cardNo and gCardDBInfo.dbID are good values? Try using them for something else right there, or getting a fresh dbID via DmFindDatabase etc. to eliminate that possibility. You're ignoring the return code from VFSFileDelete; are you sure the file is being de

URGENT HELP NEEDED WITH "VFSExportDatabaseToFile"

2005-06-03 Thread Les Brinkworth
This is a post I have put up twice before but still not found a solution. I am backing up and restoring a database when I open and close my app. I do this using VFSExportDatabaseToFile to backup and VFSImportDatabaseFromFile to restore. The challenge was that even if I delete the file on the

RE: How to take backup of AddressDB? - Urgent

2005-05-17 Thread Prabakar MP
Got it, thank you so much. - Martin. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Singh, Randeep Sent: Tuesday, May 17, 2005 4:00 PM To: Palm Developer Forum Subject: RE: How to take backup of AddressDB? - Urgent Install FileZ utility on the device

RE: How to take backup of AddressDB? - Urgent

2005-05-17 Thread Singh, Randeep
To: Palm Developer Forum Subject: How to take backup of AddressDB? - Urgent Hi all, How to take backup of "AddressDB" from Handheld to Desktop? I tried selected "Custom - Backup" option On HotSync, But All the items were backedup except "AddressDB.PDB". I tr

How to take backup of AddressDB? - Urgent

2005-05-17 Thread Prabakar MP
Hi all, How to take backup of "AddressDB" from Handheld to Desktop? I tried selected "Custom - Backup" option On HotSync, But All the items were backedup except "AddressDB.PDB". I tried to Set "Backup" option for "AddressDB", Using "Rec

Re: Help me,It's Urgent..Debugging Problem

2005-05-10 Thread Ton van Overbeek
On 2005-05-10, Dr. Vesselin Bontchev <[EMAIL PROTECTED]> wrote: >> One big difference between POSE and the various simulators is that >> you have to use the 'gdbpanel' application on the simulators in >> order to set the 'gdbS' feature needed for debugging with >> m68k-palmos-gdb. > > You don't nee

Re: Help me,It's Urgent..Debugging Problem

2005-05-10 Thread Dr. Vesselin Bontchev
> One big difference between POSE and the various simulators is that > you have to use the 'gdbpanel' application on the simulators in > order to set the 'gdbS' feature needed for debugging with > m68k-palmos-gdb. You don't need anything like that when using the default PODS debugger (i.e., when

Re: Help me,It's Urgent..Debugging Problem

2005-05-09 Thread Ton van Overbeek
On 2005-05-09, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, > >I am using CYGwin PRCTools on windows. I want to debug it on TREO600 > Simulator.Previouly,Project was on Linux Environmnt. To debug for > TREO600(able for windows only),I had to shift it to windows. I am able to > conn

Help me,It's Urgent..Debugging Problem

2005-05-09 Thread chintan
Hello, I am using CYGwin PRCTools on windows. I want to debug it on TREO600 Simulator.Previouly,Project was on Linux Environmnt. To debug for TREO600(able for windows only),I had to shift it to windows. I am able to connect on POSE(Emulator)but not to TREO600 Simulator. Please help

Re: This is very urgent (Please help me to overcome this problem)

2005-04-25 Thread Asanka Hewage
Hi Thank you very much , Now it's working perfectly, & this will help me to reduce the complexity also. Thank u very much :)) And also I found that I'm not understood the basis. :)) I'm a java programer. I did the development using J2ME, But I have to shift to the C language, becau

  1   2   3   4   5   6   7   >