Re: gcc, search section problem (repeat)

2002-11-17 Thread Michael Harrison
On Sun, 17 Nov 2002 01:26:02 +0100, John Marshall [EMAIL PROTECTED] wrote: On Sat, Nov 16, 2002 at 02:28:09PM -0600, Michael Harrison wrote: I think that yours and Tom's reply contain the key to my suprise. I was referencing the html documentation that was installed with prc-tools and when I

test, please ignore

2002-11-16 Thread Michael Harrison
just trying to determine what it's going to take to be able to post again Michael S. Harrison michaelh.dragonseye@com (reverse the dot and at to send email) * The opinions expressed here are those of my iguana * and I never know what he's going to say next. -- For information on using

gcc, search section problem (repeat)

2002-11-16 Thread Michael Harrison
(my apologies if this is the third copy of this message, I've been having difficulty posting to the list) I've recently had to divide my first palm app into two sections and was suprised to discover that when I initiate a find (which my app supports), my application would crash during a call to a

Re: gcc, search section problem (repeat)

2002-11-16 Thread Michael Harrison
, 2002 at 10:08:03AM -0600, Michael Harrison wrote: I've recently had to divide my first palm app into two sections and was suprised to discover that when I initiate a find (which my app supports), my application would crash during a call to a function that wasn't in the default section. You

Re: New version (MsectGdb2.1-3) of multi-segment debugging patch available

2002-11-12 Thread Michael Harrison
On , Ton van Overbeek [EMAIL PROTECTED] wrote: A new version (MsectGdb2.1-3) of my multi-segment debugging patch for prc-tools-2.1 is now available. You can find it at (Note: new URL): http://www.v-overbeek.cistron.nl/mseggdb Gdb with these patches applied will identify itself as

Re: gremlins: was [Re: Reducing update flicker?]

2002-11-11 Thread Michael Harrison
On Sun, 10 Nov 2002 16:36:03 +0100, Aaron Ardiri [EMAIL PROTECTED] wrote: I also believe that some warnings are best handled by turning them off. The critical point is knowing when it's ok to turn the warning off and when it's not. At the moment I don't have enough palm experience to know

Re: Reducing update flicker?

2002-11-11 Thread Michael Harrison
:15 PM, Michael Harrison at [EMAIL PROTECTED] wrote: I'd still like to know what I could do to remove all the flicker (IE, do all my resizing with drawing turned off and then cause the entire form to be drawn when I'm done). Thank you, that was exactly what I needed. I had been too form

Re: Reducing update flicker?

2002-11-10 Thread Michael Harrison
On Sat, 9 Nov 2002 20:49:53 -0800, Mark Wilden [EMAIL PROTECTED] wrote: From: Michael Harrison [EMAIL PROTECTED] I also believe that some warnings are best handled by turning them off. Sorry--I misunderstood you. No harm, no foul. Michael S. Harrison michaelh.dragonseye@com

Re: Reducing update flicker?

2002-11-10 Thread Michael Harrison
On Sat, 09 Nov 2002 10:37:57 -0600, Michael Harrison [EMAIL PROTECTED] wrote: I've got some code that will hide/show one control (a list) and dynamically resize another control (a form) based on user input. The problem I have is that when I resize the form, I need to reposition the insertion

Re: Reducing update flicker?

2002-11-10 Thread Michael Harrison
On Sun, 10 Nov 2002 10:24:12 -0500, Stringer [EMAIL PROTECTED] wrote: Subject: Re: Reducing update flicker? From: Mark Wilden [EMAIL PROTECTED] From: Michael Harrison [EMAIL PROTECTED] I'd like to make it so my program will make it through a gremlins run completely clean

Re: Reducing update flicker?

2002-11-10 Thread Michael Harrison
On Sun, 10 Nov 2002 19:48:56 +0100, Aaron Ardiri [EMAIL PROTECTED] wrote: Would you guys mind taking the religious debate to another thread? Michael S. Harrison michaelh.dragonseye@com (reverse the dot and at to send email) * The opinions expressed here are those of my iguana * and I

Re: Reducing update flicker?

2002-11-10 Thread Michael Harrison
I've got some code that will hide/show one control (a list) and dynamically resize another control (a form) based on user input. The problem I have is that when I resize the form, I need to reposition the insertion point, both to keep Gremlins from whining at me and so that the user sees the

Reducing update flicker?

2002-11-09 Thread Michael Harrison
I've got some code that will hide/show one control (a list) and dynamically resize another control (a form) based on user input. The problem I have is that when I resize the form, I need to reposition the insertion point, both to keep Gremlins from whining at me and so that the user sees the same

Re: Reducing update flicker?

2002-11-09 Thread Michael Harrison
On Sat, 9 Nov 2002 08:52:18 -0800, Mark Wilden [EMAIL PROTECTED] wrote: From: Michael Harrison [EMAIL PROTECTED] I'd like to make it so my program will make it through a gremlins run completely clean. Is that an unreasonable goal? In and of itself, I'd say that was a terrible goal

Re: Reducing update flicker?

2002-11-09 Thread Michael Harrison
On Sat, 9 Nov 2002 09:26:31 -0800, Mark Wilden [EMAIL PROTECTED] wrote: From: Michael Harrison [EMAIL PROTECTED] To me, going for a clean gremlins run is the same as setting the compiler to the maximum warning level and making sure all the warnings are handled, something I do no matter what

New gremlins bug???

2002-11-05 Thread Michael Harrison
Oct 2002 02:55:28 -0600, Michael Harrison [EMAIL PROTECTED] wrote: On , Ton van Overbeek [EMAIL PROTECTED] wrote: Michael Harrison [EMAIL PROTECTED] wrote: Ok, I've RTFM, trolled all the dev newsgroups, searched on google and I can't find a method of disabling the SIGSTOP signal without

Re: gdb POSE, sigstop?

2002-11-02 Thread Michael Harrison
Nobody else has any ideas? On Tue, 29 Oct 2002 02:55:28 -0600, Michael Harrison [EMAIL PROTECTED] wrote: On , Ton van Overbeek [EMAIL PROTECTED] wrote: Michael Harrison [EMAIL PROTECTED] wrote: Ok, I've RTFM, trolled all the dev newsgroups, searched on google and I can't find a method

Re: gdb POSE, sigstop?

2002-10-29 Thread Michael Harrison
On , Ton van Overbeek [EMAIL PROTECTED] wrote: Michael Harrison [EMAIL PROTECTED] wrote: Ok, I've RTFM, trolled all the dev newsgroups, searched on google and I can't find a method of disabling the SIGSTOP signal without messing up gremlins. I'm running on Windows 2000 with the latest

gdb POSE, sigstop?

2002-10-28 Thread Michael Harrison
Ok, I've RTFM, trolled all the dev newsgroups, searched on google and I can't find a method of disabling the SIGSTOP signal without messing up gremlins. I'm running on Windows 2000 with the latest release version of the prc-tools package. If I don't handle SIGSTOP noprint I'm constantly having

Re: GCC sizeof bug?

2002-10-13 Thread Michael Harrison
, 2002 at 05:43:38AM -0500, Michael Harrison wrote: TraceOutput( TL( appErrorClass, re-allocated %hu bytes of record memory, gNumRecordsAllocated * sizeof(UInt16) ) ); The sizeof operator returns a size_t, which, on Palm OS with both GCC and CodeWarrior, is the same size as a long. So your code

Re: Getting started in wireless development?

2002-10-08 Thread Michael Harrison
I actually don't have a goal at the moment other than gaining the knowledge and experience. I'm mostly interested in the palm side but easily realize that any truly useful application will involve both server and client programming. I'll definitely check out the available wireless programming

Re: Getting started in wireless development?

2002-10-08 Thread Michael Harrison
without buying any hardware (or a little in the case of Bluetooth). What kind of wireless development are you considering? JB @ PalmSource on 10/7/02 7:59 AM, Michael Harrison at [EMAIL PROTECTED] wrote: The subject line says everything I'm after. With the exception of the following

Re: Getting started in wireless development?

2002-10-08 Thread Michael Harrison
Where can I get more information about the radio transmitters and receivers? On Mon, 07 Oct 2002 17:09:37 +, Leon Heller [EMAIL PROTECTED] wrote: From: Michael Harrison [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject

Getting started in wireless development?

2002-10-07 Thread Michael Harrison
The subject line says everything I'm after. With the exception of the following. Is it possible to get into wireless palm development (I'm a complete newbie at wireless but only green at palmos dev) without an initial investment of $1000 or more on wireless equipment? (yes, I'm on a shoestring

Re: Getting started in wireless development?

2002-10-07 Thread Michael Harrison
. Gary Gorsline Easy Business Software == End of Message == - Original Message - From: Michael Harrison [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, October 07, 2002 7

Being a good datebook citizen?

2002-09-24 Thread Michael Harrison
I've been working on a small palm app (my first) that allows me to read and write datebook records. That's all been going well until the other day when I had an obvious realization that I was being a bad palm citizen. I was opening the datebook database when my program started and closing it on