Re: problem with images

2005-01-08 Thread Henk Jonas
You can set the default screenmode in the sim and the available screenmodes also. Regards Henk Gary wrote: Yes, that got me too. Annoyingly, the Sim and a couple non-Tungsten test units didn't seem to need the setmode. Drove me nuts. G --

Re: RescheduleAlarms in dateAlarm.h/.c

2005-01-08 Thread Henk Jonas
Yuen Kwee wrote: how do i send a HotSync-Notification/LaunchCode? i am kind of new at this. any point of refrence or sample or anything alike? i am just like a baby learning to walk... please hold my hand... Look into the datebook example: datebook.c/PilotMain else if (cmd ==

Re: Hi All.

2005-01-08 Thread AyloNs Hazzud
I must agree. At first, I felt lost, as if I would never learn that way, but the Codewarrior Tut and the Palm OS Companion slowly started to make sense by itselfs, with no need for further reading than the documentation provided w/ CW. On Sat, 8 Jan 2005 07:50:55 -, Mihail Ivanchev

how to build with PODS?

2005-01-08 Thread Pavel Szalbot
Hi, I have a problem with PODS. When I create Managed make 68K C/C++ project, I am not able to build it, because of Project project_name build command is not GNU make. So I changed project properties and add make from PalmOSCygwin/bin to External Tools Builders page. Well, I am able to compile

Having Problem with Implementing Images

2005-01-08 Thread Haider Iqbal
Hi, I want to show JPG images in my application. I have used jpeglib from the following link: http://www.nyctergatis.com/jpeglib I have two issues: 1. How to Convert .jpg to .pdb Format. Please tell me that is there a utility to convert the JPG image into PDB image. If yes, please Provide

Re: Hi All.

2005-01-08 Thread babbu cathy
Hi, You meant to say, Palm OS Companion.pdf and Palm OS Companion2.pdf, which are coming up with codewarrior9.0 documentation, is mostly enough for me to get palm development properly. Catherine. --- AyloNs Hazzud [EMAIL PROTECTED] wrote: I must agree. At first, I felt lost, as if I

Re: Hi All.

2005-01-08 Thread AyloNs Hazzud
Sure. But, for better and faster undestanding and using, I strongly recommend get some source code (specially the ones from SDK), the API reference and try to understand how do they work. The Codewarrior for PalmOS tutorial its also a great start point fot people who are using CW, of

Re: Hi All.

2005-01-08 Thread babbu cathy
Hi, I want to work on Database creation, storing , editing etc. in tables, I went through the codwarrior examples of databook, memopad etc., But it was very very hard to study initially. I like to create some 5 fields(ex.username,password..) and store that data's into a Database using Tables.

Re: Hi All.

2005-01-08 Thread AyloNs Hazzud
Look at the AddressBook (now Contacts) code, its a great resource for learning how to handle with databases of all kinds. Youll find it in the SDK. But dont try to skip reading the companion by reading code, even if you are an experienced programmer. PalmOs programming and platform are much

Re: Fossil Wrist SDK?

2005-01-08 Thread Tony Yat-Tung Cheung
Thanks. I disabled the Settings-Debugging-Hardware Register Access, and then the emulator functions. I found that the emulator is not very sensitive for the REPEAT BUTTON controls, such as those in the Date Book. It is just very difficult to click at the REPEAT BUTTON. I think it's only an

Re: Hi All.

2005-01-08 Thread babbu cathy
Thank you so much to you for teaching me in the proper way. catherine. --- AyloNs Hazzud [EMAIL PROTECTED] wrote: Look at the AddressBook (now Contacts) code, it´s a great resource for learning how to handle with databases of all kinds. You´ll find it in the SDK. But don´t try to

POL

2005-01-08 Thread Matt DeCaro
Any word on ability to use POL with PODS? -- _ Matt DeCaro [EMAIL PROTECTED] [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

codewarrior problem?

2005-01-08 Thread babbu cathy
Hello, I am using metrowerks codewarrior latest updated version9.3 Sometimes, while debugging or trying to execute, codewarrior IDE getting closed automatically. Is there any problem with this IDE? or Computer Memory problem? catherine.

Re: POL

2005-01-08 Thread Ben Combee
At 11:12 AM 1/8/2005, you wrote: Any word on ability to use POL with PODS? None at the current time. I still recommend using CodeWarrior for 68K projects; the debugger and compiler both work better, although I've warmed a lot to Eclipse as an IDE for editing source code. -- Ben Combee,

Re: RescheduleAlarms in dateAlarm.h/.c

2005-01-08 Thread Yuen Kwee
thanks for the tip because of that, i have a few other question 1. is SyncNotification the correct/appropiate way of doing it? by using SyncNotification, will there be any side effects? 2. if i use SyncNotification, where should i add it into? in PilotMain or right after i write the

Re: codewarrior problem?

2005-01-08 Thread Mikhail Barashkov
I am using metrowerks codewarrior latest updated version9.3 Sometimes, while debugging or trying to execute, codewarrior IDE getting closed automatically. Is there any problem with this IDE? or Computer Memory problem? catherine. I'm getting the same bugs. Hope theywill release 9.4 one day.

Re: codewarrior problem?

2005-01-08 Thread AyloNs Hazzud
Its quite rare, but sometimes, it also happens with me. On Sat, 08 Jan 2005 21:25:35 +0200, Mikhail Barashkov [EMAIL PROTECTED] wrote: I am using metrowerks codewarrior latest updated version9.3 Sometimes, while debugging or trying to execute, codewarrior IDE getting closed automatically. Is

Re: RescheduleAlarms in dateAlarm.h/.c

2005-01-08 Thread Henk Jonas
Yuen Kwee wrote: thanks for the tip because of that, i have a few other question 1. is SyncNotification the correct/appropiate way of doing it? by using SyncNotification, will there be any side effects? I don't know about any side-effect. It is not the appropiate way to do, because the appropiate

Re: Having Problem with Implementing Images

2005-01-08 Thread Logan Shaw
Haider Iqbal wrote: I want to show JPG images in my application. I have used jpeglib from the following link: http://www.nyctergatis.com/jpeglib I have two issues: 1. How to Convert .jpg to .pdb Format. Please tell me that is there a utility to convert the JPG image into PDB image.

Re: Having Problem with Implementing Images

2005-01-08 Thread Ben Combee
At 03:03 PM 1/8/2005, you wrote: I don't know of any code that can write a file into a PDB on the desktop in a way that will make that PDB compatible with the File Streaming API. It may exist (and if it does, I'd like to know about it!), or it may not. However, you can convert files on the Palm

Newbie Codewarrior/OS5 SDK question...

2005-01-08 Thread John Spence
Hello, I have recently inherited a project to develop an application for the Treo 600. I have 20 years of C programming experience but none for the Palm platform. I also inherited a copy of CodeWarrior for Palm Computing Platform, Release 6. I have downloaded the OS 5 SDK, and after

Re: Hi All.

2005-01-08 Thread Chris Tutty
From: AyloNs Hazzud [EMAIL PROTECTED] Look at the AddressBook (now Contacts) code, its a great resource for learning how to handle with databases of all kinds. Youll find it in the SDK. Although for a beginner the Addressbook has the disadvantage that it's fairly complex (it stores variable

Re: Newbie Codewarrior/OS5 SDK question...

2005-01-08 Thread Ben Combee
At 04:19 PM 1/8/2005, you wrote: Hello, I have recently inherited a project to develop an application for the Treo 600. I have 20 years of C programming experience but none for the Palm platform. I also inherited a copy of CodeWarrior for Palm Computing Platform, Release 6. I have downloaded

I'm newbie. Difference w/ types of projects in Developer suite?

2005-01-08 Thread Han Wei
I'm a newbie and I'd like to know the difference between a 68k project, 68k PNO project, and Protein project. I tried searching the help database but to no avail. Thanks so much! -kr5t -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Having Problem with Implementing Images

2005-01-08 Thread Donald C. Kirker
I use that JPEG library in my project, WAPUniverse (http://www.wapuniverse.com/). There is unfortantly no documentation other than the annotation at the top of the header file. I believe there is a call to read and write to and from a file stream. You can also read VFS and maybe write to VFS. You

Re: I'm newbie. Difference w/ types of projects in Developer suite?

2005-01-08 Thread Krzysztof Kowalczyk
On Sun, 9 Jan 2005 00:48:36 -, Han Wei [EMAIL PROTECTED] wrote: I'm a newbie and I'd like to know the difference between a 68k project, 68k PNO project, and Protein project. 68k is code that only has 68000 (68000 is a Motorola 680xx family processor used in all old Palm OS devices running

Re: Having Problem with Implementing Images

2005-01-08 Thread Donald C. Kirker
Err, excuse me. For decoding and writing you have to make a couple of calls. The file, PalmJpegSampleApp.c, should explain everything and it offers various examples for various situations. Regards, Donald Donald C. Kirker [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I use that JPEG

Re: Newbie Codewarrior/OS5 SDK question...

2005-01-08 Thread John Spence
Hi Ben, Thanks for the reply. Yes, I figured it is in the Linker settings, but I'm not sure how to find those. I do know that I got a bunch of messages when I first loaded the project that said the project was made for a later version of CodeWarrior, and was asked if I wanted to convert it.

Re: Newbie Codewarrior/OS5 SDK question...

2005-01-08 Thread Chris Tutty
From: John Spence [EMAIL PROTECTED] I have recently inherited a project to develop an application for the Treo 600. I have 20 years of C programming experience but none for the Palm platform. I also inherited a copy of CodeWarrior for Palm Computing Platform, Release 6. From memory

Re: I'm newbie. Difference w/ types of projects in Developer suite?

2005-01-08 Thread kr5t
Thanks for the interesting and amusing explanation. I'll stick to 68k while I write my first bits of code and graduate to 68k PNO when I've got the feel of 68k. I wonder why Palm has SDK for Protein when it doesn't have devices w/ Protein? My gratitude, -kr5t -- For information on using the

Re: I'm newbie. Difference w/ types of projects in Developer suite?

2005-01-08 Thread Chris Tutty
From: kr5t [EMAIL PROTECTED] I wonder why Palm has SDK for Protein when it doesn't have devices w/ Protein? Because PalmSource sells the operating system, not the hardware the Palm devices are sold by PalmOne, the other half of the original company). Helping developers to get existing

Re: I'm newbie. Difference w/ types of projects in Developer suite?

2005-01-08 Thread kr5t
Oh, I see. Thanks-kr5t -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: I'm newbie. Difference w/ types of projects in Developer suite?

2005-01-08 Thread Ben Combee
I wonder why Palm has SDK for Protein when it doesn't have devices w/ Protein? Because we do have simulators that run Palm OS Cobalt, and we want a development environment and applications to be ready when devices that use Palm OS Cobalt and the Protein API start shipping. Remember, PalmSource

Re: C++ for Palm -- getting started.

2005-01-08 Thread David Orriss Jr
On Fri, 7 Jan 2005 06:14:31 -, awais khan [EMAIL PROTECTED] wrote: It can be ported to OS6, the only defficency is that it lackes the new feactures of OS6. The other of POL said he won't be porting it to OS6... DavidO My blog: http://mywebpages.comcast.net/daorriss/ My PalmOS apps:

Re: Metrowerks new version?

2005-01-08 Thread David Orriss Jr
On Fri, 7 Jan 2005 11:35:16 -0500, Palm [EMAIL PROTECTED] wrote: Is there any plans for Metrowerks to come out with a new CodeWarrior version 10 for Palm? Nope. Ben having left Metrowerks to go to PalmSource should have been a clear indicator of that.. ;) DavidO My blog:

Re: Hi All.

2005-01-08 Thread babbu cathy
Hi, AddressBook and other examples is very very hard to study for me,since i am a new-comer for palm and interested to study database using tables and it has lot of flows. Is there any other links available for simplified code with step by step method for database using tables? Can anyone Please

Re: Hi All.

2005-01-08 Thread Logan Shaw
babbu cathy wrote: AddressBook and other examples is very very hard to study for me,since i am a new-comer for palm and interested to study database using tables and it has lot of flows. Is there any other links available for simplified code with step by step method for database using

Re: Hi All.

2005-01-08 Thread babbu cathy
Mr.Logan, I know that. For that practice I asked simplified code samples from links except codewarrior tough exapmples. catherine --- Logan Shaw [EMAIL PROTECTED] wrote: babbu cathy wrote: AddressBook and other examples is very very hard to study for me,since i am a new-comer for palm and

Search for Substring in a string

2005-01-08 Thread Stadin, Benjamin
Hi all! I'm looking for fast way to find a substring in a string, like Pos() does it for strings. I have a pointer to a field on my form and char array (that's a derivate of the Memo sample from the sdk). Is there a common function to find if a substring is somewhere in a string or could you

Re: I'm newbie. Difference w/ types of projects in Developer suite?

2005-01-08 Thread David Orriss Jr
On Sat, 08 Jan 2005 20:16:05 -0600, Ben Combee [EMAIL PROTECTED] wrote: Palm OS Cobalt has been available to licensees since early 2004, but it just hasn't shipped on any devices yet. And *why* is that? I think that's the question we all keep asking ourselves.. DavidO My blog:

Bluetooth:

2005-01-08 Thread Prabakar
I am trying to implement the Bluetooth functionality in my exchange manager app. I am using BtLibSocketSend to send a packet of data, but the data not sends completely. Has anyone come across this problem? What is the fix for this? - Martin Prabakar. -- For information on using the Palm

Re: Search for Substring in a string

2005-01-08 Thread Ben Combee
At 11:35 PM 1/8/2005, you wrote: Hi all! I'm looking for fast way to find a substring in a string, like Pos() does it for strings. I have a pointer to a field on my form and char array (that's a derivate of the Memo sample from the sdk). Is there a common function to find if a substring is