Outgoing message notification

2006-02-19 Thread Roel Wijmans
I know it is possible to register an app for incomming sms messages, but is it at all possible to trap for outgoing messages? Is it just me, or are the later SDK documentation so much harder to read and figure out? Thanks for the help Roel -- For information on using the PalmSource Developer

re: Interrupting SndPlaySmf on Treo 650

2005-08-30 Thread Roel Wijmans
I have a similar problem with my applications. I can interrupt it when i tap on the screen, but when a button is pressed, it won't stop at all.. I'm also interested in any comments/solutions Roel -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

VFS database question

2005-07-22 Thread Roel Wijmans
I want to work with a database stored on a memory card. the VFS API functions don't have the same functions as the DM functions.. Such as Create new record and sort records etc. What is the easiest way to create a new record and sort it in the right place in a database stored on a memory card?

LifeDrive Cache question

2005-06-19 Thread Roel Wijmans
As i understand it, the LifeDrive has a 10Mb caching system. Does this mean that its limited to run apps smaller then 10 mb only? The amount of time required to copy an application to memory would the obviously make the device very slow. Is my assumption correct? If so, is there a way around

Re: Lifedrive problems

2005-06-02 Thread Roel Wijmans
The FindFile code is as follows... With the volume number changing, does that mean i can't have a database open for the duration of my application running? do i just need to open and close the database every time i need to access it? static FileRef FindFile (UInt16 volRefNum, Char *directory,

Re: Lifedrive problems

2005-05-31 Thread Roel Wijmans
I seem to have the opposite problem. My app seems to work fine on the SD card, but won't work on the device itself. I'm assuming that that would be a similar problem? I'm using this UInt32 volumeIterator; FileRef theDatabaseFile; volumeIterator =

NVFS tests

2005-04-28 Thread Roel Wijmans
i would also be interested in the code for these tests. I still have issues with reading from a database both from a card and from a device. These issues only happen on a NVFS device. Some of the work arounds like DmSync etc don't seem to solve my problems. I know there have been several

re: NVFS tests

2005-04-28 Thread Roel Wijmans
Sorry this was meant as a reply to the NVFS thread by David Carrigan. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

NVFS Question

2005-04-16 Thread Roel Wijmans
I've got an application using VFS functions. I query a database on a memory card using DmQueryRecord. once finished with the record, I free the handle and set it to NULL. However, on the Treo 650 or T5 there still seems to be a memory leak in that if i access 10 or so records in a row the

Re: NVFS Question

2005-04-16 Thread Roel Wijmans
Thanks Ben, I'll try that. I'm using VFSFileDBGetRecord to access the records from the database on a memory card.. Is that still valid then on NVFS devices? I do a MemHandle free after VFSDBGetRecord there also. -- For information on using the Palm Developer Forums, or to unsubscribe, please

text color on a popup trigger label

2005-03-06 Thread Roel Wijmans
Is it possible to change the text color of a label on a popup trigger? I've tried using WinSetTextColorRGB to white, but that doesn't seem to have any effect on CtlSetLabel function. Can anyone point me in the right direction? Thanks Roel -- For information on using the Palm Developer Forums,

Re: adding ARMC0001.bin to my project

2005-02-22 Thread Roel Wijmans
Thanks for the response. I'm a beginner programmer so most of what was said is a little over my head. I know nothing about Perl, so i'm as confused as ever. :) Can someone give me a beginners explaination on how i can get my ARMC001.bin included in my project please. Thanks -- For information

adding ARMC0001.bin to my project

2005-02-21 Thread Roel Wijmans
I'm using CW 8 for Macintosh and need to add an ARMC0001.bin file to my project. I've added a .r file with read 'ARMC' (1, 'ARMC') ARMC0001.bin; but that doesn't seem to make much of a difference.. I've tried to look up in what ever documentation i could find, but all i could find was that i

Memory leak using VFS

2005-02-18 Thread Roel Wijmans
I seem to be having a memory leak when running a database of a memory card. The emulator doesn't pick it up though. All is running fine if the database runs of the device, but as soon as i run it of the memory card, it i start loosing memory. I can't figure out what i'm doing wrong.. I'm

PODS vs CodeWarrior

2005-02-13 Thread Roel Wijmans
I'm currently using codewarrior 8 for Macintosh, but have access to a pc with Codewarrior 9. I'm curious to hear peoples views on using PODS vs using CodeWarrior. I know the cost is a large contribution to using PODS, but if cost wasn't an issue what would people use? What are the advantages

Treo and Midi question

2005-02-12 Thread Roel Wijmans
Is it only the Treo 600 and 650 that are capable of playing Multi channel Midi 1 files? or are there other devices out there that can. I know that the Palm devices only support Midi 0 single channel, and was happy to discover that my Treo 600 quite happily played my midi files without any

PalmOne SDK 4.1 question

2005-02-02 Thread Roel Wijmans
I've downloaded the 4.1 sdk after lots of searching.. However, i use CodeWarrior for Mac and the files all don't seem to be codewarrior files.. The only thing i'm looking for at the moment is how you display the Option, Option Lock on the Treo's and what header files i need to include for

Re: help with SndPlaySmf

2005-01-27 Thread Roel Wijmans
Thanks for your reply Henk, No I'm not sure where to look for the restrictions for the Midi file.. And don't know how to look for them in the Midi file.. what software do I use to look at the Midi file? I've looked thru the Palm Reference doc and the companion doc, but haven't found anything

help with SndPlaySmf

2005-01-26 Thread Roel Wijmans
I've been told not to use SndStreamCreate to play Midi files.. Thanks for the response on that post.. I've got a pointer to the Midi data and am trying to play the file. However, i keep getting an error 2 bad channel when calling SndPlaySmf. err = SndPlaySmf (NULL, SndSmfCmdPlay,

re: Developer Pavillion -- broken again

2005-01-26 Thread Roel Wijmans
Mine has never been fixed! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Problem with SndStreamCreate and playing the midi

2005-01-24 Thread Roel Wijmans
I am trying to play a midi file i've downloaded by using SndStreamCreate. I've stored the file in a database and have a pointer to the midi data. I'm not sure what the original sample rate was for the sound file, but when i try to play the midi using the code below, i get nothing but a bit of a

midi files

2005-01-16 Thread Roel Wijmans
I'm trying to find some sample code on how you play midi files. I've created a database of all the midi files i want to be able to play, but i'm unclear on how you actually play them. the API isn't very clear to me. Can anyone help me out with a sample of how to play them please. Roel -- For

re: pc to Palm format jpeg convertion utility

2004-12-21 Thread Roel Wijmans
i just use a Adobe Photoshop action to resize my JPEGs on the pc/Mac to the resolution for the palm. it simply scales down the images to 320X320 or smaller if needed. I try to do this of original GIFs if i can so that the scaling down won't loose any quality. Once resized i use the pnoJpegLib

Re: POSE 3.5 on a Macintosh G5 with OS X 10.3.6

2004-12-02 Thread Roel Wijmans
I'm also running it on a G5 wiht 10.3.6 and have no problems saving anything. I've been running for over 6 months on my G5 without any issues at all. I've got several sessions saved -- For information on using the Palm Developer Forums, or to unsubscribe, please see

full-screen writing

2004-11-29 Thread Roel Wijmans
How can i switch this function off temporarily when my app runs? I can't seem to find anything in the API about this functionality. Thanks Roel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: Resource Question

2004-11-14 Thread Roel Wijmans
Just to clarify, I'm running CodeWarrior 8 for Mac and don't have any of the utilities you are talking about there. When running the project it tells me it will ignore the duplicate resources anyways, but I wouldn't mind fixing the problem if i can. I would prefer not having to recreate the

Re: Form Help ID

2004-11-14 Thread Roel Wijmans
Ben, What do you mean by the icon is drawn from the symbol font? Can i simply put a label on the form and type something in the text and switch to symbol to make the icon appear? that would be nice :) i didn't know you could do that -- For information on using the Palm Developer Forums, or to

Form Question

2004-11-14 Thread Roel Wijmans
If i am calling a form that isn't the size of a full screen form, is there a way to save the form behind so it shows like an alert with the previous form behind it? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Form Help ID

2004-11-13 Thread Roel Wijmans
When i add a help id to an alert, the little icon in the top right always takes me to a form called Tips... Is there a way to have it go to a custom Form? I can't see what event it triggers to go to that Tips form. I would like it to go to a form i created myself. -- For information on using

Resource Question

2004-11-13 Thread Roel Wijmans
I've included a resource file from another project, but now i keep getting Link errors for tAIN, tver and taic. Is there a way to change the resource ids for these in the second resource file? -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Form Help ID

2004-11-13 Thread Roel Wijmans
Yes thanks for that.. I know that.. But once set i want to be able to capture the event and make it go to my own form rather then the Tips form it goes to by default.. I've tried stepping through the code, but i can't see what event it triggers when you click the icon in the top right hand

Re: Form Help ID

2004-11-13 Thread Roel Wijmans
Thanks Ben, I have seeding access so i'll have a look at the source code there. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Form Help ID

2004-11-13 Thread Roel Wijmans
Is there a way to rename the title of the form it pull ups from an alert? At the moment its called Tips. Can i change that at all? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: including the SysZLib in my prc

2004-11-07 Thread Roel Wijmans
Thanks for that Info Tam. Yes the reason was just to make things easy for the user. Its good to hear that its pretty common practise to install multiple prc files. I've been looking into the installer programs that make one installer file.. Nutshell is one i found that seems to work very well.

Re: Palm OS's Future

2004-11-07 Thread Roel Wijmans
I've only started the development of my first application on the Palm. But i've been a bit worried about some of the rumours going around about Palm OS myself. Hearing that the Treo might start running Microsoft OS. And also the drop in market share. I've started to look around for a different

RE: including the SysZLib in my prc

2004-11-06 Thread Roel Wijmans
Not snobbish at all Tam, I appreciate any opinion. I've not done this before so I'm looking for the best solution. Sounds like an installer is the best way. And obviously that goes for any pdb file that is on the rather large side as well then. Thanks for your feedback -- For information on

including the SysZLib in my prc

2004-11-04 Thread Roel Wijmans
I know i've asked this before, but I'm not clear on how this can be done. I can't include the SysZLib as a resource as it is larger then 64k. So how would i go about including this library as part of my prc so that the user won't have to install the library seperately? I've read something

Re: including the SysZLib in my prc

2004-11-04 Thread Roel Wijmans
My application is already a multi segemented app, but the SysZLib library for using compressing is over 64k. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

treo and five way sdk

2004-10-26 Thread Roel Wijmans
I'm having a problem with the five way sdk. i'm trying to make the left button do something like this case keyDownEvent: if (NavDirectionPressed(eventP, Left)) { //do something however it seems to completely ignore this. It doesn't register the

Re: treo and five way sdk

2004-10-26 Thread Roel Wijmans
do i need to test for the treo or just add that as a keydown even? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

library in prc

2004-10-25 Thread Roel Wijmans
I'm using the SysZLib library for my compression in my application. What i would like to do is include this in my prc and only install it if it isn't already installed. Can anyone guide me in the right direction on how to do that please. I kinda understand the way you do it with a pdb file and

including a database in the application

2004-10-07 Thread Roel Wijmans
I'm creating a pdb file from elsewhere rather then from inside my app. Is it possible to include it in the app and when its installed on the device to also install the pdb file? Similarly can you do that with library files also? Roel -- For information on using the Palm Developer Forums, or to

jdpalmlib

2004-09-14 Thread Roel Wijmans
Can someone tell me what the parameter for scanlines and max_lines is in jdlib_read_scanlines JPP((UInt16 libRef, j_decompress_ptr cinfo, JSAMPARRAY scanlines, JDIMENSION max_lines))? I can't seem to figure out what they are supposed to be. I'm sure i'm blind and a bit thick, but some help

JpegLib not able to display image on T3

2004-09-01 Thread Roel Wijmans
I've been using the JpegLib to display jpg on my device. I've succesfully been able to do that on the Palm Emulator with a 505 ROM on a Mac G5 with codewarrior. How ever when i try to install the app on my T3 everything works except displaying the image. Anyone seen this before? Before

compressing using the SysZLib Library

2004-07-28 Thread Roel Wijmans
I'm trying to compress a set of text files using this library... I've been running into problems with files that are 32k or larger. I keep getting a Z_MEM_ERROR. In the manual for the library it doesn't mention the fact that you can't compress anything larger then 32k. Does anyone know if this

RE: Using C vs C++ to develop apps

2004-07-21 Thread Roel Wijmans
Thanks to all who replied.. I appreciate it.. I know is a topic that's been asked many times and i appreciate your time and explainations... My first question to this forum and its been very helpful. R -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Using C vs C++ to develop apps

2004-07-20 Thread Roel Wijmans
I appreciate your reply Keith, I can see some of the issues with C++ but i still would like to hear other developer's opinion on the topic. As i'm not a hugely technical person as i'm just starting out, some of the topics in the FAQ articles don't mean much to me From those articles it seems C

Using C vs C++ to develop apps

2004-07-19 Thread Roel Wijmans
This has probably been asked a million times before, but since i can't find much info on this topic, i would appreciate peoples opinion on using ANSI C vs C++. I'm using ANSI C at the moment for my apps, but am noticing a lot of references to C++ and Palm OS development. So what is the best way