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.
>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/
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/
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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/
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
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
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
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.
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
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
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
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
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
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
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
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/
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
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?
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
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
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
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
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
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
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
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
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
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
--
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
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
> >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
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
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
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
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).
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
>
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/
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
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
--- 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
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
56 matches
Mail list logo