Re: lstNewList

2004-09-16 Thread salil khanwalkar
Hi, In my earlier code the number of strings and the list items were fixed. This time i am trying to fetch records from a database and then display them in a list.What i am trying to do is once i find a record i want to add it to the (Char ** )itemList array and then set this array in the list.

Re: I give up...

2004-09-16 Thread Gary Olmstead
>Why aren't you just using DmNewRecord? I tried that. Doesn't make any difference. Any other suggestions? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

where to download the SDIO slot driver?

2004-09-16 Thread Luo Xiangang
I have been a PluggedIn Program member. But I don't find the SDIO slot driver there. Thanks for your answer! Luo -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: looking for a case-insensitive string search algorithm

2004-09-16 Thread Ken Krugler
Hi Stephen, Does anyone know of a good way to perform a case-insensitive search of a large text string for the first occurrence of a small text string - using code that supports non-ASCII character encodings (possibly multiple bytes per character) - and which doesn't restrict matches to beg

Re: Palm OS Developer Suite build problem

2004-09-16 Thread Ben Combee
At 04:20 PM 9/16/2004, you wrote: I am trying to set up the Palm OS Developer Suite but when I try to build a sample project I have the following error : make -k clean all Sorry, \epoc32\tools\make.exe is not supported in this release. Please use a different device. Use 'devices' to view the availa

WinGetScalingMode()/WinSetScalingMode()

2004-09-16 Thread Harvey Muzina
Disregard previous message -- didn't check if 1.5x Display Feature Set is present, just assumed it was... Harvey Find local movie times and trailers on Yahoo! Movies. http://au.movies.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm

Palm OS Developer Suite build problem

2004-09-16 Thread Jean-Marc Durieux
I am trying to set up the Palm OS Developer Suite but when I try to build a sample project I have the following error : make -k clean all Sorry, \epoc32\tools\make.exe is not supported in this release. Please use a different device. Use 'devices' to view the available devices. What does it mean a

Re: WinGetScalingMode()/WinSetScalingMode()

2004-09-16 Thread Ben Combee
At 03:57 PM 9/16/2004, you wrote: Anyone used WinSetScalingMode() successfully to render low density text (not bitmaps)? Even this causes T3 to crash: UInt32 mode = WinGetScalingMode(); I get this Fatal Alert: "Bitmap68K.c,Line:2573,Unknown HighDensityDispatch request:22". Simulator is no help -- i

Re: Fatal Error message

2004-09-16 Thread Robert Moynihan
omar marcillo wrote: I loaded my first application on my palm, after teh SYNc the plam did not work, a: fatal error message appeared , now it is impossible to go out, I tried to reset but it did not work either Help me Omar Try a 'no extensions' reset, where you hold the "up" button while p

WinGetScalingMode()/WinSetScalingMode()

2004-09-16 Thread Harvey Muzina
Anyone used WinSetScalingMode() successfully to render low density text (not bitmaps)? Even this causes T3 to crash: UInt32 mode = WinGetScalingMode(); I get this Fatal Alert: "Bitmap68K.c,Line:2573,Unknown HighDensityDispatch request:22". Simulator is no help -- it stops on that line as if I se

Re: trouble with StrPrintF

2004-09-16 Thread Avinash Ponugoti
Thank you Mr.Combee. Though all the variable in the Case Structure were declared to be 'int' When I changed "%+d %+d %+d %+d %+d %+d %+d %+d %+d %+d %+d" to "%ld %ld %ld %ld %ld %ld %ld %ld %ld %ld %ld" StrPrintF Worked fine. Regards, -Avi. On Thu, 16 Sep 2004 15:01:35 -0500, Ben Combee <[EMA

Re: trouble with StrPrintF

2004-09-16 Thread Ben Combee
At 02:51 PM 9/16/2004, you wrote: Hello, I am trying to do some thing like this using StrPrintF Int16 err = StrPrintF(resString,"%+d %+d %+d %+d %+d %+d %+d %+d %+d %+d %+d", Case.ID, Case.stateID, Case.countyID, Case.AC, Case.RC, Case.Init, Case.OType, Case.PS, Case.Train, Case.Intro,

Re: Project simple build command is not GNU make

2004-09-16 Thread Ben Combee
At 02:46 PM 9/16/2004, you wrote: I have the same problem! But I typed make.exe in the console and I've got the copyright message. When I compile in the console it works, but when I try to build it in the PODS, it doesn't work. I get something like "build command is not GNU make". Did you enter

trouble with StrPrintF

2004-09-16 Thread Avinash Ponugoti
Hello, I am trying to do some thing like this using StrPrintF Int16 err = StrPrintF(resString,"%+d %+d %+d %+d %+d %+d %+d %+d %+d %+d %+d", Case.ID, Case.stateID, Case.countyID, Case.AC, Case.RC, Case.Init, Case.OType, Case.PS, Case.Train, Case.Intro, Case.Str); resString does not co

Re: Project simple build command is not GNU make

2004-09-16 Thread Darkseid
I have the same problem! But I typed make.exe in the console and I've got the copyright message. When I compile in the console it works, but when I try to build it in the PODS, it doesn't work. I get something like "build command is not GNU make". -- For information on using the Palm Developer F

RE: help on integer to string conversion

2004-09-16 Thread Jim Coburn
Thanks, it worked. (B (B-Original Message- (BFrom: [EMAIL PROTECTED] (B[mailto:[EMAIL PROTECTED] On Behalf Of Luciano A. (BStertz (BSent: Thursday, September 16, 2004 3:37 PM (BTo: Palm Developer Forum (BSubject: Re: help on integer to string conversion (B (B (BPrototype (B (BC

Fatal Error message

2004-09-16 Thread omar marcillo
I loaded my first application on my palm, after teh SYNc the plam did not work, a: fatal error message appeared , now it is impossible to go out, I tried to reset but it did not work either Help me Omar -- ___ Find what you are looking for with the

Re: help on integer to string conversion

2004-09-16 Thread Luciano A. Stertz
Prototype Char *StrIToA ( Char *s, Int32 i ) Parameters â s Pointer to a string of size maxStrIToALen in which to store the results. â i Integer to convert. char * size = "12"; strDisplay = StrIToA (size,display); == Jim, As the

HTTTPLibrary - Treo 600

2004-09-16 Thread Darkseid
Where can I get a good and simple tutorial about HTTPLibrary for Treo 600 ?!? What about some examples?! Thankss []s -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: help on integer to string conversion

2004-09-16 Thread Jim Coburn
Luciano, I get a different memory location but the same effect if I try to cast 'display" as a char * in the line from CtlGetValue. The function code is as follows: Boolean MainFormDoCommand(UInt16 command) { Boolean handled = false; //get the Main form pointer

RE: Palm Os Resource Editor

2004-09-16 Thread Eric Cloninger
The version of the Palm OS Resource Editor that ships with PODS 1.1 does not include this functionality. This feature was added along with OS6-specific changes and we decided it would be best not include it in the PODS release for stability purposes. -E > -Original Message- > From: [EM

what is wrong with this TCP server code?

2004-09-16 Thread palmDev
can anybody tell me why the following code doesnt work on PalmOS5? i'm testing it on the simulator. The same code works fine on the M505 emulator. I'm using "localhost" as the server and port = "12345" on the real OS5 device it errors out in the "Listen" api if it put in a real ip address. thank

Re: Problem with FlpAToF API

2004-09-16 Thread Dailton de Oliveira Menezes
Thanks for your reply. Could you please test the following? double num; 1) num = FlpAToF("4294967297"); // I got 1 in Tungsten C(OS5.2) and Palm m100 (OS3.5) but worked in Zire m150 (OS4.1). 2) num = FlpAToF("9"); // Worked in all 3) num = FlpAToF("9.99"); // I got 12,157,521.

Re: Slow PNO on many OS5 devices :(

2004-09-16 Thread Chris Apers
Yes, easy ;)) nut It was a user feedback error, everything works fine thank you all - Original Message - From: "Henk Jonas" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, September 16, 2004 6:51 PM Subject: Re: Slow PNO on

Re: Problems converting rsrc to rcp

2004-09-16 Thread Matt Graham
Luciano A. Stertz wrote: It works fine, instead for accented caracteres (á, ç, õ, é, etc). These caracters are incorrectly converted, so I have the following questions: I'd suggest just switching to PilRC. It's not visual, but once you get used to working with it, it's better than Construct

Re: HTTP using NetLib on Treo 600

2004-09-16 Thread Ben Combee
At 11:37 AM 9/16/2004, you wrote: We are sending the following headers: Accept Content-Type User-Agent Content-Length No, we haven't been sending the Host header. Do you think, that's going to make a difference? I'm not sure, if that will, as the host is going to remain the same irrespective of

Re: Slow PNO on many OS5 devices :(

2004-09-16 Thread Henk Jonas
I'm not sure if I understand you correctly, but it sounds like the answer is: Just remove your last code changes ;-) SCNR, Henk Chris Apers wrote: Hi Henk, Ok, but my PNOs was working good on any devices and now i don't understand why they are so slow ... - Original Message - From: "Henk

Re: HTTP using NetLib on Treo 600

2004-09-16 Thread Kalyan Sakhamuri
We are sending the following headers: Accept Content-Type User-Agent Content-Length No, we haven't been sending the Host header. Do you think, that's going to make a difference? I'm not sure, if that will, as the host is going to remain the same irrespective of whatever device in use. Please, l

Re: error in debug sim but not in release?

2004-09-16 Thread Ben Combee
At 11:24 AM 9/16/2004, you wrote: Hello, I'm getting an error in the debug sim but not in the release sim The function getting the error seems to be working properly but this error still bothers me. "vfsmgr.c, Line:2348, VFSFileReadData: buffer not in storage heap" The release version of the P

error in debug sim but not in release?

2004-09-16 Thread pablo wablo
Hello, I'm getting an error in the debug sim but not in the release sim The function getting the error seems to be working properly but this error still bothers me. "vfsmgr.c, Line:2348, VFSFileReadData: buffer not in storage heap" what could this mean? Here's the function in question... U

re: SndStreamBufferCallback Question

2004-09-16 Thread Hays, Jonathan \(GE Infrastructure\)
Anyone have any info on this? -Jon -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Problem with FlpAToF API

2004-09-16 Thread Ben Combee
It would help for you to provide a test case of the string that is failing to convert properly on the Tungsten C that works on other devices. At 11:12 AM 9/16/2004, you wrote: I use FlpAToF on OS5 devices without a problem. Although I have not tested on a Tungsten C, it is working on the T and t

Re: Problems converting rsrc to rcp

2004-09-16 Thread Ben Combee
At 11:07 AM 9/16/2004, you wrote: It works fine, instead for accented caracteres (á, ç, õ, é, etc). These caracters are incorrectly converted, so I have the following questions: 1. Is there any other tool to convert rsrc to rcp that runs in Linux and doesn't have this limitation?

Re: Problem with FlpAToF API

2004-09-16 Thread Dave Lippincott
I use FlpAToF on OS5 devices without a problem. Although I have not tested on a Tungsten C, it is working on the T and the Clie units I've worked with. - Original Message - From: "Dailton de Oliveira Menezes" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursd

Re: help on integer to string conversion

2004-09-16 Thread Luciano A. Stertz
I mean, what are size and display? The function prototype is: Char *StrIToA ( Char *s, Int32 i ) Is 'size' a char pointer and display the integer you want to convert? Luciano Stertz Luciano A. Stertz wrote: Seems you are passing

Re: help on integer to string conversion

2004-09-16 Thread Luciano A. Stertz
Seems you are passing the arguments in the reverse order. Luciano Stertz [EMAIL PROTECTED] wrote: Hi, I'm looking for any help on why using "strDisplay = StrIToA (size,display)" always memory faults with the message: "App just wrote to the memory location 0x0004187C, which is in the

Problems converting rsrc to rcp

2004-09-16 Thread Luciano A. Stertz
Hi all, I'm developing in Linux using the prc-tools. As I couldn't find a nice resource editor that runs in Linux, I'm running Palm OS Constructor using wine and converting the rsrc file to rcp using rcsc2rcp (http://rsrc2rcp.sourceforge.net/). It works fine, instead for accented caractere

help on integer to string conversion

2004-09-16 Thread jdcoburn
Hi, I'm looking for any help on why using "strDisplay = StrIToA (size,display)" always memory faults with the message: "App just wrote to the memory location 0x0004187C, which is in the storage heap." It compiles ok, but as soon as the StrIToA function is called, I get the memory violatio

Re: Slow PNO on many OS5 devices :(

2004-09-16 Thread Chris Apers
Hi Henk, Ok, but my PNOs was working good on any devices and now i don't understand why they are so slow ... - Original Message - From: "Henk Jonas" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, September 16, 2004 5:44 PM Su

Re: Palm Os Resource Editor

2004-09-16 Thread Eric Potter
There is talk that a future release of PODS / Palm resouce editor will include a header file generator. For right now, I am maintaining a header file by hand. It's not something that I would want to do for a large application. Hopefully I can get xrd2header.xsl working at some point. This topic

Re: Slow PNO on many OS5 devices :(

2004-09-16 Thread Henk Jonas
Hi Chris, I compared my Zodiac against my T3 and found that the T3 is very slow with landscape mode (using a PNO to render the screen (WinSetForeColorRGB + WinDrawLine) and calling WinCopyRectangle to copy the offscreen window to the display). The T3 does 10 FPS in portrait, the Zodiac 5 FPS. I

Re: Project simple build command is not GNU make

2004-09-16 Thread Ben Combee
At 10:13 AM 9/16/2004, you wrote: I am trying PALM developer suite 1.0.0 I have created all kind of projects with wizard and at the end of wizard I got the following message in TASK window Error Project simple build command is not GNU make and I can not build the project This indicates that the

Project simple build command is not GNU make

2004-09-16 Thread omar marcillo
I am trying PALM developer suite 1.0.0 I have created all kind of projects with wizard and at the end of wizard I got the following message in TASK window Error Project simple build command is not GNU make and I can not build the project PLEAse advise me Regards Omar --

Treo 600 + SMS crash

2004-09-16 Thread Neil Whitworth
Hi All, I'm looking for insperation here... I have had reports that when a Treo 600 receives an SMS message, it will crash. Up untill yesterday I have never been able to reproduce this. I have 3 Treo 600's, and all are (UK) GSM devices, all have PalmOS v5.2.1 One is an Handspring Treo 600 on Oran

Re: looking for a case-insensitive string search algorithm (that allows non-prefix matches)

2004-09-16 Thread Stephen Klein
Nicholas Guarracino wrote: >Veronica, you might want to check out the following thread >which was recently on the comp.lang.c++.moderated newsgroup >for why this is not a trivial problem to solve: >http://tinyurl.com/722mj > >Stephen, I'm sorry I don't have a solution to your question, >but at lea

Re: Slow PNO on many OS5 devices :(

2004-09-16 Thread Aaron Ardiri
> >Thanks, really don't know why my PNO became so slow... :( > > This is better asked on the pno-forum mailing list. However, a lot depends > on how you call your PNO -- on most devices, every call to PceNativeCall > causes the processor cache to be flushed, which takes a bit of time. most Son

Re: Slow PNO on many OS5 devices :(

2004-09-16 Thread Ben Combee
At 08:04 AM 9/16/2004, you wrote: Hi, Does anyone know why my PNOs have good speed on Zodiac and are very slow on other OS5 device ? Thanks, really don't know why my PNO became so slow... :( This is better asked on the pno-forum mailing list. However, a lot depends on how you call your PNO -- on

Re: Linking errors in POSDS

2004-09-16 Thread Ben Combee
At 07:22 AM 9/16/2004, you wrote: Is there any document available for that or POSDS has some utilityI mean how to use it in POSDS. Thanks for quick response. Palm OS Developer Suite (PODS) comes with documentation built into the IDE, as well as release notes located in the installation folder

Re: sample PNO project hangs on device

2004-09-16 Thread Ben Combee
At 05:32 AM 9/16/2004, you wrote: --- Ben Combee <[EMAIL PROTECTED]> wrote: > >I'm looking into purchasing the palm universal > serial > >cable or a serial cradle? Will any of the two will > do? > > For a T2, you need a serial cable that supports the > Palm Universal Connector. One last thing, can

re: Problem with FlpAToF API

2004-09-16 Thread Dailton de Oliveira Menezes
This problem seems to be related to the PALM OS. Under PALM OS 4.x, FlpAToF works properly (the best approach) . There is a mention in Palm OS Programmer’s API Reference (page 668) that the API should work above PALM OS 4.x but it doesn’t. That's why it doesn't work in Tungsten C (Palm OS 5.2).

Re: Slow PNO on many OS5 devices :(

2004-09-16 Thread pablo wablo
Hello, I most likely can't answer your question but can I know what your application does? --- Chris Apers <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone know why my PNOs have good speed on > Zodiac > and are very slow on other OS5 device ? > > Thanks, really don't know why my PNO became so >

Slow PNO on many OS5 devices :(

2004-09-16 Thread Chris Apers
Hi, Does anyone know why my PNOs have good speed on Zodiac and are very slow on other OS5 device ? Thanks, really don't know why my PNO became so slow... :( Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: looking for a case-insensitive string search algorithm (that allows non-prefix matches)

2004-09-16 Thread Nicholas Guarracino
Veronica Loell wrote: I can't really see how the meaning of 'case insensitivity' can be dependent on the character encoding. No matter how an alphabeth is encoded the mathing characters will be the same. What does make a difference here is the locale/language, unless you assume that is decided by t

Re: Linking errors in POSDS

2004-09-16 Thread Pradeepkumar Chaturvedi
Is there any document available for that or POSDS has some utilityI mean how to use it in POSDS. Thanks for quick response. Pradeep >>> [EMAIL PROTECTED] 9/16/2004 3:48:51 PM >>> Have a look for Multisegment... Henk Pradeepkumar Chaturvedi wrote: > Hi All, > > I need a urgent help and I

Re: sample PNO project hangs on device

2004-09-16 Thread Pjuol Jola
--- Ben Combee <[EMAIL PROTECTED]> wrote: > >I'm looking into purchasing the palm universal > serial > >cable or a serial cradle? Will any of the two will > do? > > For a T2, you need a serial cable that supports the > Palm Universal Connector. One last thing, can I use a USB to Serial converte

Re: Linking errors in POSDS

2004-09-16 Thread Henk Jonas
Have a look for Multisegment... Henk Pradeepkumar Chaturvedi wrote: Hi All, I need a urgent help and I am highly thankful for that. I am compiling a 68K application and I am getting these errors while compilation. I do not know what to do now. All object files are getting created but IDE not abl