redirecting serial port data to IR port?

2008-05-29 Thread Rick Gadbois
Code Warrior 6 Windows, Palm IIIXE, version 3.5. Does anyone know (the simplest way) to redirect serial port data to the IR port? Thank You, Rick Gadbois [EMAIL PROTECTED] -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-compan

SysAppLaunch call to Network Panel Question

2008-05-29 Thread Rick Gadbois
list returned so I can read and display it? I have sent that command but I don't understand how to read the list. Similarly, I would also like to add and display connection configurations from the connection panel. Is this done with SysAppLaunch as well? Which Launch Command? Thank You,

Don't help the jerk HELP ME!! ...SYSAPPLAUNCH

2008-05-29 Thread Rick Gadbois
have sent that command but I don't understand how to read the list. I am a newby to using SysAppLaunch. Similarly, I would also like to ADD and DISPLAY connection configurations from my program (the ones from the connection panel). Is this done with SysAppLaunch as well? Which Launch Comma

Don't help the jerk...Help me!!

2008-05-29 Thread Rick Gadbois
have sent that command but I don't understand how to read the list. I am a newby to using SysAppLaunch. Similarly, I would also like to ADD and DISPLAY connection configurations from my program (the ones from the connection panel). Is this done with SysAppLaunch as well? Which Launch Comma

resource related screen freeze

2008-05-28 Thread Rick Gadbois
Using programs I have written; After using my modem, my palm sometimes "freezes", unitl a power off/on occurs. It seems to be resource related; i.e. If I change around formID's, the problem occurs less often. But I have not nailed down the fix...exactly. Does anyone have any helpful information wit

RE: Change text on Alerts

2008-05-28 Thread Rick Gadbois
I still say make your own alerts in this case. Modal forms. If you find an easier/more effective way, I'm interested. -Original Message- From: Rob Mermans [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2000 5:08 AM To: Palm Developer Forum Cc: palm-dev-forum@news.palmos.com Subject:

RE: latest Constructor version

2008-05-28 Thread Rick Gadbois
There is a later version of Constructor (1.5b7) available with Update 1 to the 3.5 SDK at http://www.palmos.com/dev/tech/tools/sdk35.cgi/. Rick Gadbois PHT Corporation Boston MA 617-973-1736 [EMAIL PROTECTED] -Original Message- From: Lise Quintin [mailto:[EMAIL PROTECTED] Sent: Friday

RE: latest Constructor version

2008-05-28 Thread Rick Gadbois
Did you delete your old constructor from the \bin directory and then put this new one there? -Original Message- From: Lise Quintin [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2000 2:57 PM To: Palm Developer Forum Subject: RE: latest Constructor version > > > > L

Codewarrior and Function Prototypes warning. Lesson learned.

2008-05-28 Thread Rick Wagner
g is that is was always getting a 1, instead of the 0 that was trying to be passed. My hair is finding other locales fast enough without my help pulling it out. So, that's it. I hope this helps somebody out someday. Rick Wagner Mindweave Software, Inc. PS: Rereading this someone might thi

Emulator OR Pilot?

2008-05-28 Thread Rick Gadbois
Is there a way to tell from within your program if it is running in the emulator or a real palm pilot?? thank you...rickG -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

RE: Emulator OR Pilot?

2008-05-28 Thread Rick Gadbois
thanks JB... - > Is there a way to tell from within your program if it is running in the > emulator or a real palm pilot?? - #if EMULATION_LEVEL != EMULATION_NONE // You are on the emulator #else // You are on a device #endif -- F

RE: Emulator OR Pilot?

2008-05-28 Thread Rick Gadbois
thanks chris > Is there a way to tell from within your program if it is running in the > emulator or a real palm pilot?? Boolean inposer; DWord temp; if (FtrGet('pose', 0, &temp) == ftrErrNoSuchFeature) inposer = false; else inposer=true; /* Chris Faherty <[EMAIL PR

RE: Emulator OR Pilot?

2008-05-28 Thread Rick Gadbois
e) inposer = false; else inposer=true; thanks for the input folks. JB Parrett wrote: > on 8/24/00 10:06 AM, Rick Gadbois at [EMAIL PROTECTED] wrote: > > > Is there a way to tell from within your program if it is running in the > > emulator or a real palm pilot??

Field.c, line 132 in FrmAlert(). Looks like bug in PalmOS...

2008-05-28 Thread Rick Wagner
I'm not sure if this is classified as a bug or "undefinied behavior". To replicate: Create an alert in constructor, put whatever title you want and whatever message you want. BUT, at the end of the message put an extra carriage return or two (like you wanted to make the alert pretty). Now bui

RE: CodeWarrior and multiple rscr files : a good idea ?

2008-05-28 Thread Rick Gadbois
I use many resource files making up a few hundred forms and alerts. I also get the "ignored duplicate resources" message since upgrading to CW6/WinNT. So far no problems, I just put up with it. Not a definitive answer, but that's all I got. -Original Message- From: thomas [mailto:[EMAIL

RE: CodeWarrior and multiple rscr files : a good idea ?

2008-05-28 Thread Rick Gadbois
JB is probably right, he's been programming these things this longer than I. Nevertheless, from my experience I have encountered only one problem with multiple resource files. This was when I didn't give the forms Titles in MORE than one resource. The header generates duplicate defines in this c

RE: Multi segment shared libraries

2008-05-28 Thread Rick Gadbois
As Eric stated before: Say your library project has 12 .c files (f1 to f12). Create 2 new targets (project menu), so you now have 3 targets: lib1, lib2 and lib3 Using the project inspector (Window menu), assign files 1 to 4 to lib1 only, files 5 to 8 to lib2 only etc... Include the 3 libs in your

RE: Multi segment shared libraries

2008-05-28 Thread Rick Gadbois
but that's for multiple libsif that's what you wanted.. -Original Message----- From: Rick Gadbois [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2000 9:29 AM To: Palm Developer Forum Subject: RE: Multi segment shared libraries As Eric stated before: Say your library p

RE: Multi segment shared libraries

2008-05-28 Thread Rick Gadbois
ze to 140Kb -Original Message- From: Rick Gadbois [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2000 3:29 PM To: Palm Developer Forum Subject: RE: Multi segment shared libraries As Eric stated before: Say your library project has 12 .c files (f1 to f12). Create 2 new targets (pr

RE: Multi segment shared libraries

2008-05-28 Thread Rick Gadbois
part do you not understand? and I will explain if I can. Rick Gadbois PHT Corporation Boston MA 617-973-1736 [EMAIL PROTECTED] -Original Message- From: Petrus Wrangö [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2000 9:53 AM To: Palm Developer Forum Subject: RE: Multi segment s

RE: Multi segment shared libraries

2008-05-28 Thread Rick Gadbois
ibraries sharing global variables, can I? -Original Message- From: Rick Gadbois [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2000 4:07 PM To: Palm Developer Forum Subject: RE: Multi segment shared libraries Are you making a library (.lib) of shared code? This is one common practi

RE: strings and string lists

2008-05-28 Thread Rick Gadbois
r for overlays? Rick Gadbois PHT Corporation [EMAIL PROTECTED] -Original Message- From: Dave Johnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2000 1:54 PM To: Palm Developer Forum Subject: Re: strings and string lists Charles Rezsonya wrote: >Are there any pro's or

Slider Control Bug

2008-05-28 Thread Rick Gadbois
I want to make my slider update wherever you tap the pen, having the knob *immeditely* jump there, not tick there slowly. In using the Sliders I have found that when you set the page jump to 100, the slider acts flaky and inaccurate. Capturing pen downs/ups do not work well with these slider either

RE: OK, this one flattened my head a bit..

2008-05-28 Thread Rick Gadbois
I run constructor and emulator 3.0a6 at the same time. WinNT. -Original Message- From: Fergal Moran [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2000 10:18 AM To: Palm Developer Forum Subject: RE: OK, this one flattened my head a bit.. > From: Dave Lippincott [mailto:[EMAIL

RE: viewing this forum using a news reader

2008-05-28 Thread Rick Gadbois
I hasd that problem and needed to set the password in my Outlook newsreader. -Original Message- From: Chris Woodhouse [mailto:[EMAIL PROTECTED] Sent: Monday, October 16, 2000 4:11 PM To: Palm Developer Forum Subject: viewing this forum using a news reader Does anyone know why I can't vi

latest CW plug-ins?

2008-05-28 Thread Rick Gadbois
Where can I find the latest Code Warrior 6 for Windows plugins for: constructor debugger I have been having trouble getting onto the ftp server I've used in the past. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers

netSettingSecondaryDNS not found?!?

2008-05-28 Thread Rick Gadbois
Has anyone used netSettingSecondaryDNS with NetLibSettingSet? My primary DNS works, but when it is unavailable the secondary DNS in the palm isn't used. It seems that even though I give it two DNS's to choose from it doesn't switch for me. Does anyone have any knowledge in this area? PALM 3.5,

RE: displaying singular bitmaps in several locations HELP!

2008-05-28 Thread Rick Gadbois
t all. Is there some setup I am missing? or something else I might be doing wrong? -Original Message- From: Ben Combee [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2000 11:37 AM To: Palm Developer Forum Subject: Re: displaying singular bitmaps in several locations HELP! "R

displaying singular bitmaps in several locations HELP!

2008-05-28 Thread Rick Gadbois
I have a need to display an ever changing variation of 6 simple bitmaps in 36 locations dynamically. I would like to do this with 6 bitmaps, displaying for example, bitmap1 in 3 locations, bitmap 2 in 5 locations, bitmap3 in 0 locations etc...all at once. In the past for single bitmaps, I have draw

RE: displaying singular bitmaps in several locations HELP!

2008-05-28 Thread Rick Gadbois
eLock(resH); // draw the bitmap WinDrawBitmap (resP, x, y); // release the memory handle MemPtrUnlock(resP); DmReleaseResource( resH ); In my case, the bitmaps are not on the form, they are just in the resource file. Hope that helps. "Rick Gadbois" <[EMAIL PROTECTED]> wr

4 bit, 16 color bitmap conversion

2008-05-28 Thread Rick Gadbois
SorryI've seen this discussed on this forum and have been searching the archives for a couple of hours but I haven't been able to find the answer, so here it is: Is there a conversion utility to make a windows 4 bit bitmap (16 shades of gray) into a palm bitmap? or restated how do you oth

RE: 4 bit, 16 color bitmap conversion

2008-05-28 Thread Rick Gadbois
yes, copying and pasting seems to work ok for single bit, black and white, it is the 4 bit 16 shades of gray where I get this problem. Are you saying that you've copy/pasted 16 shades of gray from paint to palm? If so, maybe I can still hope to do it that way. It seems though that the mapping fo

RE: 4 bit, 16 color bitmap conversion

2008-05-28 Thread Rick Gadbois
I was using Paint Shop Pro as well. I remember it handling single bit depth better than windows paint.but you're right. I did the same as you described and it works..thanks. -Original Message- From: Nesse, Rustin [mailto:[EMAIL PROTECTED] Sent: Monday, October 30, 2000 12:22 PM

4 bit bitmap shows only as 1 bit

2008-05-28 Thread Rick Gadbois
I am trying to display a 16 shaded gray bitmap but it is always all black pixels. Have used call to set screen mode as follows: UInt32 depth = 4; Err err = WinScreenMode(winScreenModeSet, NULL, NULL,&depth, NULL); but still all that is displayed is an all black bitmap. Any suggestions anyone? Tha

RE: 4 bit bitmap shows only as 1 bit

2008-05-28 Thread Rick Gadbois
By the way, I also tried setting the depth var to 8 as that looked like it would set the screen depth to 4 according to WinScreenMode documentation. -Original Message- From: Rick Gadbois [mailto:[EMAIL PROTECTED] Sent: Monday, October 30, 2000 3:01 PM To: Palm Developer Forum Subject: 4

RE: Replacing the Launcher application

2008-05-28 Thread Rick Gadbois
You can launch your app after a hard reset by first backing up your application in Flash, then you can replace your app as the default app or write another simple app to replace the default and have that one call yours. -Original Message- From: Fitzpatrick, Joe [mailto:[EMAIL PROTECTED]

RE: 4 bit bitmap shows only as 1 bit

2008-05-28 Thread Rick Gadbois
m doing something wrong, just not sure what. -Original Message- From: Nesse, Rustin [mailto:[EMAIL PROTECTED] Sent: Monday, October 30, 2000 3:39 PM To: Palm Developer Forum Subject: RE: 4 bit bitmap shows only as 1 bit Wait a minute, Rick, what version of the OS is running on your h

RE: Replacing the Launcher application

2008-05-28 Thread Rick Gadbois
wiped by flashing it (on units with flashable memory), but this, in of itself, will not get you up in place of the built in launcher after a hard reset (which seemed to be what the original poster wanted). -jjf -Original Message- From: Rick Gadbois [mailto:[EMAIL PROTECTED] Sent: Monday

displaying 4 bit depth bitmap

2008-05-28 Thread Rick Gadbois
I am still unable to display a 4 bit bitmap as 16 color gray scale. thanks for the help so far, anyone else have any ideas? I've attempted this with err = WinScreenMode(winScreenModeSet, NULL, NULL,&newDepth, NULL); (tried toggling the last parameter) //then in my event handler

RE: displaying 4 bit depth bitmap

2008-05-28 Thread Rick Gadbois
Finally got this one to work. ArronThe bitmap was defined as multi depth, that was not the problem. What I had to do was add it to a bitmap family, then declare it in the family 4 timesonce for each bit depth. Then instead of WinDraw'ing the bitmap I WinDraw'ed the bitmap family. Thank

RE: displaying 4 bit depth bitmap

2008-05-28 Thread Rick Gadbois
Aaron etc.. Yes, CW6 WinNt. Constructor lets you *create* 4 bit bitmaps. It just seems that when you call them directly (at least in my case), they show as 1 bitit seems the call has to be directed through the family. I have been curious about PilRC (I barely know what it is) and would like t

16 Grays Look crappy on Palm IIIX

2008-05-28 Thread Rick Gadbois
In displaying in 16 gray mode on a Palm IIIX versus a Palm VX, I notice the IIIX to be quite crappier in comparison. Does the IIIXe simulate gray by cycling power to the pixels on a IIIX? What is different...anyone know technically what the difference is ? hardware? Also, Does this multi d

RE: Help!!! with 2bpp or 4bpp

2008-05-28 Thread Rick Gadbois
Yes. 1. Put them into a bitmap family and access them though the family. 2. Make sure you set your screen mode correctly -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2000 2:29 PM To: Palm Developer Forum Subject: Help!!! with 2bpp or 4b

RE: Help!!! with 2bpp or 4bpp

2008-05-28 Thread Rick Gadbois
yesmy earlier explanantion was for CW6 with 3.5 on palm, may not work for 5. -Original Message- From: John J. Corelli [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2000 2:26 PM To: Palm Developer Forum Subject: RE: Help!!! with 2bpp or 4bpp There has been some talk about thes

RE: WinScreenMode and ScrDisplayMode.

2008-05-28 Thread Rick Gadbois
don't know if you guys did this already. CW6 palm 3.5: Displaying mutli-bit bitmaps; First I make sure that my bitmaps are contained within families and called ONLY through the familyotherwise they don't show as mutli-bit. then I call : UInt32 depth=4; WinScreenMode(winScreenModeSet, NULL,

new IIIX modem baud rate problem

2008-05-28 Thread Rick Gadbois
On the new palm modems for IIIX the baud rate cannot be changed. You think you're changing it, but in tests I have found you are not. This is the case through coding OR through the network panel. The old modems DO work. Has anyone encountered this problem and/or have any advice? Thank You

RE: new IIIX modem baud rate problem

2008-05-28 Thread Rick Gadbois
Tom Zerucha [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2000 12:53 PM To: Palm Developer Forum Subject: Re: new IIIX modem baud rate problem On Thu, Dec 07, 2000 at 11:34:02AM -0500, Rick Gadbois wrote: > On the new palm modems for IIIX the baud rate cannot be changed. You think &g

RE: Help with new program

2007-03-22 Thread Rick
One of the problems I have is that From what I have seen I have to use a database system. So far I have only used text data file to store and retrieve data. Thanks Rick -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com

RE: Help with new program

2007-03-22 Thread Rick
tuding its help files. If anyone out there would like to help, I can send you the Visual Basic version. Thanks Rick -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Help with new program

2007-03-21 Thread Rick
arted. Thanks Rick -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Testing IR port on simulator

2006-04-20 Thread Rick T
to load a library? There's gotta be something really basic I'm missing here. Rick On 2006-04-20, Rick T <[EMAIL PROTECTED]> wrote: I know this question has been asked before, but I couldn't find it in the archives... How do I set up Garnet simulator to test the IR port us

Testing IR port on simulator

2006-04-20 Thread Rick T
that the port opens okay.  Just not on the simulator.   Helpful suggestions are appreciated.   Thanks, Rick -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Irda confusion

2006-04-06 Thread Rick T
Thanks Frank.  That is a goldmine indeed.  I'm feeling much more confident about pulling this one off now.    Rick     - Original Message - From: Frank Ableson To: Palm Developer Forum Sent: Thursday, April 06, 2006 7:36 PM Subject: Re: Irda confusion Rick,   I would not

Re: Irda confusion

2006-04-06 Thread Rick T
ust say that it is the most comprehensive getting-started-in-palm-os tool I have run across.  It's simple, easy to understand, yet complete.  Made sense of some things that slipped past me while reading the 'more traditional' texts.  I really appreciate the effort that went into

Irda confusion

2006-04-06 Thread Rick T
eed to be in this order because ."  Kind of a 'do it this way because it works' approach.  I'm too ignorant to reinvent the wheel.    A few helpful hints would be greatly appreciated.   Thanks a bunch, Rick -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Converting mini-USB to serial

2004-10-07 Thread Rick Stuart
Before you go to the trouble of being the first to make such a device (USB_Client -> BLACK_BOX -> RS232_Serial) many palm devices contain a serial port. All you need to do is buy the right one (i.e. don't buy a Palm Pilot Zire!!!). You will need to pick up a special cable that costs about anothe

Found answer: "Cannot load object resource for '.rcp'"

2004-04-23 Thread Rick Shory
... I get this cryptic error. And I can't undo what I did and make it compile again. '.rcp' is simply my resource file from PilRC designer Right-click on the <.rcp> file, and choose "Compile" from the popup menu. -- Natural Resource Ecology Laboratory A225 1231 East Drive, Colorado State

More multi-seg problems: "Cannot load object resource for '.rcp'"

2004-04-23 Thread Rick Shory
Thanks for the replies on my multi segment problems of yesterday. The first advice, to make sure certain things were in the first segment, was great to know I was on the right track. The second, to clone a target and add a segment, I had already tried once. Magically, the second time it worked

multi segment app in CW9.3

2004-04-22 Thread Rick Shory
This must have been done a million times, but I am stumped. I need to add a new form, which will take my code over the 64k limit. So I need to convert my app to multi segments. I have studied everything I can find for the past two days, and I think I need just a few more clues. I am using C

Re: Mail To And ExgRequest()

2003-10-17 Thread Rick Sands
I have read all the docs. Can I assume that the mailto URL does NOT work completely on the Palm OS? Or am I just being a bonehead? -Rick "Rick Sands" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I am trying to create a message using the mailto s

Mail To And ExgRequest()

2003-10-16 Thread Rick Sands
Specify local mode exgSocket.count = 1; exgSocket.length = StrLen(Text) + 1; exgSocket.type = "text/mail"; exgSocket.name = Text; ExgRequest(&exgSocket); -Rick -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Multisegment : CW vs prctools

2003-07-21 Thread Rick Reynolds
mething stupid in my multisegmenting definitions that is confusing the debugger unnecessarily. I guess I'll pore over the linker maps and such again... Rick Reynolds -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Multisegment : CW vs prctools

2003-07-21 Thread Rick Reynolds
ugging a prc-multilinked app, I'll be able to quickly switch to multilink and try it there and vice versa. As for coding multiple segments in prc-tools, I agree. It can be made pretty painless with some careful preprocessing definitions. Rick Reynolds -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: ScrDisplayMode()

2003-07-17 Thread Rick Reynolds
s. > > ScrDisplayMode == WinDisplayMode > > its the *same* API trap number. palm just changed the name. you do not > have to use both functions - the compile down to exactly the same > thing. Ah. That makes more sense then. Thanks for the pointers. You can tell I've entered t

Re: ScrDisplayMode()

2003-07-17 Thread Rick Reynolds
it couldn't resolve the reference to ScrDisplayMode from the OS5 SDK, it would then follow its include and library paths to a later entry and find it in the OS2 SDK. But I haven't really done that yet to see if it works. Rick Reynolds -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: A plea for prc-tool help

2003-07-03 Thread Rick Reynolds
Chris Faherty wrote: > On Thursday 03 July 2003 03:58 pm, Rick Reynolds wrote: >> Well, now this person is me! I finally slogged through the steps >> necessary to rebuild the prc-tools and now have a version that came >> from today's CVS source tree. > > I tried t

Re: A plea for prc-tool help

2003-07-03 Thread Rick Reynolds
iles and so forth). Has anyone already gone down this path before? Thanks, Rick Reynolds -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

A plea for prc-tool help

2003-06-26 Thread Rick Reynolds
are listening) would the prc-tools folks care to bundle up the latest stuff and release a 2.3 version? Rick Reynolds -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: arithmetic errors using #defined int constants

2003-05-31 Thread Rick Reynolds
(although the size info isn't present). Also, this stuff may be compiler dependent. I know it works for the prc-tool chain. Rick Reynolds -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Debugging multi-segmented app with prc-tools-2.2 fails

2003-05-27 Thread Rick Reynolds
y building with multilink, I can't check this yet. But I'm betting that I have the broken one since Overbeek's patches are dated December of 2002. Rick -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: unable to use a local variable

2003-03-14 Thread Rick Reynolds
> void DBManualEntry() > { > Err er; > UInt16 position=13; > //position+=11; > > MemHandle vh=MemHandleNew(3); > MemPtr npos = MemHandleLock(vh); > > ListBoxStrType *payments = MemPtrNew(sizeof(ListBoxStrType)); > > > } > > If I let "position+=11;" compile, I will get an Expression Syntax > Error

Re: Starting POSE with settings from last session

2003-03-07 Thread Rick Reynolds
r.pdf"). Well, for future folks finding this message on the archives, the difference has to do with whether or not the CAPS LOCK is on! That seems strange to me, but whatever... It IS documented in the above mentioned document. Rick -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Starting POSE with settings from last session

2003-03-05 Thread Rick Reynolds
ssion with settings from this session", but I can't find anything. Thanks, Rick Reynolds -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: newbie looking for dev tools...

2003-02-27 Thread Rick Reynolds
oice for me. I can do open source Palm development and be confident that others will be able to contribute because they don't need to buy a license of any particular tool. Rick Reynolds -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: multisegmenting troubles -- SUCCESS!

2003-02-21 Thread Rick Reynolds
y are there -- only that SOMETHING from that object file is there. It seems that that extra something can be persistent data or file-scoped static functions. Rick Reynolds -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: multisegmenting troubles -- SUCCESS!

2003-02-21 Thread Rick Reynolds
there some hidden danger in having some of this extra >> data within the various segments instead of in the .text segment? > > Possibly, if you don't think about the code that handles your > non-globals launch codes. See > > http://prc-tools.sf.net/cgi-bin/info/multiple

Re: multisegmenting troubles -- SUCCESS!

2003-02-20 Thread Rick Reynolds
s get placed. If a function is in an unexpected place, you're missing a segment declaration via prototype somewhere! Rick Reynolds -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: multisegmenting troubles -- SUCCESS!

2003-02-20 Thread Rick Reynolds
! In my case I had three functions that basically are providing malloc, free, and realloc style memory management (I'm porting an existing code base to Palm). Those three functions are wrapped with macros, but didn't have prototypes in my header files (an oversight). -Wmissing-declaratio

Re: compile cspotrun

2003-02-19 Thread Rick Reynolds
t about converting prc-tool style makefile projects into a CW project. I don't have CW, so I can't comment on how well that type of conversion works. Rick -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Size of offscreen windows?

2003-02-19 Thread Rick Reynolds
'm asking for too much on one call. I have found that 5 consecutive calls of 160x160 work fine. I haven't found much in the Palm docs about these sizes. Thanks, Rick Reynolds -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: multisegmenting troubles

2003-02-18 Thread Rick Reynolds
ere else. I've sent this info on to David and he indicated that he did not know this was so! Apparently an earlier version of gdb worked just fine with the script file. He's looking into it at the moment and may or may be able to do something about it. Rick -- For infor

Re: multisegmenting troubles

2003-02-18 Thread Rick Reynolds
ing to show the problem. I'm just realizing that there are places in my code where no prototype exists, but the function is defined before any other references. -Wall isn't catching that case, and I'm sure that's loading lots of extra functions into the first segment. Rick -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

multisegmenting troubles

2003-02-18 Thread Rick Reynolds
nly declaring segmenting on the prototypes I would get a better behaving app. Of course, now I can't actually get a link for some reason. Any suggestions would be appreciated. Rick Reynolds -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: NetLibMaster usage clarification

2003-02-14 Thread Rick Whitt
A Kyocera Smartphone. "Alex Lam" <[EMAIL PROTECTED]> wrote in message news:113585@palm-dev-forum... > > I couldn't get my CLIE NX to show the WiFi IFStatistics either. > What type of handheld are you using ? > > > Rick Whitt wrote: > > I am trying to

NetLibMaster usage clarification

2003-02-13 Thread Rick Whitt
I am trying to figure out a way to track # of Kb transferred via the netlib interface. Since it'd not possible to install a hack for a non-system library, I need to find another way. The NetLibMaster() function looks interesting, using the the netMasterInterfaceStats command option would seem to

LARGE Screen Palm OS Based Device ??

2001-10-29 Thread Rick Gadbois
> Does anyone know of a Large Screen Palm OS Based Device? > Some hardware platform that is bigger than the *normal* palm screen. > Maybe the question should be "What is the largest screen available for Palm > OS based devices?" > > rgadbois @ phtcorp .com > 320x320 but its still as small as othe

Screen Palm OS Based Device

2001-10-29 Thread Rick Gadbois
Does anyone know of a Large Screen Palm OS Based Device? Some hardware platform that is bigger than the *normal* palm screen. Maybe the question should be "What is the largest screen available for Palm OS based devices?" Feel free to respond to me at [EMAIL PROTECTED] rgadbois @ phtcorp .com -

Re: Sony high res bitmap drawing

2001-07-29 Thread Rick Bram
Ah ha! I figured it out, never mind! Thanks, anyway Rick -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Sony high res bitmap drawing

2001-07-28 Thread Rick Bram
Thanks for any suggestions Rick Bram -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

trapping frmCloseEvent cause memory leak

2001-07-18 Thread Rick Gadbois
In some dynamic resource handling we were returning true for all events in our code. I found that for every form handled, I was losing 76 bytes of heap space. This reared it's head when all heap space had been chewed up and upon attempting to allocate memory, it choked with a memory error. Aft

PALM types Versus ANSI ??

2001-06-22 Thread Rick Gadbois
What are the advantages/disadvantages to using the built in palm data types as opposes to ansi? i.e. Int vs int -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Supressing IR port Programatically (Can you do it?)

2001-05-18 Thread Rick Gadbois
I am interested in supressing recognition of incoming IR traffic on the IR port... ...shutting off the port Programatically. (like through pref's panelbut not through panel) Do any of you palm programming gurus know how to do this? -- For information on using the Palm Developer Forums, or

RE: Shutting Off IR Beaming

2001-05-17 Thread Rick Gadbois
advice was for the other way around. Thanks, Rick -Original Message- From: Arvind Aprameya. [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 11:59 AM To: Palm Developer Forum Subject: RE: Shutting Off IR Beaming Hi Rick, In Palm OS 3.5 and higher the pop-up list is only displayed

Shutting Off IR Beaming

2001-05-17 Thread Rick Gadbois
How do you programatically shut off IR beaming? ...so that while your program is running, it can't be interupted. (not using pref's panel) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

CW7 -> REAL Palm : PRC's SLOWWW

2001-05-07 Thread Rick Gadbois
Code Warrior 7 loads prc's onto real palm devices painfully slower than Code Warrior 6. Is there a patch, or fix for this? I'm using WinNT... -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: Field Question.

2001-04-23 Thread Rick Gadbois
or create your own keyboard for passwords. -Original Message- From: Phillip Streck [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 11:08 AM To: Palm Developer Forum Subject: Re: Field Question. Cool thanks.. I'll have to look in to how to trap those, never done it before. I'v

RE: Urgent : Book for Developments

2001-04-18 Thread Rick Gadbois
fyi: You can also order those pdf's printed and binded from fatbrain.com -Original Message- From: Jeff Wheeler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 10:10 AM To: Palm Developer Forum Subject: Re: Urgent : Book for Developments > I need help in getting down a book fo

RE: Brain is Full

2001-04-04 Thread Rick Gadbois
note: If you write to flash, this will produce a temporary drain on the battery. -Original Message- From: Marty Ellis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 9:19 AM To: Palm Developer Forum Subject: Re: Brain is Full I don't believe the power consumption is measurabl

ListPtr->itemsText (and POSE)

2001-03-28 Thread Rick Wagner
me to an "illegal" call I've been using. Thanks, Rick Wagner -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: sdk 3.5 changes for m505?

2001-03-19 Thread Rick Kier
ouldn't be me! Thanks for the information. On your fairly old m505??? :-)) TeamSTARS Dick Gordon and Rick Kier -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

  1   2   3   >