re: PalmOne PIM datamanager patch for T5, Treo650

2005-01-19 Thread Miron Ophir
We had this bug sorted up with palmOne. The problem is in the compatibility layer. I'll be happy to supply more details. Miron -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Problems posting with Outlook express

2005-01-19 Thread Miron Ophir
I'm able to read posts with OE, but my replies to the group never appear. Does any one knows why? Miron -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Problems posting with Outlook express

2005-01-19 Thread Prabakar
I guess, When you do reply, make sure your text is in Plan Text format instead of HTML format. - Martin Prabakar. - Original Message - From: Miron Ophir [EMAIL PROTECTED] To: Palm Developer Forum palm-dev-forum@news.palmos.com Sent: Wednesday, January 19, 2005 2:18 PM Subject: Problems

Re: PalmOne PIM datamanager patch for T5, Treo650

2005-01-19 Thread Mikhail Barashkov
We had this bug sorted up with palmOne. The problem is in the compatibility layer. I'll be happy to supply more details. Miron Miron, Did PalmOne confirm the bug to be on their side and provide some timetable for fixing this bug? Mikhail Barashkov http://www.handydev.com -- For information

How to write a conduit

2005-01-19 Thread Sorabh Arora
Hi Can any one tell me how to write a conduit . Also which development environment is better for writing conduits - VC++.NET or VC++6.0 Sorabh Arora Disclaimer :- This e-mail message including any attachment may contain confidential, proprietary or legally privileged information. It

Re: How to write a conduit

2005-01-19 Thread Mikhail Barashkov
Sorabh Arora wrote: Hi Can any one tell me how to write a conduit . Also which development environment is better for writing conduits - VC++.NET or VC++6.0 Sorabh Arora When you install CDK on your computer with VC++ installed, you get project conduit templates installed in VC. YOu can write

Re: Where are the emulator ROM images????

2005-01-19 Thread Jan Slodicka
I develop a cave survey freeware That's what I meant by special occasions. Anyway, we have also another app (a file manager) that is limited to OS4. But again, OS5 customers constitute 90+%. I talk about the paying customers as I don't have any access to those that just download. The cracked

Re: PalmOne PIM datamanager patch for T5, Treo650

2005-01-19 Thread Miron Ophir
Mikhail, As I'm not sure this issue doesn't fall under NDA restrictions, I have two suggestions to you: 1. Try to contact Welly in [EMAIL PROTECTED] regarding your problem. You can mention that you have a date book compatibility problems (Welly should know what this problem is about. You can

RE: Where are the emulator ROM images????

2005-01-19 Thread John Sutton
Jan Slodicka wrote In my opinion supporting OS3- in new apps cannot bring any gain. (Maybe except very special occasions.) Jan, I totally agree for *NEW* apps, but in our case not for enhancements to old apps. We're still supporting thousands of OS3 devices in the corporate world in the UK

LstGetVisibleItems ?

2005-01-19 Thread Chris Apers
Hi, I use LstGetVisibleItems to know how many visible items was defined with a given list, but this function seems to return 0 if the list is empty. Is it possible to retreive this list info in any cases or should i add empty items on the lists ? Thanks Chris -- For information on using

Re: STREAM FILES - URGENT PLEASE

2005-01-19 Thread José Ricardo Ziviani
Thanks for your answer, but I need to do it in the palm side. I am going to converting a PDB to a pain text inside my Palm. The problem is the header generates by the FileWrite palm api´s function (DBLK). - Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum

Re: LstGetVisibleItems ?

2005-01-19 Thread Vladimir Lozhnikov
Int16 wVisibleItems = LstGetNumberOfItems( ... ) LstGetVisibleItems( ...) ? LstGetNumberOfItems( ... ) : LstGetVisibleItems( ...); CA I use LstGetVisibleItems to know how many visible items was defined with a CA given list, CA but this function seems to return 0 if the list is empty. CA Is

Re: Using the Launcher's padlock icon

2005-01-19 Thread Robert Moynihan
Luc Le Blanc wrote: How do I extract databases like the Launcher? I don't see a PRC, even with FileZ. Luc, the Launcher app will be in ROM. You have to enable the ROM option in FileZ (bottom right corner) to see the ROM stuff. Bob. -- For information on using the Palm Developer Forums, or

Having Error in jmemmgr.c

2005-01-19 Thread Haider Iqbal
I am writing an application that used to show Pictures on the Palm Device. When I compile it , it compiles successfully but when I run it gives me a Linker error that is give below. Link Error: jmemmgr.c __get_UNIMPLEMENTED_ON_PALM_OS referenced from jinit_memory_mgr is undefined. Please

Re: Having Error in jmemmgr.c

2005-01-19 Thread Vladimir Lozhnikov
your project use jpeg decoder functions. function jinit_memory_mgr implementing in jmemmgr.c file. check your project for this file. HI I am writing an application that used to show Pictures on the Palm Device. When I compile it , it compiles successfully but when I run it gives me a Linker

Having Problem in JPEGView Library

2005-01-19 Thread Haider Iqbal
I have Downloaded your JPEGView Library from the link below: http://www.marginsoftware.com/attachments/JPEGView-1.2.zip I have Tungsten E palm Device. I put three files CommonUI Library.prc , ErrorNamesDB.prc , JPEGView.prc that are in the folder JPEGView 1.1.1 in distribution folder into my

Uncompress problems

2005-01-19 Thread Aryeh Teitelbaum
I have problems uncompressing an application icon. My code is: if (BmpGetCompressionType(bmp)) != BitmapCompressionTypeNone) if (BmpCompress(bmp,BitmapCompressionTypeNone) != errNone) return 0; The Compression type is BitmapCompressionTypeScanLine. BmpCompress returns 1282. Aryeh

Whether Palm OS Applications are Handheld Specific

2005-01-19 Thread Sorabh Arora
Hi I am new at Palm OS programming. I want to build a new application for Palm OS. Can any one tell me whether for different handhelds, customization of application would be done i.e. application built will be handheld specific or not. Is there any development tool on which built Palm OS

vchrHardRockerCenter:

2005-01-19 Thread Prabakar
Hi, Which version of SDK contain vchrHardRockerCenter for Treo 650 macro? Can anyone tell me? - Martin Prabakar. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: STREAM FILES - URGENT PLEASE

2005-01-19 Thread Douglas Handy
José, the first line is always filled with a header line, as it be a pdb file. What kind of mistake am I doing here? If you create the file on a VFS volume, you don't need the PDB header. However, the internal memory doesn't have a real file system at all. It *only* supports resource (eg

Serialport redirection on Simulator

2005-01-19 Thread Markus Reichart
My app works fine on real OS 4/5 devices and on the emulator. Only on simulator 5.4/6.1 I get an 0x0301 error on SrmOpen with serPortCradleRS232Port. Port redirection is set the right comport in the settings menu Any suggestions how to get the app on a simulator work? -- For information on

getting error (region coderes is full)

2005-01-19 Thread chintan
When trying to compile my application geeting the following error Error region coderes is full (Fortress section .text) Do I need to reshuffle my functions ?? Or Need to optimize my code?? right now I am trying with optimization Please help me, I am stuck with this problem regards , chintan

Re: Constructor's 99 resource limit

2005-01-19 Thread Roger Stringer
Subject: Re: Constructor's 99 resource limit From: Blake Winton [EMAIL PROTECTED] Date: Tue, 18 Jan 2005 15:52:31 -0500 Not a good answer as Constructor is still, in my opinion, superior to any of the present alternatives. I agree with that. Would be nice is Constructor would stay alive. Text

Re: How do you know when you are filling the stack or heap?

2005-01-19 Thread Roger Stringer
Subject: How do you know when you are filling the stack or heap? From: Rob [EMAIL PROTECTED] Date: Tue, 18 Jan 2005 10:22:48 +0200 X-Message-Number: 5 I've been struggling with 2 wierd bugs for 3 days now. I finally figured one of them occured when I set a local variable in a function to Char

T5 turning itself on

2005-01-19 Thread Regis St-Gelais
I have a T5 that turn itself on from time to time amd stay on for 2 minutes, then it auto close. There is no popup message and the attention manager is not flashing. There are no alarms in the datebook and no applications are installed on it. I did a hardreset on it but it does the same thing

Re: getting error (region coderes is full)

2005-01-19 Thread Robert Moynihan
Hi chintan, simply put, your Fortress section is too big. You could probably just create a new section, Fortress2? and put some of the functions in there. Bob. When trying to compile my application geeting the following error Error region coderes is full (Fortress section .text) Do I need to

Re: Where are the emulator ROM images????

2005-01-19 Thread Luc Le Blanc
Jan Slodicka wrote: Luc Le Blanc wrote: And myself, what do I gain? No money, that's for sure, but life is not just about earning money. Despite I may sound as too business-oriented, the reverse is true. I am more driven by the product quality than by the considerations whether the

Re: Constructor's 99 resource limit

2005-01-19 Thread Ben Combee
At 08:18 AM 1/19/2005, you wrote: I find it mind-blowing that PalmSource consider it even remotely acceptable to not have an effective GUI based screen designer. We don't... that's why we've been developing the Palm OS Resource Editor that's bundled with PODS. It's not quite up to Constructor's

Re: dynamic creating of a scrollbar control

2005-01-19 Thread Ben Combee
At 01:30 AM 1/19/2005, you wrote: Is there any way of creating a scrollbar control dynamically? Not using the Palm OS API. You could output your own form resource using code similar to PilRC, then load that form resource, but that's the only supported way, AFAIK. -- Ben Combee, Technical Lead,

Re: vchrHardRockerCenter:

2005-01-19 Thread Ben Combee
At 07:14 AM 1/19/2005, you wrote: Hi, Which version of SDK contain vchrHardRockerCenter for Treo 650 macro? Can anyone tell me? This is in the latest Palm OS SDK, released in Fall 2004. Unfortunately, right now it's only available with the PODS 1.1 download. I've prepared separate versions

Re: vchrHardRockerCenter:

2005-01-19 Thread Prabakar
Hi, Thank you so much. My Problem solved now. I added the macro like the below comment: #define vchrRockerCenter0x0136 // 5-way rocker center/press #define vchrHardRockerCenter0x013D// newly added... I have a doubt that I need to add this macro in Chars.h only OR both

Re: Constructor's 99 resource limit

2005-01-19 Thread Blake Winton
Roger Stringer wrote: For this area, I feel that a text-based format is so inherently superior that I honestly can't imagine why anyone is still using Constructor. sarcasm I presume you also prefer to roll down the windows of your car in the summer instead of messing with that new fangled A/C

deferred notifications problems

2005-01-19 Thread Neil Whitworth
I seam to be having problems on a T3 with the system's notification hanlders. In an app I am using the Palm File streaming API during a custom sub-launch to create delete files. During this there is no event loop running so non of the deferred notifications are sent. Some time later, when the

Re: ANN: JPEGView Source Released [was: Re: looking for help about the ARM-native JEPG...]

2005-01-19 Thread Vicky
Matthew, thanks for your writing so much! That saves me lots of time in my exploring... Have a good day and good work! Vicky -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: deferred notifications problems

2005-01-19 Thread Ben Combee
At 09:16 AM 1/19/2005, you wrote: Is ther anyway to stop this notification, or make the system send them (without using EvtGetEvent)? The system will send the next deferred notification when you call SysNotifyBroadcast with NULL passed as the parameter. Each call will empty one queue slot. --

Re: vchrHardRockerCenter:

2005-01-19 Thread Ben Combee
At 09:05 AM 1/19/2005, you wrote: Hi, Thank you so much. My Problem solved now. I added the macro like the below comment: #define vchrRockerCenter0x0136 // 5-way rocker center/press #define vchrHardRockerCenter0x013D// newly added... I have a doubt that I need to add this

Re-Installing PODFS ERRORS

2005-01-19 Thread Dirk Bridgedale
Help! I had to un install PODS1.1. Now when I try to Re Install PODS1.1, there are errors when the installer tries to set up the Cygwin environment. And I can't compile projects. I tried to remove Cygwin from the registry but same thing. Is there anything else I can do? Dirk -- For

RE: LstGetVisibleItems ?

2005-01-19 Thread Chris Apers
Well, this will give me 0 again What i need is the NumberOfItems defined at form creation Even if the list is empty. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Vladimir Lozhnikov Envoyé : mercredi 19 janvier 2005 13:14 À : Palm Developer Forum Objet

pageDown on newer devices?

2005-01-19 Thread David Linker
I have an application that looks for pageUpChr and pageDownChr as key events. This works fine on the emulator, and on my m505. I tried it on a Tungsten T3, and it did not work with the rocker that is used for paging up and down. How do I detect the page up and down rocker events on a tungsten?

Re: pageDown on newer devices?

2005-01-19 Thread Ben Combee
At 10:28 AM 1/19/2005, you wrote: I have an application that looks for pageUpChr and pageDownChr as key events. This works fine on the emulator, and on my m505. I tried it on a Tungsten T3, and it did not work with the rocker that is used for paging up and down. How do I detect the page up and

Re: LstGetVisibleItems ?

2005-01-19 Thread Robert Moynihan
Chris, off the top of my head, I thought that LstGetVisibleItems returned the size of the list object on the screen, regardless of how many items are actually in the list. Are you sure you haven't done a LstSetHeight to overwrite the original value? Bob. Chris Apers wrote: Well, this will

Camera programming using palmone SDK

2005-01-19 Thread Miguel Angel Sotomayor Hernandez
I'm new at palm programming (a couple of months) and I need to write a program to take pictures from a camera. After looking for a while I finally found the palmone sdk and the CameraLib-camL library. The docs say that it is compatible with the treo and zire cameras but I want to know if

RE: LstGetVisibleItems ?

2005-01-19 Thread Chris Apers
Yes, i have added 3 empty item in it and now I have the correct value. Tested on T3 simulator, perhaps a device specific problem ? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Robert Moynihan Envoyé : mercredi 19 janvier 2005 17:53 À : Palm

Detecting a Zire 72

2005-01-19 Thread Luc Le Blanc
I need to know the device code of the Zire 72. I found http://www.mobilegeographics.com/dev/devices.php but the 72 is missing. PalmOne didn't make it intuitive, it sounds like the Complete the series in IQ tests: 'Cubs', 'Zi21', 'Zi22', 'Zpth', ? -- Luc Le Blanc -- For information on using

Re: Having Problem in JPEGView Library

2005-01-19 Thread Matthew Bevan
On January 19, 2005 4:35 am, Haider Iqbal wrote: I have Downloaded your JPEGView Library from the link below: http://www.marginsoftware.com/attachments/JPEGView-1.2.zip JPEGView is an application - not a library. JPEGView uses an ARMlet from the following port of the Independant JPEG Group's

Re: Detecting a Zire 72

2005-01-19 Thread Ben Combee
At 11:01 AM 1/19/2005, you wrote: I need to know the device code of the Zire 72. I found http://www.mobilegeographics.com/dev/devices.php but the 72 is missing. PalmOne didn't make it intuitive, it sounds like the Complete the series in IQ tests: 'Cubs', 'Zi21', 'Zi22', 'Zpth', ? Maker is

Errors Installing PODS after a de-install

2005-01-19 Thread Dirk Bridgedale
I had to remove PODS1.1. Now when I re-install PODS1.1, I get errors when the installer configures cygwin. The DOS Shell windows shows errors. I can't make them all out because the screen disappears too quick for my eyes. But one error is RM: not found. I tried removing the Cygnus

Re: Bit Off Topic: First Cobalt PDA

2005-01-19 Thread James Foster
IS THIS REALLY TRUE? The reason I chose to develop for palm is because of security reasons alone. I have been envolved in some majore developments over the last while or so for OS Cobalt, so for me and the organization I am with, this would be tragic... Can anyone give me an estimate of the

Re: Bit Off Topic: First Cobalt PDA

2005-01-19 Thread James Foster
IS THIS REALLY TRUE? The reason I chose to develop for palm is because of security reasons alone. I have been envolved in some majore developments over the last while or so for OS Cobalt, so for me and the organization I am with, this would be tragic... Can anyone give me an estimate of the

Return value from DmSyncDatabase? (Tungsten T5)

2005-01-19 Thread Boris Kropivnitsky
We have noticed that when DmSyncDatabase is called immediately after DmRemoveRecord, it would return some garbage values, for example, 0x, 0xFC18, 0x000C, etc. The doc states that DmSyncDatabase returns only a few values which are none of the above. I wonder, if anyone have noticed this

re: Whether Palm OS Applications are Handheld Specific

2005-01-19 Thread Boris Kropivnitsky
Generally, it is perfectly possible to create appication that is hardware independent. Most of applications are, actually. Now, if the application is designed to utilize hardware capabilities that present only on certain devices (e.g. camera or hi-res screen), the app would work differently on

Re: How to start Palm App B from Palm App A --- and let App A quit permanently

2005-01-19 Thread Henk Jonas
SD Primality wrote: leaving the main next app to launch untouched. Or just simply making the App Launcher the default next app to launch after every true quit. There is not true quit. There is a recommended way to quit from your app (if you really need to quit from inside your app, which is

RE: How to start Palm App B from Palm App A --- and let App A quit permanently

2005-01-19 Thread Jonathan King
Ok, so the way I understand it, there is a third app, lets call it app X. We don't know what X is. X launches. A does something then launches B. If the user presses one of the 4 hard buttons or the home button, your app will exit automatically and launch whatever the user selected. I believe the

Re: Bit Off Topic: First Cobalt PDA

2005-01-19 Thread David Fedor
The reason I chose to develop for palm is because of security reasons alone. I have been envolved in some majore developments over the last while or so for OS Cobalt, so for me and the organization I am with, this would be tragic... I wish we were able to provide specifics, but licensees have

dragonball question

2005-01-19 Thread Logan Shaw
Hi everyone, I'm trying to improve the performance of some code I have, and it occurred to me maybe I'm not making efficient use of the cache. However, then it occurred to me that I don't know for sure whether the Dragonball 68k processors even *have* a cache. I looked at some of the documents

Re: How to start Palm App B from Palm App A --- and let App A quit permanently

2005-01-19 Thread David Fedor
There is not true quit. There is a recommended way to quit from your app (if you really need to quit from inside your app, which is not recommended at all): Send a Home-button char event to the system. This is right. Remember that the Launcher is just another application, and in fact on most

Re: How to start Palm App B from Palm App A --- and let App A quit permanently

2005-01-19 Thread Ben Combee
Again, the whole confusion stems from the fact that App B is quitting without being told to quit by the user. If you want to go to the launcher (for example because B can't run since it is missing a required file or whatever) then send them to the launcher. Don't be passive and just quit and

Re: dragonball question

2005-01-19 Thread Ben Combee
At 02:51 PM 1/19/2005, you wrote: Hi everyone, I'm trying to improve the performance of some code I have, and it occurred to me maybe I'm not making efficient use of the cache. However, then it occurred to me that I don't know for sure whether the Dragonball 68k processors even *have* a cache. I

Sony SDK's Documentation

2005-01-19 Thread Bill MacSween
The Sony website with all of their SDK's, documentation and simulators is no longer available. I have these for version 5.0 but I need them for version 5.2 to solve a problem with Jog Assist on a TH55. If anyone has these or can tell me where to get them, I would appreciate it. -- For

Re: Problems posting with Outlook express

2005-01-19 Thread Chris Tutty
From: Miron Ophir [EMAIL PROTECTED] I'm able to read posts with OE, but my replies to the group never appear. Does any one knows why? From memory the list manager has (or used to have) a setting for whether you wanted messages you sent to the list returned to you or not. This might be turned

Re: Problems posting with Outlook express

2005-01-19 Thread Regis St-Gelais
Miron Ophir [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] I'm able to read posts with OE, but my replies to the group never appear. Does any one knows why? Miron In the tool bar you have Reply to sender (Ctrl+R) and Reply to group (Ctrl+G) You also have those options

mwcvs: Codewarrior CVS - not working for me.

2005-01-19 Thread Erico Franco
[I am reposting here as I received no answer until now at tools-forum] Hi I am trying to setup Codewarrior CVS plugin (mwcvs), but I am getting a strange error: After setup the cvs params (enable mwcvs, enter cvsroot string) at EDIT-Version Control Settings, if I go VCS-Login: I get the

Create a numeric field in a table

2005-01-19 Thread AyloNs Hazzud
My software demands dynamically created numeric fields in tables, but I cannot found any API to change a field attributes to set it numeric or right aligned. As it´s not safe to change the attribute fields directly, I don´t know how to do it. Is it possible? How? Actuallty, I see that the Address

Re: Create a numeric field in a table

2005-01-19 Thread Miguel Angel Sotomayor Hernandez
I did this in my app. In my load data callback function: FieldAttrType attr; FldGetAttributes(campo,attr); //campo is the FieldType pointer I get in my callback function attr.justification = rightAlign; attr.numeric = true; FldSetAttributes(campo,attr); However, justification doesn't work very

Re: Constructor's 99 resource limit

2005-01-19 Thread Dan Björkgren
Roger Stringer wrote: Subject: Re: Constructor's 99 resource limit From: Blake Winton [EMAIL PROTECTED] Date: Tue, 18 Jan 2005 15:52:31 -0500 Not a good answer as Constructor is still, in my opinion, superior to any of the present alternatives. I agree with that. Would be nice is Constructor

Re: Create a numeric field in a table

2005-01-19 Thread AyloNs Hazzud
Miguel, I tried to to just the same thing, even the variable names were the same :c) But every time I try to do it, my emulator complains about forbidden memory access,and it gets really really annoying, as a forma can have 30+ fields like this. On Wed, 19 Jan 2005 15:56:38 -0600, Miguel Angel

Re: Create a numeric field in a table

2005-01-19 Thread AyloNs Hazzud
I did it. Actually it was not about the attr, but about the campo variable (a pointer to the Field). I was making it point to the wrong place :c) Thanks, Miguel. On Wed, 19 Jan 2005 14:27:18 -0800, AyloNs Hazzud [EMAIL PROTECTED] wrote: Miguel, I tried to to just the same thing, even the

Re: pageDown on newer devices?

2005-01-19 Thread David Linker
On Jan 19, 2005, at 8:34 AM, Ben Combee wrote: Those characters are sent for the up/down keys on the five-way navigator. There are other keys sent as well, so if you're returning true for handling any keyDownEvent, you might not get the vchrPageUp/vchrPageDown keys sent to you. I am not

Re: pageDown on newer devices?

2005-01-19 Thread Ben Combee
At 06:41 PM 1/19/2005, you wrote: On Jan 19, 2005, at 8:34 AM, Ben Combee wrote: Those characters are sent for the up/down keys on the five-way navigator. There are other keys sent as well, so if you're returning true for handling any keyDownEvent, you might not get the vchrPageUp/vchrPageDown

turning off systemsound with PrefSetPreference()

2005-01-19 Thread palmDev
I want to turn off the system sound eg: clicking programmatically. When i do the following PrefSetPreference(prefSysSoundVolume, 0); and then goto the Prefs app I see the System volume set to OFF but yet when i move the arrow keys i still here it clicking. but if I manually tap on the popup

Re: turning off systemsound with PrefSetPreference()

2005-01-19 Thread Douglas Handy
palmDev, and then goto the Prefs app I see the System volume set to OFF but yet when i move the arrow keys i still here it clicking. Search the archives. You are doing it right, but the problem is that the sound volume preferences are read in after a reset, and then simply retained in an

Re: Using the Launcher's padlock icon

2005-01-19 Thread Luc Le Blanc
Robert Moynihan a écrit : Luc Le Blanc wrote: How do I extract databases like the Launcher? I don't see a PRC, even with FileZ. Luc, the Launcher app will be in ROM. You have to enable the ROM option in FileZ (bottom right corner) to see the ROM stuff. Bob. But is the Launcher a

Re: vchrHardRockerCenter:

2005-01-19 Thread Luc Le Blanc
Ben Combee a écrit : At 09:05 AM 1/19/2005, you wrote: Hi, Thank you so much. My Problem solved now. I added the macro like the below comment: #define vchrRockerCenter0x0136 // 5-way rocker center/press #define vchrHardRockerCenter0x013D// newly added... I have

Re: vchrHardRockerCenter:

2005-01-19 Thread Ben Combee
Will this new SDK add definitions for T3 buttons like the 0x0512 that gets thrown when hitting what used to be the Calculator silkscreen button? 0x15xx character definitions are in the palmOne SDK -- Chars.h defines the range of custom chars for palmOne, but it's up to them to provide an SDK

Re: pageDown on newer devices?

2005-01-19 Thread David Linker
On Jan 19, 2005, at 4:55 PM, Ben Combee wrote: IDE version 3.1, you mean? That's CW for Palm OS V6, IIRC. What SDK version are you using? Which field of the keyDownEvent structure are you checking for the keycode? You are probably right about the version of CW. It was the version of the IDE

Device Specific PRC

2005-01-19 Thread Tisham
I have just installed the Eclipse based palm SDK and I was wondering how to generate a device specific .prc for the iQue. Any pointers will be helpful. Please also let me know if there is a good faq on the PALM-OS make file and an automatic makefile generator for the IQue device. Cheers,

Re: Device Specific PRC

2005-01-19 Thread Ben Combee
At 11:55 PM 1/19/2005, you wrote: I have just installed the Eclipse based palm SDK and I was wondering how to generate a device specific .prc for the iQue. Any pointers will be helpful. Please also let me know if there is a good faq on the PALM-OS make file and an automatic makefile generator for

RE: Device Specific PRC

2005-01-19 Thread Tisham
Garmin projects are designed for code warrior and I am using eclipse. I have the includes setup already, isn't it possible to make some generic apps without using the garmin includes for the PDA? The garmin headers and objects basically provide access to the GPS system. I want to know how to

RE: Device Specific PRC

2005-01-19 Thread Ben Combee
At 01:37 AM 1/20/2005, you wrote: Garmin projects are designed for code warrior and I am using eclipse. I have the includes setup already, isn't it possible to make some generic apps without using the garmin includes for the PDA? The garmin headers and objects basically provide access to the