Re: CodeWarrior + POSE : What's your configuration ?

2000-09-07 Thread Denis Faivre
De : "Heather Tufts" <[EMAIL PROTECTED]> > I regularly use Windows NT SP 6 (previously 5) and CW 6 with 3.5 SDK, Update > 1, and 1.6.3b12 debugger and POSE 3.0a5, 3.0a6, and 2.1d29 without issue. I > also use MacOS 9.0.4 (previously 9.0) and CW 6 with 3.5 SDK, Update 1, and > 1.6.3b12 debugger wit

How I get table cells highlighted?

2000-09-07 Thread Seppo Granqvist
I don't get table cells highlighted when I tap them. Should this work automatically when I add the table and items like label or numeric? I don't get even checkboxes working. Should I make any changes to code( like event handler )? -- For information on using the Palm Developer Forums, or to

Re: IDE of choice?

2000-09-07 Thread palmos
So have I www.falch.net has a great GCC/Pilrc IDE and the guys are keen and eager to fix bugsits a great product and I would strongly recommend it. "Steve Sabram" <[EMAIL PROTECTED]> wrote in message news:23479@palm-dev-forum... > > I've given Falch.net a try to GCC IDE's and I'm happy wi

Re: Question about patching

2000-09-07 Thread Richard Bram
>5. Also note that Palm reserves resource IDs >= 1, so 0x2710 isn't valid. > >-- Ken I wasn't aware of this rule, although I did know we can't use all lower case. Is this new ? In fact, my program already uses IDs up to 24000 in my own data base. Is this likely to be a problem? Thanks, Rick

Re: IDE of choice?

2000-09-07 Thread Steve Sabram
I've given Falch.net a try to GCC IDE's and I'm happy with it. Steve James Tu wrote: > I'm a new comer to Palm Development... > > Codewarrior is the official IDE, www.palmos.com lists some other ones. > > (1) PRC-Tools > (2) NS-Basic > (3) Some shareware dev envs. > > What is the fastest to dev

Re: Entering and displaying images.

2000-09-07 Thread JB Parrett
on 9/7/00 5:47 PM, Vitaly_Romanishko at [EMAIL PROTECTED] wrote: > Does anyone know how to enter and display images in Palm? For example > signature? > Any sample code will be greatly appreciated. There are two sample applications in the Palm Knowledge Base that do what you want - Signature and

RE: IDE of choice?

2000-09-07 Thread Nesse, Rustin
If you're comfortable with C, then stick with Codewarrior. Depending upon your preference, GCC + PilRC is also a strong solution...you will be able to do more by sticking with C and using the Palm APIs. If you have trouble with conduits or MFC/Win programming/C++, I'd suggest Satellite Forms or

IDE of choice?

2000-09-07 Thread James Tu
I'm a new comer to Palm Development... Codewarrior is the official IDE, www.palmos.com lists some other ones. (1) PRC-Tools (2) NS-Basic (3) Some shareware dev envs. What is the fastest to develop on? NS-Basic...because of the simple language. Is simplicity a tradeoff for control? (I'm prett

Is timeout ignored in INetLibSockConnect() / INetLibSockHTTPReqSe nd()?

2000-09-07 Thread David Slotter
After having changed my setup in POSE (and forgetting to update the wireless proxy settings), I made a wireless request on my Mac which promptly locked it up for a couple minutes (described in my original message below). This type of problem happens to me often enough (whether it's my fault or th

RE: New to Palm OS

2000-09-07 Thread Nesse, Rustin
Oops, I posted the link to the general gcc page. Bad me...here's one that is a bit better for your needs: http://www.massena.com/darrin/pilot/ >http://www.palmos.com/dev/tech/docs/devguide/TableOfContents.htm covers >some of the GCC GNU utilities. > >If you have a limited background with GCC too

RE: New to Palm OS

2000-09-07 Thread Nesse, Rustin
http://www.palmos.com/dev/tech/docs/devguide/TableOfContents.htm covers some of the GCC GNU utilities. If you have a limited background with GCC tools or Linux, you may have better luck with Codewarrior. Otherwise, http://gcc.gnu.org/ . -Rus > >I am a total Newbie to Palm programming and I am

New to Palm OS

2000-09-07 Thread James Nuckolls
I am a total Newbie to Palm programming and I am trying to figure out GCC. so far, I can't make heads or tails of it. Is anyone willing to help me with a pretty extinsive how-to? I have looked all over and everything I find is rather vague...it all seems to assume I know everthing already ev

How can I add text to a field "undoably"

2000-09-07 Thread Dave Johnson
I'm using FldInsert to insert text in a user-editable field (in response to a button press). Surprisingly (to me, anyway) this is not an undoable action. How can I insert text into a visible field and make that action undoable? (Frankly, I'd consider this a bug: shouldn't insertions of charact

Entering and displaying images.

2000-09-07 Thread Vitaly_Romanishko
Hi, Does anyone know how to enter and display images in Palm? For example signature? Any sample code will be greatly appreciated. Thank you, Vitaly -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Problems with FldNewField

2000-09-07 Thread Kirk Branner
To anyone out there: I am having great difficulty with the FldNewField function. I getting an error with "Unallocated Chunck of memory" when using the Palm Emulator. The emulator is using a Palm III O/S 3.0 device. When also using this command with my Palm m100 device I get mixed results - Someti

Dealing with color and controls

2000-09-07 Thread Mike Davis
I'm still wrestling with how to handle color and controls on the same form. I have a color application that uses color but have had to do a lot of unusual things to get the colors right. On a form that has many controls like buttons, fields, triggers, etc AND has bitmaps that overlay these c

Re: Question about patching

2000-09-07 Thread Ken Krugler
At 12:00am -0700 00-09-07, Palm Developer Forum digest wrote: >Subject: Question about patching >From: "mouss mouss" <[EMAIL PROTECTED]> >Date: Wed, 06 Sep 2000 16:40:10 GMT >X-Message-Number: 60 > >I want to load one ressource in my patch using DmGetRessource. Can I do that >?? >in my code I have

Re: script to palm?

2000-09-07 Thread peter harris
Sorry for the long delay. I'm wanting to use this on III and V series palms only. Subject: Re: script to palm? From:[EMAIL PROTECTED] Summary: Which Palm Pilot are you using?||| ID: 23043 _ Get Your Private, Free E

RE: How to increase font size

2000-09-07 Thread Scott Johnson (Bellevue)
> From: Prasad [mailto:[EMAIL PROTECTED]] > can any body help on How increse font size for an existing font > in palm applications? Palm fonts are not scalable. To get an existing typeface in a bigger size, you would need to create (or find somewhere) a new font resource that looks right, instal

Re: Determining Model

2000-09-07 Thread Brian Mathis
On Thu, 7 Sep 2000, Ryan Leap wrote: > I'd like to determine the model of Palm device that my application is > running on. Is there an easy way to do this? I suppose I could infer the > model by combining several pieces of information: > > 2MB RAM + Palm OS 3.0 + DB CPU = Palm III > 8MB RA

Re: How to get more then 8digits without rounding off

2000-09-07 Thread Andreas Hofer
This routine won't give you more than 8 digits, since the mantissa parameter is a 32 bit integer and cannot hold greater numbers. You will have to write some code. An idea how you can do this is to use FlpBase10Info to get the exponent and the upper 8 digits of the mantissa. Then you calculate th

Re: Menu and command bar

2000-09-07 Thread Brian Mathis
On Thu, 7 Sep 2000, Van Nguyen wrote: > Hi everyone, > I have to implement a menu which will appear when user > taps on the form's title also known as command bar if > I am not mistaken. I read the examples from Palm OS > 3.5 and not quite understand yet what the codes seem > to do. Could someon

Re: Determining Model

2000-09-07 Thread David Fedor
>I'd like to determine the model of Palm device that my application is >running on. 99% of the time when this question is asked, it isn't what people really want to know. What's your intent? Do you really want to know about the name of the device, or its physical look, or its hardware features,

RE: Determining Model

2000-09-07 Thread Scott Johnson (Bellevue)
> From: Ryan Leap [mailto:[EMAIL PROTECTED]] > I'd like to determine the model of Palm device that my application > is running on. Is there an easy way to do this? The standard response to this question is "why?" followed by advice to just test for specific capabilities that your app needs, such

Re: Determining Model

2000-09-07 Thread Adam Wozniak
Ryan Leap wrote: > I'd like to determine the model of Palm device that my application is > running on. Is there an easy way to do this? I suppose I could infer the > model by combining several pieces of information: > > 2MB RAM + Palm OS 3.0 + DB CPU = Palm III > 8MB RAM + Palm OS 3.5 + DB

Re: Floating point numbers and there sizes.

2000-09-07 Thread Andreas Hofer
If you are using CodeWarrior, it is quite simple. Just make sure in the Target settings you set Code Generation / 68K Processor / Floating Point to PalmOS. Then the Metrowerks compiler will emit code which accesses the floating point routines in PalmOS. You don't need to link any library. You can

Determining Model

2000-09-07 Thread Ryan Leap
I'd like to determine the model of Palm device that my application is running on. Is there an easy way to do this? I suppose I could infer the model by combining several pieces of information: 2MB RAM + Palm OS 3.0 + DB CPU = Palm III 8MB RAM + Palm OS 3.5 + DB EZ CPU = Palm IIIc 4MB RAM

Menu and command bar

2000-09-07 Thread Van Nguyen
Hi everyone, I have to implement a menu which will appear when user taps on the form's title also known as command bar if I am not mistaken. I read the examples from Palm OS 3.5 and not quite understand yet what the codes seem to do. Could someone with the experience please explain to me a litt

Re: How to detect Control-X, Control-C, Control-V on the Palm Stowaway keyboard

2000-09-07 Thread Alan Pinstein
I wrote a little application called KeyEventWatcher designed for just this type of thing. If you want it, email me separately and I'll send it to you. I have a hack that traps ctl-keys on the StowAway and it works great. Just look for the keyDownEvents as shown in this little utility app. Rega

Re: Using Modem

2000-09-07 Thread Patrick Ouellet
Ok, I've initialized my variable and all other that were un-initialized. You're right it no a good thing not to initialize a variable, But it didn't solve my problem.. I still have my Fatal Exception. Do-Tien Giang wrote: > You may forget to MemPtrNew your modemP so that it can point to

How to increase font size

2000-09-07 Thread Prasad
Hi all, can any body help on How increse font size for an existing font in palm applications? thanks Prasad N Bathini #102, Siri Mansion 141, Sidhartha Nagar Hyderabad-500038 Home Ph: +91-040-3712235 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http:/

Re: Using Modem

2000-09-07 Thread Do-Tien Giang
You may forget to MemPtrNew your modemP so that it can point to anything. The Fatal Exception could happen sooner when you tried to initialize the modemP structure. In your case, it happens later because MdmDial really tried to access to or use some invalid member that you don't access or use in y

Using Modem

2000-09-07 Thread Patrick Ouellet
First thanx to all those who helped me along the way Ok, Im doing something really simple. I only want to dial in a computer via the palm modem. So here is what I've done But when I make the MdmDial call it just "Fatal Exception" in my face what do I do wrong static Boolean CentCall(

Pen sampling rate

2000-09-07 Thread Do-Tien Giang
Hi forks, I am writing an app that collects digitizer input with a very high speed (more than 60 points/sec). I know that EvtGetPen can only sample 50 points/ sec. How can I sample more than 60 points/sec? Thanks a lot. Giang __ Do You Yahoo!? Ya

palm-dev-forum FAQ v0.3

2000-09-07 Thread Adam Wozniak
PalmFAQ.txt Version 0.3 Thu Sep 7 10:32:01 2000 This is the Palm Dev Forum Frequently Asked Questions List, posted monthly to the palm-dev-forum mailing list. Questions / comments / criticisms can be sent to [EMAIL PROTECTED] This document is maintained as a flat text file for widest accessabi

Re: How to detect Control-X, Control-C, Control-V on the Palm Stowaway keyboard

2000-09-07 Thread Sebastian Voges
"Dave Carrigan" <[EMAIL PROTECTED]> wrote in message news:23393@palm-dev-forum... > > "Sebastian Voges" <[EMAIL PROTECTED]> writes: > > > I am trying to detect the ctrl-x/c/v on the Stowaway keyboard. > > I do not receive any keyDown events when pressing these keys.( However I do > > get key even

Re: How to detect Control-X, Control-C, Control-V on the Palm Stowaway keyboard

2000-09-07 Thread Dave Carrigan
"Sebastian Voges" <[EMAIL PROTECTED]> writes: > I am trying to detect the ctrl-x/c/v on the Stowaway keyboard. > I do not receive any keyDown events when pressing these keys.( However I do > get key events e.g. when pressing ctrl-a) I don't have one of these keyboards, but if I were to guess, th

RE: Hello world

2000-09-07 Thread Heather Tufts
> Thanks - I had the 3.5 SDK installed, but missed the system folder > "PalmOS 3.5 Support". This also solved the > syntax-highlighting problem. > Do you know if I can make this change global, so new projects will > already have this system path setup? If, when you create a new project, you cho

RE: Question: Help!!

2000-09-07 Thread Fima Furman
If you're writing your own Conduit you have the power to have any UI you want. Just modify dialogs in resources in VC++ (or any other env. you're using) and modify the dialog handlers in the conduit code as well. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]O

RE: CodeWarrior + POSE : What's your configuration ?

2000-09-07 Thread Heather Tufts
I regularly use Windows NT SP 6 (previously 5) and CW 6 with 3.5 SDK, Update 1, and 1.6.3b12 debugger and POSE 3.0a5, 3.0a6, and 2.1d29 without issue. I also use MacOS 9.0.4 (previously 9.0) and CW 6 with 3.5 SDK, Update 1, and 1.6.3b12 debugger with POSE 3.0a5 and 3.0a6 without problems. As far

Question: Help!!

2000-09-07 Thread Jay
Hello, I am writing an application that allows me only to upload from the handheld to the PC. Everything works great and fine, but when I go to the dialog to choose what type of Hot Sync I want to perform I would like to see all the radio buttons except the HH to PC grayed out. Is there a

Device sales

2000-09-07 Thread Jeff Ishaq
Does anyone have any pointers to where I might find out device sales information? In particular, how many 8MB devices are sold vs. 2MB devices. I've looked all over and I can't seem to find any numbers. Anything would be helpful. Thanks! -Jeff Ishaq -- For information on using the Palm Dev

Re: CodeWarrior + POSE : What's your configuration ?

2000-09-07 Thread M. Edward Wilborne III
Denis, I'm not at Palm... however, I successfully use CW 6, SDK 3.5, Update 1, and POSE latest version, the latest PalmPlugin1-6-3-12 patch, with Windows 2000 professional. A+ Ed - Original Message - From: "Denis Faivre" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]>

How to detect Control-X, Control-C, Control-V on the Palm Stowaway keyboard

2000-09-07 Thread Sebastian Voges
Hi, I am trying to detect the ctrl-x/c/v on the Stowaway keyboard. I do not receive any keyDown events when pressing these keys.( However I do get key events e.g. when pressing ctrl-a) I do not use any Palm input fields, which handle the commands properly. thanks for any help, Sebastian

GetCharCaselessValue

2000-09-07 Thread Gordon, Douglas
The PalmOS routines StrCompare and StrCaselessCompare work by using tables that are indexed by the value of a single character (i.e., 0-255). This is so they can work correctly for "accented" and other special characters that are outside of the A-z value range. For example, StrCaselessCompare call

how to set ID to one ressource

2000-09-07 Thread mouss mouss
Hi all, i have pointer to resource data, i know thet this resource is 'tkbd' ressource and i want to set this resourcein the specific ID "0x2710" any suggestions?? regards mostafa _ Get Your Private, Free E-mail from MSN H

Floating point numbers and there sizes.

2000-09-07 Thread Richard Anderson
Hi, I am just about to start using the new floating point manager, but dont seem to be able to find much documentation Do I have to include any library or header files, or does it just work ? >From what I can gather there are three floating point types: FlpFloat 16bit ??? FlpDouble 32 bit ??

How to get more then 8digits without rounding off

2000-09-07 Thread amit saini
Hi, Iam making a financial calculator using NewFloatManager. The problem is when converting it into String after 8 digits it rounds it and add the exp eg. FlpCompDouble flp; flp.d=33; To get the string FlpBase10Info(flp.fd,&mantissa,&exp,&sign);

Re: Hello world

2000-09-07 Thread Laursen,Jacob Lykkeberg XJT
>> This is supposed to do absolutely nothing, but it doesn't >> compile. All I get is 100 errors, starting with: >> >> Error : macro 'SHELL_COMMAND_UI' redefined >> AppBuildRules.h line 31 #define SHELL_COMMAND_UI 0 // Not >> Available > Are you using the 3.5 SDK? The CW for Palm softw