Re: High Level Palm Development?

2002-03-03 Thread Ben Combee
"Steve Mann" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > > >The first version of CW that will have it bundled is CodeWarrior for > >Palm OS, Enterprise Edition, ready in late March. You can buy the > >library right now; see www.aqpoint.com/pol for details. > > That's the real

Re: POSE vs HotSync install

2002-03-03 Thread Ben Combee
"James Dessart" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > > I'm running POSE 3.4 on Mac OS X 10.1.2, emulating a Palm Pro with the > debug ROM installed. I also have a Palm Pro, with which I'm also > testing my software. Both have 2.0.5 installed. > > The issue I'm running

Problems about conduit install

2002-03-03 Thread Hong Yu
I wrote a conduit installation program. It runs fine under HotSync 4.0. But there are some problems with HotSync 3.03. With Condcfg.exe, I can find the conduit entry has been set successfully. But I can not find it in HotSync's custom setting. But If I apply the conduit entry under condcfg.exe wit

Re: High Level Palm Development?

2002-03-03 Thread Steve Mann
>The first version of CW that will have it bundled is CodeWarrior for >Palm OS, Enterprise Edition, ready in late March. You can buy the >library right now; see www.aqpoint.com/pol for details. That's the really expensive version, right? Sounds like a good idea to grab it from aqpoint before th

Re: Reading from "low memory" -- sample code -- need guidance!

2002-03-03 Thread Bill Skellenger
Thanks for the response -- Found it shortly after I posted it. StrLen was attempting to find the length of a NULL pointer. :) --Bill lklee wrote: > > From Palm DOC the function FldGetTextPtr will return NULL if there is no > Text on the Field, Such that you may check the return str before

RE:RE: How to display a list of unprotected databases?

2002-03-03 Thread Yuva Kumar R
Hi Danny, Thank you very much for your reply. This is what I was looking for. Thank you for ur reply. Sorry if I was not clear in my prev. query on this subject. Regards, Yuva > I want to display a list of Unprotected Applications/Databases for the users > to select one and delete them(Somethi

Re: Os conflict

2002-03-03 Thread Andy Roberts
Thanks for your wishesh. My problem has been soleved. --- Dave Carrigan <[EMAIL PROTECTED]> wrote: > Andy Roberts <[EMAIL PROTECTED]> writes: > > >My application is not working properly on Palm > os > > 3.5 version but it working nice on 3.0 especially > on > > visor, anybody knows the reso

POSE vs HotSync install

2002-03-03 Thread James Dessart
I'm running POSE 3.4 on Mac OS X 10.1.2, emulating a Palm Pro with the debug ROM installed. I also have a Palm Pro, with which I'm also testing my software. Both have 2.0.5 installed. The issue I'm running into is this: when I HotSync install my program on the actual device (using the Mac OS

RE: Reading from "low memory" -- sample code -- need guidance!

2002-03-03 Thread lklee
>From Palm DOC the function FldGetTextPtr will return NULL if there is no Text on the Field, Such that you may check the return str before its StrLen function applied. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Bill Skellenger Sent: Monday, March 04

Reading from "low memory" -- sample code -- need guidance!

2002-03-03 Thread Bill Skellenger
It seems that the following code: static void MyFunc() { UInt16 objIndex; FieldPtrfldptrAmount; char*amount; frm = FrmGetActiveForm(); // Get user's amount input objIndex = FrmGetObjectI

VFS Manager Search ?

2002-03-03 Thread Matt Disher (TiBook)
Anyone written an equivilent to DmGetNextDatabaseByTypeCreator that works for searching on an external card ? Looking for a quick and dirty way to do just that and dont' want to reinvent the wheel if I don't have to. -MD -- For information on using the Palm Developer Forums, or to unsubscribe

Re: High Level Palm Development?

2002-03-03 Thread Ben Combee
"Steve Mann" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > > >On Mac OS, there aren't many options. I'd suggest using CodeWarrior for > >Palm OS V8 along with the Object Libraries for Palm OS, a really nice > >C++ library that we'll be bundling with future versions of CW. > > Be

Arrow-driven menus

2002-03-03 Thread Trevor Menagh
Hi all, I have working code that controls the menus through the arrow keys/jog dial. It, of course, does not work in OS 5 since it is all custom handling. Our whinny customers "demand" this. (don't you just love them?) Anyway, is there any possible way this code can be turned into API Glue call

Signature++ Revisited (let's beat that horse again)

2002-03-03 Thread Matt Disher (TiBook)
I too all of a sudden need a signature capture type gadget that works from 3.0 on up. So I'm looking to snag some bits from the screen. I'm at a loss as to why this is so frickin hard :) I don't need to save it as a bmp resource but I could do that if need be. Did anyone ever find a solut

Sample Hack code for prc-tools

2002-03-03 Thread Harry Ohlsen
Hi, I have a couple of hacks out there that don't work properly on non-monochrome devices, because I was a naughty boy a few years ago ... and, yes, I know, the current methods of writing hacks won't be supported in OS 5.0. Now that I've come back into Palm coding, I figured it was about time

Re: High Level Palm Development?

2002-03-03 Thread Steve Mann
>On Mac OS, there aren't many options. I'd suggest using CodeWarrior for >Palm OS V8 along with the Object Libraries for Palm OS, a really nice >C++ library that we'll be bundling with future versions of CW. Ben: Is that available now, or only at some time in the future? Regards, Steve Mann -

Re: SysRandom(UInt32); Problem!

2002-03-03 Thread Ben Combee
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > >Hey! I am trying to make a simple app for the palm and am > trying to get the palm to return a number from 0 to 20. > > So I said > > Int16 choose; > int wait; > for(wait=0;wait<10;wait++) > choose=SysRandom(20

Re: High Level Palm Development?

2002-03-03 Thread Ben Combee
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > I am new to Palm OS development and am looking to start working with the > platform in a few different areas. CodeWarrior for C development: no > problems. But what about a high level environment? On Mac OS, there aren't many opti

SysRandom(UInt32); Problem!

2002-03-03 Thread DrumBSF
Hey! I am trying to make a simple app for the palm and am trying to get the palm to return a number from 0 to 20. So I said Int16 choose; int wait; for(wait=0;wait<10;wait++) choose=SysRandom(20); But it keeps returning 6926 which I am guessing is the highest number the

Sony Memory Stick Audio (revisted)

2002-03-03 Thread Haemish Graham
Hi. I have been trying to get the Sony Memory Stick Audio library to work with little success. I have read the previous thread available at: http://groups.yahoo.com/group/palm-dev-forum/message/65523 The conclusion was that to get anywhere at all you have to poke around in SonyMsaLib.h After a

Re: Problems updating Lists

2002-03-03 Thread James Dessart
On Sunday, March 3, 2002, at 04:53 PM, Steve Mann wrote: >> In all reality, I think the list is displaying, but with a height of >> 0. I see a little black outline above the popup trigger. > > You might want to try calling LstSetHeight. Thanks, that did the trick. Too obvious for me to come

Re: Problems updating Lists

2002-03-03 Thread Steve Mann
At 4:39 PM -0500 3/3/02, James Dessart wrote: >In all reality, I think the list is displaying, but with a height of >0. I see a little black outline above the popup trigger. You might want to try calling LstSetHeight. Regards, Steve Mann -- For information on using the Palm Developer Forums

Re: Problems updating Lists

2002-03-03 Thread James Dessart
On Sunday, March 3, 2002, at 04:29 PM, Brian Smith wrote: > Are you catching the popSelect event and returning true (implying that > you've handled it completely)? If you are, then don't. That would > prevent the list from displaying. If you need to do something with that > event for some re

Re: Problems updating Lists

2002-03-03 Thread Brian Smith
On Sun, 3 Mar 2002, James Dessart wrote: > I'm trying to develop an application (with 2.0 compatibility) that > updates a list attached to a popup trigger. However, it doesn't seem my > list is getting updated, since when I go to the popup trigger, I don't > get a list popping up. I've made sur

Problems updating Lists

2002-03-03 Thread James Dessart
I'm trying to develop an application (with 2.0 compatibility) that updates a list attached to a popup trigger. However, it doesn't seem my list is getting updated, since when I go to the popup trigger, I don't get a list popping up. I've made sure to call LstMakeItemVisible on each item I've

Re: Categories and DB question...

2002-03-03 Thread Steve Mann
At 1:45 PM -0500 3/3/02, Ben A. HiLLeLi wrote: >I have a database which will be holding medication information. I would like >to categorize these medications (via standard categories). I would like to >have a way to add, rename, and remove categories with the app. What is the >best way to store c

High Level Palm Development?

2002-03-03 Thread DJDowns
I am new to Palm OS development and am looking to start working with the platform in a few different areas. CodeWarrior for C development: no problems. But what about a high level environment? I've heard all about AppForge, Pendragon, SatForms, etc. But isn't there a high level environment

Recursive data structure using typedef struct or other

2002-03-03 Thread Stringer
>Subject: Recursive data structure using typedef struct or other >From: "Lance" <[EMAIL PROTECTED]> >Date: Sat, 2 Mar 2002 17:07:29 -0500 > >I am a newbie at PalmOS and C so please bear with me... > >I am considering moving an application to the Palm world and need >to model a tree-like structure

Categories and DB question...

2002-03-03 Thread Ben A. HiLLeLi
I have a database which will be holding medication information. I would like to categorize these medications (via standard categories). I would like to have a way to add, rename, and remove categories with the app. What is the best way to store categories to meet the above criteria? PalmOS Bible

Re: Fw: UpCase Alternative

2002-03-03 Thread Ken Krugler
>Is an alternative available to the UpCase function? > >Only found StrToLower function. TxtTransliterate, with the translitOpUpperCase operation. -- Ken Ken Krugler TransPac Software, Inc. +1 530-470-9200 -- For information on using the Palm Developer Forums, or to u

Re: How to see the content of the record just added

2002-03-03 Thread Low Pui Kuen
> >By the way, as I've learned the hard way myself, it's not considered polite >to cross-post. :-) > I apologised for cross posting, maybe I had been thinking about the problem and did not know it is wrong to do so. Sorry. _ J

Re: How to see the content of the record just added

2002-03-03 Thread CausticMango
See my reply in news://news.massena.com/pilot.programmer.gcc for the answer. By the way, as I've learned the hard way myself, it's not considered polite to cross-post. :-) "Low Pui Kuen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > > Hi, > > I am trying to see the content of t

How to see the content of the record just added

2002-03-03 Thread Low Pui Kuen
Hi, I am trying to see the content of the record which I have added. So I use the DmQueryRecord (just the first)to read. But I could see nothing. Using the numRecord to print out the record doesn't indicate there is data in the record, right? Is there any way to see if the record does contain

Re: PRC Tools Chain

2002-03-03 Thread Alexandre Kazantsev
Thanks for the replies. However I'm still confused because of Make from Borland (Version 5.2, installed with C++ Builder on my computer), which is invoked instead of native Cygwin Make that I expected to be found and executed. That is why I was asking originally about existence a special Cygwin co