Treo 600 firmware version check?

2005-08-11 Thread Ron Nicholson
I don't have a Treo 600 device or simulator... What OS call or Ftr read do I use to check whether the firmware version of a Treo 600 is updated to 3.05 or newer? Do I need to check this before attempting to use sampled sound input? e.g. Will a non-updated Treo 600 return an error gracefully? Or

Treo 650 sampled sound frequency difference?

2005-08-11 Thread Ron Nicholson
On a Treo 650, when the SndStreamCreate sampleRate parameter is set to 8000 , the device seems to act as if the sample rate is actually around 7957 samples per second. Could this be a big anomaly on just this one specific GSM Treo 650 I was testing? Or could there be a model specific sampling

PalmSource and MontaVista

2005-08-11 Thread Orasanu Iuliana
I read this articol http://www.palmsource.com/press/2005/080905_montavista.html When will a sdk be available? Any comments? I can't wait to see the new PDAs... ;-) Regards, Iulia -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

table - why it changes when i press on it

2005-08-11 Thread Klemen Dovrtel
I draw i table which is not editable. But every time pres on it, it starts to show some strange chars and it draws the line below the field... Why is that? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Need some help determing what might be crashing this code

2005-08-11 Thread Roger Stringer
Subject: Re: Need some help determing what might be crashing this code From: druid [EMAIL PROTECTED] Date: Thu, 11 Aug 2005 02:32:00 - X-Message-Number: 21 Here is the open routine static Err Open(void) { // Open the database or create it if it doesn't exist: if(dbPtr ==

Re: Need some help determing what might be crashing this code

2005-08-11 Thread druid
So you saying do this ? cause all the fields are always set to 256 and all the fields are set to 255 max RecordH = DmGetRecord(dbPtr, nRecordIndex); GetFieldData( levelFLD, level, 255 ); GetFieldData( expiFLD, expFld, 255 ); GetFieldData( repeatFLD, repet, 255 ); GetFieldData(

Re: PODS on linux

2005-08-11 Thread Andre Luis Guimaraes Cruz
--- David Birdsall [EMAIL PROTECTED] escreveu: Yes. You can get the source code at palmdeve web site or, if you use a linux that accept rpm install files, you can download it at some rpm repository on the net (I think pbone have it - http://rpm.pbone.net/). If you are thinking in develop palm

RE: PODS on linux

2005-08-11 Thread David Birdsall
Great stuff - thanks for the help and the links :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andre Luis Guimaraes Cruz Sent: 11 August 2005 14:38 To: Palm Developer Forum Subject: Re: PODS on linux --- David Birdsall [EMAIL PROTECTED] escreveu:

Re: FrmNewForm, FrmDoDialog, and FrmSetNavState

2005-08-11 Thread Eric Potter
mguo wrote: set focus first, then draw the form. Were implying that I do this? if (eventP-data.ctlSelect.controlID == Button8) { FormPtr pFrm = FrmInitForm(TestModalForm); FrmSetEventHandler(pFrm, ModalFormEventHandler); //If you make this call here. It will

Simple question about how to increase stack size

2005-08-11 Thread Stanislav Borisov
Hi all, I'm new in the forum and in the Palm programming. I'm developing Palm application with CW9.0 for PalmOne Treo 650 device and now I'm testing with the simulator. I have following problem: Sometimes my application crashes with fatal error Invalid chunk ptr or sometimes the simulator

Re: FrmNewForm, FrmDoDialog, and FrmSetNavState

2005-08-11 Thread Regis St-Gelais
Eric Potter [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] In my application, I create a new form with FrmNewForm, setting the modal flage to true. I display it with FrmDoDialog. But when I run it on the T5, the focus ring is not drawn. I though all Modal forms had the

Re: Installing PODS--gives error and quits

2005-08-11 Thread Alan J. McFarlane
I can't believe that your sent a one line reply and included ~40KB and 516 lines of useless attachment... :-( In article news:[EMAIL PROTECTED], Marcelo van Kampen wrote: Try to Re-Download the package, maybe it´s corrupt. Marcelo van Kampen On 8/9/05, Don I [EMAIL PROTECTED] wrote: Hello

RE: Installing PODS--gives error and quits

2005-08-11 Thread David Birdsall
I can't believe that you responded to his email to tell him that. ;-D -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alan J. McFarlane Sent: 11 August 2005 14:57 To: Palm Developer Forum Subject: Re: Installing PODS--gives error and quits I can't believe

Console Mode Accessing ROM and RAM

2005-08-11 Thread Ng Diing Yaw
Helloz, I am a newbie here. I am doing a sch project abt accessing and retrieving all unlisted and listed data in palm and transfered to SD card. I am using zire 31 as a specimen. Is there a way to access all data in (bits and bytes) in ROM and RAM? I understand it got to do with Memory

re: table - why it changes when i press on it

2005-08-11 Thread ThuNguyet Nguyen
you wrote: I draw i table which is not editable. But every time pres on it, it starts to show some strange chars and it draws the line below the field... Why is that? You could set a breakpoint in the formHandleEvent to see where to code jumps to when you press on the table. Do you have

Re: Simple question about how to increase stack size

2005-08-11 Thread Jan Slodicka
Hi Stanislav, An example what could cause Invalid chunk ptr: MemPtrFree( 0x12345678 ) ;// trying to free a non-alocated chunk Usually the reasons are difficult to trace. It might be the use of a block that was meanwhile deallocated and dozens of other reasons. Use debug console, make the

Re: FrmNewForm, FrmDoDialog, and FrmSetNavState

2005-08-11 Thread Eric Potter
Regis St-Gelais wrote: Eric Potter [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] In my application, I create a new form with FrmNewForm, setting the modal flage to true. I display it with FrmDoDialog. But when I run it on the T5, the focus ring is not drawn. I though

RE: Simple question about how to increase stack size

2005-08-11 Thread Jeffry Loucks
Stanislav, You can change the stack size at least two ways; 1) change the requested stack size at build time in the 'pref' resource 2) change the actual stack at run time The first is simple. For example, if using PilRC, the following is supposed to work: SYSAPPLICATIONPREFERENCES ID 0 PRIORITY

What is the 1st param in SysLibInstall( , ) ? How to use SysLibInstall()

2005-08-11 Thread ThuNguyet Nguyen
Hello everyone, First, I am sorry for the long email. I don't know how to write it shorter. I want to run my application from the send contact menu in the contact (address book app). I read the recipe in Palmsource about running the application from the send menu, The recipe said Begin quote

Printing Photos.

2005-08-11 Thread pritam hasabnis
Hello EB, I have created simple application which has the requirement of printing photos which are taken through palm. Does anybody has idea about Printing this Photos to Printer from Palm Handheld directly? Sample code would help us greatly Regards, -Pritam.

Invoke Camera Utility.

2005-08-11 Thread pritam hasabnis
Hello EB, Does anybody has sample code which will call Camera utility which is provided by Palm. I have one small Button placed on form which needs to invoke Camera utility on clicking this button. Regards, -Pritam.