Re: Basic Multithreading (with Sound API) contd.

2006-09-21 Thread Donald C. Kirker
Ok, so playing with SysSetA5 did not work, and using the callback fix that Ian Goldberg (I think that is his name) created did not work (this callback thing looked like it saved and copied the A4, but I am a noob at assembly and registers). Anything else that might crash a sound thread? Or, any

Re: Basic Multithreading (with Sound API) contd.

2006-09-21 Thread Donald C. Kirker
Ok, so playing with SysSetA5 did not work, and using the callback fix that Ian Goldberg (I think that is his name) created did not work (this callback thing looked like it saved and copied the A4, but I am a noob at asembly and registers). Anything else that might crash a sound thread? Or, any

Jpeg Streaming..

2006-09-21 Thread Anoop
Hi all, Am currently working on an application in streaming Jpeg image from an Axis Camera. Does anyone work in streaming live image from camera into palm device. We got a sample jpeg decompression library. The problem now we are facing is in linking library jpegLibrary.lib into our p

Serial Communication - NULL in message

2006-09-21 Thread nitin baranwal
HiI am sending ASCII data of variable length (suppose 30 at this time) which contain NULL (0x00) at 25th location. Now when I am reading number of bytes using SrmReceiveCheck, it is showing only 24 bytes, not 30. Is there any way to get the correct number of bytes?   Thanks Nitin Do you Yahoo

Re: Monitor Palm resets

2006-09-21 Thread Robert Moynihan
Regis Melo wrote: case sysAppLaunchCmdSystemReset : // write my code here to write a PDB! My question is - Is it possible to write a PDB when a reset event occurs? Remember that that launch code is sent AFTER the reset has happened, and just as the device is start

Re: Monitor Palm resets

2006-09-21 Thread Jeff Loucks
Are you using global variables? Global variables are usually only available to your app during a normal launch. When launched at reset, you do not have globals available. Rewrite your app, or at least the code that runs at reset, to not use globals. Note, that if you are building a multi-segmen

Monitor Palm resets

2006-09-21 Thread Regis Melo
Hello!   I'm trying to write a simple program that write in a PDB every time that a Palm resets.   My code is like that:   UInt32 PilotMain(UInt16 cmd, MemPtr cmdPBP, UInt16 launchFlags) { switch (cmd)    {        case sysAppLaunchCmdSystemReset :   // write my code here to write a

Re: SDK Developer Suite Help! How Do I create an app from a C++ source file.

2006-09-21 Thread Ben Combee
It sounds like you are saying that the palm os programming environment uses a "C like" language, but it's not exactly C. OK well if thats the case I'll just leave my programs on my lab top, don't have the time to learn a different language, know too many as it is, my head is almost full. You

Re: SDK Developer Suite Help! How Do I create an app from a C++ source file.

2006-09-21 Thread ASIC_Designer
Hello Potter It sounds like you are saying that the palm os programming environment uses a "C like" language, but it's not exactly C. OK well if thats the case I'll just leave my programs on my lab top, don't have the time to learn a different language, know too many as it is, my head is al

Re: SDK Developer Suite Help! How Do I create an app from a C++ source file.

2006-09-21 Thread Del Ventruella
1. Get a book or a "teach yourself" manual to introduce yourself to programming for the Palm OS using whatever development environment you have and read it. (The Palm OS web site has some information on the development kit.) 2. If you have no C/C++ background, take at least one course in the ev

SDK Developer Suite Help! How Do I create an app from a C++ source file.

2006-09-21 Thread derrick_chi
Hello Everyone I am new to this board and actually kinda new to palm got my first one almost a year ago and found out what exactly I had been missing. I recently found out that the palm os was programmed in C/C++ and that there were development kits avaiable for free to allow programmers to de

Re: MemoryMgr.c Non-word aligned handle

2006-09-21 Thread Carlos
This is driving me nuts!!! I have change my program to use MemHandles instead of Global variables, and that didn't help. Split the structure so there was only one int and 1 char value, and have "aligned" them Unless I am missing something... The structures loo like this (APP_MAX_ROW is 64):

Fonts

2006-09-21 Thread Kishor Bhushan
I'm using xfont tools for developing custom application font for my application.I ran out of hexa decimal value ,which i used for special character,i need italics Style for my application .can i use two different custom appication font for my application ?.please advise thanks regards, Kishor

PalmPhotoImageDisplay problem on T650 simulator

2006-09-21 Thread Riekey
This happens on T650 debug simulators. I haven't tried it on device yet. I open a jpeg image in file, crop it and display it with PalmPhotoImageDisplay. when I press home key to exit my application, the simulator pops up a error dialog saying 'freeing invalid chunk ptr'. This does not happen on

Re: Form title with BT icon on Treo650...

2006-09-21 Thread Michal Seliga
check PmSysGadgets in PalmOne SDK basically you put gadget to form and use one call to initialize it. afther this it will take care about itself Hynek Sladky wrote: > Hallo, > > I want to update my application to show BT state, battery state, GSM > state on Treo 650. > > Some bult-in applications