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/

Urgent help is needed regarding DmAttachRecord

2006-11-10 Thread Manish
I am writing a part of code what I have used MemHandle oldH; UInt16 index = 0; newH = DmNewHandle(dbP, size); DmAttachRecord (dbP, (UInt16*) index, (MemHandle) newH, (MemHandle *) oldH); here it returns the previous record's handle in oldH. if I pass oldH instead of NULL, my application

Re: Urgent help is needed regarding DmAttachRecord

2006-11-10 Thread Jim Morris
Are you freeing the old handle if valid? Manish wrote: I am writing a part of code what I have used MemHandle oldH; UInt16 index = 0; newH = DmNewHandle(dbP, size); DmAttachRecord (dbP, (UInt16*) index, (MemHandle) newH, (MemHandle *) oldH); here it returns the previous record's handle in

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 think this occurs when we call

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,

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 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

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

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/

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

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,

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

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 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

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. I have only API to help me

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 draw this image

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 woul

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

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: Urgent Help Needed

2006-04-06 Thread steven pautz
which was in the palmsource KB. See if you can find this. Steven nitin baranwal [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] 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

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

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

2006-02-21 Thread Donald C. Kirker
!. 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 case? Please urgent help needed, useful help would be appreciated a lot

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 help needed, useful help would

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

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 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 handle

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

2006-02-18 Thread babbu cathy
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!!! cathy. --- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Saturday 18 of February 2006 07:41 hv reddy wrote: Is there any way to display battery charging status information

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

2006-02-18 Thread babbu cathy
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!!! cathy. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

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 be surprised

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 was the

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

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.

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 onto my Treo 650,its creates

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

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

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

2005-11-04 Thread Del Ventruella
: 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 --- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi

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 databases

Application Code Size Increased: Urgent Help needed...

2005-09-09 Thread babbu cathy
application It increases the Code Size, So that output .prc is not working properly on the device. What is the problem? How would I solve it? How would I restore the Segment size? [ Note: I tried to create an another segment and divided the files, but Still Crashing my application.] Urgent help

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: 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

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 information

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

Re: WinGetBitmap - Urgent help required

2005-01-31 Thread Developer
Finally after 4 days of work on the application and removing all incompatibilities, I have been able to run this application successfully with the old version of CW. Thanks Ben for your help on this. It gave me a base to start from. Developer [EMAIL PROTECTED] wrote in message news:[EMAIL

Re: WinGetBitmap - Urgent help required

2005-01-27 Thread Developer
Thank you for your answer. How do I plug the OS5 SDK into CW6? I can't seem to figure out how to do that? mguo [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] plug OS5 SDK into your current codewarrior6. you don't have to worry about IDE version as long as you plugin the correct SDK

Re: WinGetBitmap - Urgent help required

2005-01-27 Thread Developer
Okay I did find information on how to do this. So I will try it out and see how this works. Thanks. Developer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Thank you for your answer. How do I plug the OS5 SDK into CW6? I can't seem to figure out how to do that? mguo [EMAIL

Re: WinGetBitmap - Urgent help required

2005-01-27 Thread Ben Combee
At 12:30 PM 1/27/2005, you wrote: Thank you for your answer. How do I plug the OS5 SDK into CW6? I can't seem to figure out how to do that? You put the Palm OS Support folder into your CW folder, point your access paths to that, and fix your precompiled headers (just blank out the prefix file).

Re: WinGetBitmap - Urgent help required

2005-01-27 Thread Developer
Okay so I did put the Palm OS Support folder from Palm OS 5 SDK (68K) R3 into the CW folder. Then I changed the access paths to point here. After that I blanked the file called Us.Prefix.h and then compiled my application. So I get these errors: Error: identifier 'Err' redeclared was declared as

Re: WinGetBitmap - Urgent help required

2005-01-27 Thread Developer
I just changed the access paths to System and the application compiled successfully. So that part of the probelm is solved. Now I inserted WinGetBitmap function into my code and I get this error: WinGetBitmap referenced from GetSignatureBitmap is undefined I have included the file Window.h, so I

Re: WinGetBitmap - Urgent help required

2005-01-27 Thread Ben Combee
At 04:40 PM 1/27/2005, you wrote: Okay so I did put the Palm OS Support folder from Palm OS 5 SDK (68K) R3 into the CW folder. Then I changed the access paths to point here. After that I blanked the file called Us.Prefix.h and then compiled my application. So I get these errors: Error: identifier

Re: WinGetBitmap - Urgent help required

2005-01-27 Thread Developer
Yes I do believe that I am doing something drastically wrong here. In my project I only have Pilot.h included along with several other files that are required in my project. What other header files do I need to include? Thank you. Ben Combee [EMAIL PROTECTED] wrote in message news:[EMAIL

Re: WinGetBitmap - Urgent help required

2005-01-27 Thread Ben Combee
At 05:10 PM 1/27/2005, you wrote: Yes I do believe that I am doing something drastically wrong here. In my project I only have Pilot.h included along with several other files that are required in my project. What other header files do I need to include? 1) You still have access paths to the old

Re: WinGetBitmap - Urgent help required

2005-01-27 Thread Logan Shaw
Developer wrote: Yes I do believe that I am doing something drastically wrong here. In my project I only have Pilot.h included along with several other files that are required in my project. What other header files do I need to include? These are the only files I can ever remember having to

Re: WinGetBitmap - Urgent help required

2005-01-27 Thread Developer
I removed the old Pilot file and have included PalmOS.h file and also PalmCompatibility.h. But now I have 100+ errors. I know there is something with the settings somewhere but just can figure it out yet. Logan Shaw [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Developer wrote:

Re: WinGetBitmap - Urgent help required

2005-01-27 Thread Ben Combee
At 05:39 PM 1/27/2005, you wrote: I removed the old Pilot file and have included PalmOS.h file and also PalmCompatibility.h. But now I have 100+ errors. I know there is something with the settings somewhere but just can figure it out yet. No, it's likely code that worked with the old SDK that

Re: WinGetBitmap - Urgent help required

2005-01-27 Thread Developer
Here is what is exactly happening with me: http://www.risingroad.com/symptoms/symptom0024.html These are the exact 100 errors I have. I have changed the Access path to Palm OS support but it doesnt seem to make a difference. I commented #define DO_NOT_ALLOW_ACCESS_TO_INTERNALS_OF_STRUCTS as

Re: WinGetBitmap - Urgent help required

2005-01-27 Thread Ben Combee
At 06:20 PM 1/27/2005, you wrote: Here is what is exactly happening with me: http://www.risingroad.com/symptoms/symptom0024.html These are the exact 100 errors I have. I have changed the Access path to Palm OS support but it doesnt seem to make a difference. I commented #define

Re: WinGetBitmap - Urgent help required

2005-01-27 Thread Developer
I followed all the steps listed by you and now I am down to just one error and that is Couldn't find project file MSL Runtime Palm OS (2i).Lib. Is this the replacement file - palmosruntime_2i_A5.lib? If so I can't find that anywhere. Is that spupposed to be on a later version of CW? If not what

WinGetBitmap - Urgent help required

2005-01-26 Thread Developer
I am currently using CodeWarrior version 6. How can I get this function, WinGetBitmap, to work? It is not in the Window.h file that I am using currently. In my Metrowerks folder I have Palm OS 3.1 Support. I have downloaded Palm OS 5 SDK (68K) R3 from Palmsource's web site today and have also

re: WinGetBitmap - Urgent help required

2005-01-26 Thread mguo
plug OS5 SDK into your current codewarrior6. you don't have to worry about IDE version as long as you plugin the correct SDK version. -mguo -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Relocation Error (Urgent help needed Please help)

2005-01-14 Thread Henk Jonas
Mystery Tip: search first, ask later [EMAIL PROTECTED] wrote: Hi, I am able to compile my code but getting the following linking error Please help me it I have the three .c files and three .h files /usr/m68k-palmos/lib/crt0.o(.text+0x50):crt0.c:64: relocation truncated to fit: DISP16

Re: Relocation Error (Urgent help needed Please help)

2005-01-14 Thread chintan
Thanks for your tip -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Relocation Error (Urgent help needed Please help)

2005-01-13 Thread chintan
Hi, I am able to compile my code but getting the following linking error Please help me it I have the three .c files and three .h files /usr/m68k-palmos/lib/crt0.o(.text+0x50):crt0.c:64: relocation truncated to fit: DISP16 __do_bhook /usr/m68k-palmos/lib/crt0.o(.text+0x5a):crt0.c:67:

Re: Treo 650 Simulator: Urgent Help Needed... - Ben??

2004-12-12 Thread Nikolai Filipov
Simulator: Urgent Help Needed... - Ben?? Is there any time frame available on when you guys will fix this? (searching or clicking Treo/Tungsten does NOT show the T5 and Treo650 Simulators) Having the downloads' size next to them would be nice as well. Tell us a year at least... ;) At 10:42

Re: Treo 650 Simulator: Urgent Help Needed... - Ben??

2004-12-12 Thread Prabakar
, December 12, 2004 6:05 PM Subject: Re: Treo 650 Simulator: Urgent Help Needed... - Ben?? Prabakar, I mean that when you log in, then open development resources - Tungsten (or Treo), the latest Simulators (Tungsten T5 and Treo 650) aren't shown in the list that appears. Using Search also doesn't

Re: Treo 650 Simulator: Urgent Help Needed... - Ben??

2004-12-12 Thread Nikolai Filipov
: Urgent Help Needed... - Ben?? Is there any time frame available on when you guys will fix this? (searching or clicking Treo/Tungsten does NOT show the T5 and Treo650 Simulators) Having the downloads' size next to them would be nice as well. Tell us a year at least... ;) At 10:42 11.12.2004, you

Re: Treo 650 Simulator: Urgent Help Needed...

2004-12-11 Thread Prabakar
: Douglas Handy [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Saturday, December 11, 2004 1:28 PM Subject: Re: Treo 650 Simulator: Urgent Help Needed... Prabakar, Where I can get the Treo 650 Simulator?? How can I get the simulator for Treo 650 Simulator? As always, device

Re: Treo 650 Simulator: Urgent Help Needed...

2004-12-11 Thread Logan Shaw
Prabakar wrote: I already a member of that. I searched inside there already. I have a PalmOS 5.4 Garnet Simulator, SDK's also. But I need particularly Treo 650 Simulator. I downloded that palmOne 4.0 Beta SDK. It contains the below file,

Re: Treo 650 Simulator: Urgent Help Needed...

2004-12-11 Thread Douglas Handy
Prabakar, I already a member of that. Good. I downloded that palmOne 4.0 Beta SDK. I thought from the description on the page following login, that the simulator was included in the 4.0 beta SDK download. However, taking the link on that page to the development resources, I see that there

Re: Treo 650 Simulator: Urgent Help Needed...

2004-12-11 Thread Prabakar
: Re: Treo 650 Simulator: Urgent Help Needed... Prabakar, I already a member of that. Good. I downloded that palmOne 4.0 Beta SDK. I thought from the description on the page following login, that the simulator was included in the 4.0 beta SDK download. However, taking the link

Re: Treo 650 Simulator: Urgent Help Needed...

2004-12-11 Thread Douglas Handy
Prabakar, But Treo 650 Simualtor is not available in that URL Link. It is after you login. You must be a registered developer in the palmOne pluggedIn program to access the SDK containing the simulator. Sign in (or join), then the next page will include a link to the palmOne 4.0 Beta SDK. The

Re: Treo 650 Simulator: Urgent Help Needed... - Ben??

2004-12-11 Thread Nikolai Filipov
: Urgent Help Needed... Prabakar, I already a member of that. Good. I downloded that palmOne 4.0 Beta SDK. I thought from the description on the page following login, that the simulator was included in the 4.0 beta SDK download. However, taking the link on that page to the development

Re: Treo 650 Simulator: Urgent Help Needed... - Ben??

2004-12-11 Thread Prabakar
What are you meaning...? - Original Message - From: Nikolai Filipov [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Sunday, December 12, 2004 2:21 AM Subject: Re: Treo 650 Simulator: Urgent Help Needed... - Ben?? Is there any time frame available on when you guys

Re: Treo 650 Simulator: Urgent Help Needed...

2004-12-11 Thread Prabakar
: Re: Treo 650 Simulator: Urgent Help Needed... Prabakar, But Treo 650 Simualtor is not available in that URL Link. It is after you login. You must be a registered developer in the palmOne pluggedIn program to access the SDK containing the simulator. Sign in (or join), then the next page

Re: Treo 650 Simulator: Urgent Help Needed

2004-12-11 Thread Roger Stringer
Subject: Re: Treo 650 Simulator: Urgent Help Needed... From: Prabakar [EMAIL PROTECTED] Date: Sat, 11 Dec 2004 13:38:41 +0530 Thank you very much for your Immediate response. But Treo 650 Simualtor is not available in that URL Link. I think we would have that from the Hardware vendor. Can anyone

Re: Treo 650 Simulator: Urgent Help Needed...

2004-12-10 Thread Douglas Handy
Prabakar, Where I can get the Treo 650 Simulator?? How can I get the simulator for Treo 650 Simulator? As always, device specific simulators are released by the hardware vendor, not PalmSource. Thus in the case of the Treo 650 the logical place to check is the palmOne website. The first page

Treo 650 Simulator: Urgent Help Needed...

2004-12-10 Thread Prabakar
Hi, Where I can get the Treo 650 Simulator?? How can I get the simulator for Treo 650 Simulator? Please give me the URL Link soon. Urgent Help needed. - Prabakar Martin. [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Popup list callback function not being called...urgent help needed

2003-06-12 Thread Mark A. Peters
Why do you want the callback invoked when the form is open? With a popup list, the list itself is not supposed to be visible until the user taps the trigger. The draw function only gets called when the system needs to draw the popped up list. Mark Peters Vidya Amar [EMAIL PROTECTED] wrote in

Re: Popup list callback function not being called...urgent help needed

2003-06-12 Thread Vidya Amar
for the clarification. Vidya. From: Mark A. Peters [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: Re: Popup list callback function not being called...urgent help needed Date: Thu, 12 Jun 2003 14:15:58 -0700 Why do you want

Popup list callback function not being called...urgent help needed

2003-06-11 Thread Vidya Amar
Hi All, I have a popup trigger attached to a list which is created from a database by a callback function (LstSetDrawFunction) in the MainFormInit routine. I have pre-set the label for the popup trigger to be the 1st choice in the list when the form opens. Problem:- The callback

Re: Popup list callback function not being called...urgent help needed

2003-06-11 Thread Rodolphe Bréjaude
callback function not being called...urgent help needed Hi All, I have a popup trigger attached to a list which is created from a database by a callback function (LstSetDrawFunction) in the MainFormInit routine. I have pre-set the label for the popup trigger to be the 1st choice

Re: Popup list callback function not being called...urgent help needed

2003-06-11 Thread Vidya Amar
Rodolphe, Yes, I tried the following to set the no. of items in the list. Still the callback function is not being called when the form opens. LstSetListChoices(List, NULL, n);//n is set from the no. of records in the database LstSetDrawFunction(List, MainListDraw);

app install problem - urgent help is needed

2002-10-07 Thread Alex Gusev
Hi all, I've experienced weird problem during installation of my application on Palm device. During HotSync session I get Fatal error on Palm at Cleaning up stage. After reset the device I get the same message. Only if I press arrow up while reseting Palm starts to work. I may see that app

RE: app install problem - urgent help is needed

2002-10-07 Thread Maks Pyatkovskiy
Forum Subject: app install problem - urgent help is needed Hi all, I've experienced weird problem during installation of my application on Palm device. During HotSync session I get Fatal error on Palm at Cleaning up stage. After reset the device I get the same message. Only if I press

Re: app install problem - urgent help is needed

2002-10-07 Thread Christian Vandendorpe
Check also that you are not doing something like orphanning the AppInfo block of your DB. I just had a situation like this where I had to hard reset my Palm because it was in an infinite reset loop like you described. Maks Pyatkovskiy wrote: Please check your app on Palm OS Emulator: 1.

Re: Urgent Help ( Palm Database )

2002-08-13 Thread Tom Frauenhofer
Just a few quick etiquette points: 1) Posting the same message twice to the board doesn't often elicit responses 2) The words Urgent and Important in subject lines tends to cut down the number of responses as well. Subjects should be descriptive. 3) This post really belongs in the conduit

RE: Urgent Help ( Palm Database ) - creating PDBs from SQL databases

2002-08-13 Thread Andre Quitta
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tom Frauenhofer Sent: Tuesday, August 13, 2002 11:02 AM To: Palm Developer Forum Subject: Re: Urgent Help ( Palm Database ) Just a few quick etiquette points: 1) Posting the same message twice to the board doesn't often elicit

Urgent Help ( Palm Database )

2002-08-12 Thread D Johan
Hello I have my database is at SQLServer and Desktop version is i made in Power Builder and Palm application i am tring to made with Mobile Builder or with code warrier or PDAToolKit . So tell me how I can convert my data to palm . From SQLServer I can convert my file to .cvs form but for .pdb

Urgent help needed!!!

2002-08-08 Thread Alexander Galkin
If I try to use C++ (define C++ classes) in my CodeWarrior project with Palm OS 5 SDK I get linker error Exception68K.cp: '__rethrow' referenced from '__unexpected' is undefined How to resolve the link? also what .lib file should I link my project with? I found four similar .lib files in

RE: Urgent help needed!!!

2002-08-08 Thread Vinu Raj
-Original Message- From: Alexander Galkin Sent: Thursday, August 08, 2002 2:42 PM If I try to use C++ (define C++ classes) in my CodeWarrior project with Palm OS 5 SDK I get linker error Exception68K.cp: '__rethrow' referenced from '__unexpected' is undefined How to

Re: Urgent help needed!!!

2002-08-08 Thread Alexander Galkin
I am using CodeWarrior for Palm Demo that I downloaded from Metrowerks Web site. I also use Palm OS 5 SDK and I copied all required files (including .lib files) from Palm OS 5 SDK folder to CodeWarrior folder. Vinu Raj [EMAIL PROTECTED] wrote in message news:93330@palm-dev-forum...

RE: Urgent help needed!!!

2002-08-08 Thread Vinu Raj
-Original Message- From: Alexander Galkin Sent: Thursday, August 08, 2002 4:23 PM I am using CodeWarrior for Palm Demo that I downloaded from Metrowerks Web site. I also use Palm OS 5 SDK and I copied all required files (including .lib files) from Palm OS 5 SDK folder to

Re: Urgent Help needed

2001-11-21 Thread Philip Sheard
typedef struct { char a [25] ; int b ; char c[16][10] ; } MyStruct ; I could not sleep at night if I were using a struct like this. I would change it to one of these: typedef struct { char a [26] ; int b ; char c[16][10] ; } MyStruct ; typedef struct { int b ; char a [25] ;

Re: Urgent help

2001-11-08 Thread Alan Ingleby
Have you tried stepping through your code, and looking at what happened just before the error? Parhaps a short code sample from this point in your code would help us diagnose the problem.. Alan [EMAIL PROTECTED] wrote in message news:67334@palm-dev-forum... I am using this code to register

Needed : Urgent help!

2001-07-14 Thread Vijay Raghavan
Hi all ye Palm techies I am somwhat worked up over the Signature Sample which converts a signature into a bitmap. A couple of postings on this fetched me no reply :( Pl. have a go on this:- the code says ; theWindowHandle-gDeviceP-baseAddr when it moves offscreen bits into the bitmap.

Re: Needed : Urgent help!

2001-07-14 Thread Jamie Macleod
If you use more descriptive subject lines, rather than filling the news group with Urgent, Help, etc., people are more inclined to help. Vijay Raghavan [EMAIL PROTECTED] wrote in message news:56623@palm-dev-forum... Hi all ye Palm techies I am somwhat worked up over the Signature Sample

urgent help required:Palm Errorx 0201 (dmErrmemError)

2001-02-19 Thread ajitnk
Hi everybody, I am get this error in the POSE when i am trying to install the PRC. "Could not install Palm OS file because palm Os error )x0201 (dmErrmemError) occured". i have no idea why i am getting this error. couldn't find much info in the documentation. can anybody help me out please.

Re: urgent help required:Palm Errorx 0201 (dmErrmemError)

2001-02-19 Thread sreekant b
oothi moodittu pooiii cheruda sreek --- ajitnk [EMAIL PROTECTED] wrote: Hi everybody, I am get this error in the POSE when i am trying to install the PRC. "Could not install Palm OS file because palm Os error )x0201 (dmErrmemError) occured". i have no idea why i am getting this error.

Re: urgent help required:Palm Errorx 0201 (dmErrmemError)

2001-02-19 Thread sreekant b
oonakku pollepey illaiyaa dai kalieelj paiya --- ajitnk [EMAIL PROTECTED] wrote: Hi everybody, I am get this error in the POSE when i am trying to install the PRC. "Could not install Palm OS file because palm Os error )x0201 (dmErrmemError) occured". i have no idea why i am getting

URGENT::Help me to explain (to my boss) that a 1Mb Network appliccation it's not a good Idea!!

2000-08-30 Thread rdelprete
Help me to explain to my boss why a Network Application that for the libraries takes 381 KB and that at the and should be 850Kb or 1.1Mb, is not a good idea for Palm Pilot. I think it would be better to have terminal Query forms in the Palm Pilot, while the searching Application running on a

Re: URGENT::Help me to explain (to my boss) that a 1Mb Network appliccation it's not a good Idea!!

2000-08-30 Thread Tom Zerucha
On Wed, Aug 30, 2000 at 08:27:51AM +0100, [EMAIL PROTECTED] wrote: Help me to explain to my boss why a Network Application that for the libraries takes 381 KB and that at the and should be 850Kb or 1.1Mb, is not a good idea for Palm Pilot. I think it would be better to have terminal

  1   2   >