Re: User defined Events

2004-07-14 Thread Tim Kostka
You can generate quite a few of your own events. Pass a value for eventsEnum that is reserved for user events: enum events { ... firstUserEvent = 0x6000, lastUserEvent = 0x7FFF } eventsEnum; Take a look at the EventType structure for the details. Cheers, Tim Kostka Ritu Chawla [EMAIL

RE: User defined Events

2004-07-14 Thread Ritu Chawla
Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tim Kostka Sent: Wednesday, July 14, 2004 11:36 AM To: Palm Developer Forum Subject: Re: User defined Events You can generate quite a few of your own events. Pass a value for eventsEnum that is

Re: User defined Events

2004-07-14 Thread Chris Tutty
From: Tim Kostka [EMAIL PROTECTED] You can generate quite a few of your own events. Pass a value for eventsEnum that is reserved for user events: enum events { ... firstUserEvent = 0x6000, lastUserEvent = 0x7FFF } eventsEnum; Take a look at the EventType structure for the details.

Image APIs?

2004-07-14 Thread George VS
Hi group, I am considering building a photo album application. Can anyone give me advice on what Image APIs may be used. Are there any specific APIs for different devices (Palm, Sony, ..., OS5) or a standard can be used. What APIs are used for building the image databases (storing images) and

Re: Decode a PDB file with ANSI C

2004-07-14 Thread Dave Lippincott
Palmsource has published the PDB file format. There are also 3rd party controls but I'm not familiar with any for Unix. Look through the Palmsource docs on their developer's website for the spec and google for any PDB libraries and/or code examples. The PDB format is not difficult to read.

Re: Lists - tap and hold

2004-07-14 Thread Matt Graham
[EMAIL PROTECTED] wrote: Unfortunately this didn't seem to work. While the selection now works as I expected, the tap and hold never first. The processing of the event only fires when there is a pen up, which means pen down, hold, hold, hold, hold never runs my timeout code, as it's still waiting

Re: Indexing algorithm for index file for a dictionary

2004-07-14 Thread Matt Graham
kcorey wrote: On Tue, 2004-07-13 at 17:01, Nur wrote: What would be the most efficient algorithm to use for an index file for an modifiable dictionary database (where words can be inserted or removed)? Factors to be considered: searching speed, addition/deletion speed, index file size etc.

Re: Newbie developer needs direction: Palm Resources (buttons), C PODS

2004-07-14 Thread Roger Stringer
Subject: Newbie developer needs direction: Palm Resources (buttons), C PODS From: Phil Kelly [EMAIL PROTECTED] Date: Tue, 13 Jul 2004 21:42:58 -0500 OK, I'm taking the plunge and have decided to do a little application development and after struggling on my own for 2 weeks, I think it's time to

Re: Lists - tap and hold

2004-07-14 Thread David Chevalier
[EMAIL PROTECTED] wrote: I have a list, in which I need the user to be able to tap and hold any entry, and it will pop up information regarding the selected item. Right now I am struggling with the tap and hold part. Technical issues aside, you might have legal problems with this technique

Re: Indexing algorithm for index file for a dictionary

2004-07-14 Thread Nur
Thanks Matt and Ken for your suggestion. Well, if I store one word (or phrase) per record and let the database sort for each insertion or deletion action, that would cause a huge processing overhead and I doubt a user would like to wait that long. So, I am thinking of storing several words per

Re: PODS-Problem Building a multi-section app

2004-07-14 Thread Richard Dumais
Thanks John for deducing that build-prc was not using sections.def. Thanks Ben for confirming that this is a bug which at least won't exist in the final release of PODS 1.0. I will look at the manual makefile. ...Richard -- For information on using the Palm Developer Forums, or to

Creator of DmCreateDatabase

2004-07-14 Thread Wendel
Hi, How can i create a unique creator id for my database? DmCreateDatabase Im actually using I111 but i wanna a id for my use only. Thanx Wendel B Silva -- WebMail Secrel (C) - www.secrel.com.br -- For

Re: Lists - tap and hold

2004-07-14 Thread Dave Lippincott
An awesome patent. It should be really enforceable being there is no prior art for this. I wish the Newton did this way back when, it would have really added to the interface. It would have been nice if the power button on my Palm Pro also turned on the backlight if I held it for a second or

Sound Stream API's Problem

2004-07-14 Thread Gaurav Mengi
hi friends, I have made a voice recorder using Sound Stream API's .Its working fine on the simulator but when i use it on the Tre0 270 and tre0 600 it crashes.where i create The streams..ie SndStreamCreate API... Ne pointers plzz Gaurav -- For information on using

Resource size?

2004-07-14 Thread Ted Peters
I feel like I must be missing something simple... Is there a way to get the correct data size of a resource? The only possibilities that I have found are MemHandleSize()/MemPtrSize(), but their documentation says Call this routine to get the original requested size of a chunk. which sounds like

Re: Sound Stream API's Problem

2004-07-14 Thread Ben Combee
At 11:32 AM 7/14/2004, you wrote: hi friends, I have made a voice recorder using Sound Stream API's .Its working fine on the simulator but when i use it on the Tre0 270 and tre0 600 it crashes.where i create The streams..ie SndStreamCreate API... The Treo 270 doesn't support

Re: Resource size?

2004-07-14 Thread Ben Combee
At 11:50 AM 7/14/2004, you wrote: I feel like I must be missing something simple... Is there a way to get the correct data size of a resource? The only possibilities that I have found are MemHandleSize()/MemPtrSize(), but their documentation says Call this routine to get the original requested

Result of DmCreateDatabase - Wrong Card

2004-07-14 Thread Wendel
Hi, Im creating a database using DmCreateDatabase. I wanna know the result Err of the function to know when the error is memErrCardNotPresent, but, when i put a invalid card and call DmCreateDatabase the application stop and crash. []' Wendel B Silva

Re: Resource size?

2004-07-14 Thread Ted Peters
Ben, aha! Thanks for the clarification. I'll go grab another cup of coffee and re-read the Memory Manager docs! Thanks, Ted On Jul 14, 2004, at 9:50 AM, Ben Combee wrote: At 11:50 AM 7/14/2004, you wrote: I feel like I must be missing something simple... Is there a way to get the correct data

Re: Result of DmCreateDatabase - Wrong Card

2004-07-14 Thread Ben Combee
At 11:55 AM 7/14/2004, you wrote: Hi, Im creating a database using DmCreateDatabase. I wanna know the result Err of the function to know when the error is memErrCardNotPresent, but, when i put a invalid card and call DmCreateDatabase the application stop and crash. That error has nothing to do

Re: Creator of DmCreateDatabase

2004-07-14 Thread Dave Lippincott
You register your creator ID with PalmSource http://spp.palmos.com/iws/creator/ExtSearchCreatorID.jsp http://www.palmos.com/creatoriddown.html?creatorid/ It looks like I111 is already in use. - Original Message - From: Wendel [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED]

SDIO issues, Tungsten T vs. m125

2004-07-14 Thread Dave Johnson
I'm developing an application to talk to custom SDIO hardware. The hardware interrupts the handheld when it has data ready to be read. My interrupt callback uses SDIORWExtendedByte() to read the data. So far so good. On my Tungsten T (OS 5.0), I frequently get an error (expErrUnsupportedOperation)

Re: jpeg library

2004-07-14 Thread Konstantin Klyatskin
I know. :) http://www.absoluteword.com/jpglib/ JPEG/GIF decompression library for Palm OS 1.. Fast and quality decoding 2.. Fast JPEG scaling (1:8, 1:4, 1:2, 1:1) 3.. Optimized palette: 16bpp for 16bpp devices, Web palette for 256 color device, 4bpp for BW devices. 4.. GIF animation via

Displaying JPGs

2004-07-14 Thread Palm
Hi everybody, How would I be able to display JPGs or GIFs within Palm? I'm using CodeWarrior for Palm v8. Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Lists - tap and hold

2004-07-14 Thread Robert Moynihan
David Chevalier wrote: [EMAIL PROTECTED] wrote: I have a list, in which I need the user to be able to tap and hold any entry, and it will pop up information regarding the selected item. Right now I am struggling with the tap and hold part. Technical issues aside, you might have legal

Re: SDIO issues, Tungsten T vs. m125

2004-07-14 Thread Petr Stetina
Only for clarification: where SDIORWExtendedByte comes from? I can't find such method in public headers. Petr Dave Johnson wrote: I'm developing an application to talk to custom SDIO hardware. The hardware interrupts the handheld when it has data ready to be read. My interrupt callback uses

Re: SDIO issues, Tungsten T vs. m125

2004-07-14 Thread Dave Johnson
There is a separate SDK for SDIO applications, available PluggedIn program members (in other words, those who develop custom hardware for the Palm). Dave On Jul 14, 2004, at 12:26 PM, Petr Stetina wrote: Only for clarification: where SDIORWExtendedByte comes from? I can't find such method in

Re: Displaying JPGs

2004-07-14 Thread Konstantin Klyatskin
JPEG/GIF decompression library for Palm OS 1.. Fast and quality decoding 2.. Fast JPEG scaling (1:8, 1:4, 1:2, 1:1) 3.. Optimized palette: 16bpp for 16bpp devices, Web palette for 256 color device, 4bpp for BW devices. 4.. GIF animation via one-function call 5.. Float scaling

Displaying unicode

2004-07-14 Thread Jim Leno
I have run into a situation where I need to display unicode characters not in the 1252 code page. From what I've been reading, it would appear that I need to make my own custom font to do this. Is that correct? Are there any commercial fonts folks can recommend that are made for this kind of

Shim stops pining after 20 minutes

2004-07-14 Thread Carl
Hello and thanks in advance for any advance that is given. What I have is an arm 'shim', somewhat like the sample 'VPPI that one can download from Palm One. In this sample there is a shim that basically can trap the packets as they are coming and going from the hardware, nic. Basically my

Distributor greed - Are there other distributors

2004-07-14 Thread Mike Davis
Sorry for posting this in this forum. I don't see any other fourms that I'm subscribed to that are more appropriate. Just received another increase notice from Handango. Are there any other better ( or as good ) distributors than Handango or PalmGear? My reply to Handango's email: You are

Re: Distributor greed - Are there other distributors

2004-07-14 Thread LionScribe
I agree with your complaint, but I disagree with your math. The Feds are also taking 28% from Handango, so the math should be as follows; Feds 28% Handango 28.8% Developer 43.2% I have been using www.ShareIt.com as my storefront. They only charge a max of 14.9%, and they have a very advanced

RE: Image APIs?

2004-07-14 Thread Oscar De León
George, look at this Technical Note. Could help as an starting point. http://www.nsbasic.com/palm/info/technotes/TN04b.htm The sample code is for NSBASIC, but DmGetResource() is an API, so you can translate the code easily to C. Regards Oscar -Mensaje original- De: [EMAIL PROTECTED]

Sound Stream API's

2004-07-14 Thread Gaurav Mengi
Hi Friends, Can anybody tell on which devices the Sound Stream APIs are supported.. Gaurav Mengi -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/