Re: Native Arm Applications

2004-08-09 Thread Ben Combee
At 01:12 AM 8/10/2004, you wrote: On Tue, 10 Aug 2004 06:58:58 +0200, Aaron Ardiri <[EMAIL PROTECTED]> wrote: > now, most developers will use PACE to get ARM access. our SHARK > development kit has a 1k 68k loader - to switch into ARM, then, it > stays in ARM all the time (even event loop is in ARM

Re: Icons changing in alert dialogs

2004-08-09 Thread Ben Combee
At 11:52 PM 8/9/2004, you wrote: Hi all, Has anyone had the problem where the application icon displays as the icon in an alert, regardless of the alert type (i.e. all of the warning/error/confirmation icons normally displayed in the top left corner of an alert have been replaced by the applicat

Re: Native Arm Applications

2004-08-09 Thread Krzysztof Kowalczyk
On Tue, 10 Aug 2004 06:58:58 +0200, Aaron Ardiri <[EMAIL PROTECTED]> wrote: > now, most developers will use PACE to get ARM access. our SHARK > development kit has a 1k 68k loader - to switch into ARM, then, it > stays in ARM all the time (even event loop is in ARM) But can you call (easily or at

phonecalldb format

2004-08-09 Thread Fadi
Hello I am trying to extract the data that exists in the phonecalldb pdb file (call log). I was able to find the phone number and type of call (incoming, missed, or outgoing), but not the call time, date, and duration. Any help on this matter? thanks -- For information on using the Palm Develop

Re: Native Arm Applications

2004-08-09 Thread Aaron Ardiri
> I see that NSBasic has a Native ARM runtime. What do they know that > we don't know? I thought there was no way to write a completely native > application on OS-5? well, you can write 100% native ARM applications; if you know how. a few native ARM applications include: hotsync, tapwave rom u

Icons changing in alert dialogs

2004-08-09 Thread Kyle Dorian
Hi all, Has anyone had the problem where the application icon displays as the icon in an alert, regardless of the alert type (i.e. all of the warning/error/confirmation icons normally displayed in the top left corner of an alert have been replaced by the application icon)? I have recently chan

Re: Call Log

2004-08-09 Thread Fadi
Hello Where can u find these details? I have been looking for these details (date, time, and duration) for a while inthe phoneCallDB.pdb, but could not find anything. Did u find any solution to your problem? thanks Matt Horvat wrote: I have a call log database that stated the following format and c

Re: Native Arm Applications

2004-08-09 Thread Ben Combee
At 07:00 PM 8/9/2004, you wrote: I see that NSBasic has a Native ARM runtime. What do they know that we don't know? I thought there was no way to write a completely native application on OS-5? You can write PACE Native Objects, which is ARM code called by 68K code. That's the technique that's

Native Arm Applications

2004-08-09 Thread jhillman1
I see that NSBasic has a Native ARM runtime. What do they know that we don't know? I thought there was no way to write a completely native application on OS-5? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: problem with DmNewRecord() when size is 0

2004-08-09 Thread Ben Combee
At 05:24 PM 8/9/2004, you wrote: Hello everybody, I have a quick question for you. A portion of my code looks like as below and it generates an error: "Database: Out of memory. Delete old data or undeleted applications. (Dm 0201)." However, when I change the record size to something bigger than 0,

problem with DmNewRecord() when size is 0

2004-08-09 Thread Jennifer Fell
Hello everybody, I have a quick question for you. A portion of my code looks like as below and it generates an error: "Database: Out of memory. Delete old data or undeleted applications. (Dm 0201)." However, when I change the record size to something bigger than 0, it works. I wonder if anybody co

RE: Treo 600 auto turn on wireless mode

2004-08-09 Thread joe bloggs
Can't help you there but good luck. Cheers, Joe --- Martin Bruner <[EMAIL PROTECTED]> wrote: > I think I figured out the problem. I have been > converting a rather large > program (84K) to codwarrior 9.x and 5.x SDK. I do > not get a reset when I > turn on the radio in a much smaller test progra

RE: [ANN] Palm OS programming tutorial August 17 - Special discount

2004-08-09 Thread Robert Rhode
Sure, PODS is available for free download, but that doesn't help sell my talk, does it? :-) I hope that offering an action-packed all-day class on Palm OS for a deeply discounted price is incentive enough; I wanted to inject a little levity into the announcement. I'm sorry if I disturbed anyone

Use os MemHandleFree

2004-08-09 Thread Régis Daniel de Oliveira
Hy all!!! Is mandatory the use o MemHandleFree after using MemHandleNew and MemHandleLock? If yes, what can happen if i don't use it? Thanks all! Régis Daniel de Oliveira -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/fo

Re: [ANN] Palm OS programming tutorial August 17 - Special discount

2004-08-09 Thread Aaron Ardiri
> But wait, there's more! mm.. this is starting to sound like an info-mercial that used to air in australia when i was a kid (the guy was famous for this quote) > If you're teetering on the edge of deciding to attend this tutorial, > maybe it will help if I mention that we're planning to hand

[ANN] Palm OS programming tutorial August 17 - Special discount

2004-08-09 Thread Robert Rhode
In partnership with the Embedded Software Development Conference, PalmSource is pleased to bring you this one-day, six-hour tutorial on Palm OS application development at a specially discounted rate. This tutorial introduces the audience to Palm OS application development and tools, with an emph

Re: database entry verification

2004-08-09 Thread Ben Combee
At 02:47 PM 8/9/2004, you wrote: >Use a tool like Quartus RsrcEdit < OK, thanks. I'll check it out. >DmReleaseRecord turns off the "busy" flag on the record, and >should be used paired with DmGetRecord. < The Palm Programming Recipe uses it in the CreateRecord() code. It doesn't seem like it wo

Re: database entry verification

2004-08-09 Thread Gary Olmstead
>Use a tool like Quartus RsrcEdit < OK, thanks. I'll check it out. >DmReleaseRecord turns off the "busy" flag on the record, and >should be used paired >with DmGetRecord. < The Palm Programming Recipe uses it in the CreateRecord() code. It doesn't seem like it would been very useful there.

RE: Treo 600 auto turn on wireless mode

2004-08-09 Thread Martin Bruner
I think I figured out the problem. I have been converting a rather large program (84K) to codwarrior 9.x and 5.x SDK. I do not get a reset when I turn on the radio in a much smaller test program I wrote. On the larger program, the Treo even resets when I turn on the radio manually (Key press). I

Re: Treo 600 auto turn on wireless mode

2004-08-09 Thread joe bloggs
I am using HsGetPhoneLibrary to get a reference to the phone lib. This works for me. The only challenge I had was that once the radio was on, if I tried to connect to the network via NetLibOpen, I would get an error saying that coverage was not available. To get around this, I placed a call to P

Re: Memory allocation?

2004-08-09 Thread Ben Combee
At 11:36 AM 8/9/2004, you wrote: Hi, i try to use a Visual C++ code to program on palm. Infortunately, a part of the code use HGLOBAL. Can you tell me please the equivalent of HGLOBAL of MS VC++ on the palm? typedef struct tag_ENTITIES { HGLOBAL hEntities; <<<- long TotalSize; long

Re: database entry verification

2004-08-09 Thread Ben Combee
At 11:15 AM 8/9/2004, you wrote: How can I be certain that a database record is really ending up IN the database? I used the Palm Programming Recipe as a template, and I can verify via two completely different methods that proper records really are being created, but I don't see how to verify t

Re: Regarding fix-ups in code segments and anti-hacking

2004-08-09 Thread Roberto Machorro
Hi On Sat, 7 Aug 2004 20:13:56 -0700, Mark Brazen <[EMAIL PROTECTED]> wrote: > In order to protect my program from being altered by hackers, I want to > check the checksum of one of the code segments. If the checksum is different > from expected, then the program knows someone tampered with it and

Memory allocation?

2004-08-09 Thread fred qw
Hi, i try to use a Visual C++ code to program on palm. Infortunately, a part of the code use HGLOBAL. Can you tell me please the equivalent of HGLOBAL of MS VC++ on the palm? typedef struct tag_ENTITIES { HGLOBAL hEntities; <<<- long TotalSize; long FreePos; long LastEntityPos; lo

database entry verification

2004-08-09 Thread Gary Olmstead
How can I be certain that a database record is really ending up IN the database? I used the Palm Programming Recipe as a template, and I can verify via two completely different methods that proper records really are being created, but I don't see how to verify that they are associated with the

Re: Why is application protected?

2004-08-09 Thread Dana Long
Ok I fixed it but I'm not sure why... I have two application: one that sets values in the others application preference block. I was using the same CreatorID for both. I changed the first so it now has it's own CreatorID. Could this have been what was causing POSE to get confused? I still had to

Why is application protected?

2004-08-09 Thread Dana Long
Greetings, When I try to install the new application from CodeWarrior to POSE I get a "The Palm OS database already exists on the device and cannot be deleted" error message. Usually this means I've left POSE running the application but this time it's sitting at the launcher. If I try to delete

Odd problem loading PDB into Tungsten T3 Simulator

2004-08-09 Thread Dean Gahlon
I ran into an odd problem this weekend loading a PDB file into the Tungsten T3 Simulator. After much mucking about, the problem came down to this: Loading a PDB file named "conv2004c.pdb" into the simulator would result in an error dialog claiming that this was not a valid PDB file. Loading the

Problem with SslRead

2004-08-09 Thread Bogdan
Hi, I'm writing an application that connects via SSL to a proxy server. Once connected to the proxy server, it sends a CONNECT request to the proxy to establish a tunnel to another server. I'm following these steps: 1.Connect to the proxy, and then call SslOpen. This doesn't return any error, it

Re: Getting the text displayed by a control

2004-08-09 Thread Tim Kostka
Will CtlGetLabel work? -- Tim "Patrick Lucas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Guys > > I have aa program which aims to show the text shown by the control on which > the user taps. By waiting for a ctlEvent, I can get the control which was > tapped by the user; is ther

Getting the text displayed by a control

2004-08-09 Thread Patrick Lucas
Guys I have aa program which aims to show the text shown by the control on which the user taps. By waiting for a ctlEvent, I can get the control which was tapped by the user; is there a single function I can call to get the text shown by tht control? Or do I need to write a cater for all the possi

Re: How can i write in the appinfo block?

2004-08-09 Thread Alexandre Luz Barreto
Thank you very much Greg! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/