RE: CW C++ problem

2000-07-22 Thread Paul A. Dugas
; This now produce the following error > > illegal friend declaration > Make that "friend class B;". -- Paul __________ Paul A. Dugas, Computer Engineeremail: [EMAIL PROTECTED] Dugas Enterprises, LLC

RE: Installing a palm app programatically

2000-05-26 Thread Paul A. Dugas
The instaide.dll library in the Plam folder has routines to do what you're looking for. Docs are in the CDK. HTH, -- Paul ___ Paul Dugas Dugas Enterprises, LLC phone - 404.932.13551711 Indian Ridge

RE: changing size of bitmaps?

2000-05-19 Thread Paul A. Dugas
Constructor however has a problem with bitmap families in that it ignores the specified size and displays the bitmap form object as if it were only 16x16. Place it where the upper left corner should be and it will appear properly in the generated program. Consider temporarily telling the form ob

RE: Color bitmaps in constructor

2000-05-17 Thread Paul A. Dugas
n about this on the tools-forum. The consensus, though not acknowledged by any Palm folk, is that this is a bug. Constructor appears to think bitmap families are all 16x16. -- Paul _______ Paul A. Dugas, Computer Engineer Dugas Enterprises

RE: Application Beaming from withing the application itself

2000-05-11 Thread Paul A. Dugas
> Also, how do I trap the "Beam" event that I can set my "pen > swipe" to? I believe the Graffitti handling will generate a keyDownEvent events with a vchrRonamatic character when the user enters the "pen swipe". -- Paul _____

RE: OffTopic? - Microsoft Anti-Competitive Practices

2000-05-10 Thread Paul A. Dugas
tely unusable" is a it too harsh. As a previous poster commented, I too am seldom in such a position so it's not such a big deal to me. -- Paul _______ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED

RE: OffTopic? - Microsoft Anti-Competitive Practices

2000-05-10 Thread Paul A. Dugas
alrady provides (title bars, selected control highlighting, etc), the readability of the screen is worth the impact on cost and batery life. Just my opinion, -- Paul _______ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[E

RE: Numeric font has fixed pitch?

2000-05-10 Thread Paul A. Dugas
Hit PalmGear.com and pick up a copy of ASCIIChart. It's a font viewer displaying each character in a table cell. The info (number, width & height) of the select character appears below the table. Indispensable... The width of a stdFont zero is 5, boldFont is 6, largeFont is 7, and ledFont is 9.

RE: Data Encryption, HELP

2000-05-07 Thread Paul A. Dugas
initialize the random bitstream. -- Paul ___ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Drive tel:404-932-1355 Woodstock, GA 30189-6856 fax:770-516-4841

Constructor Problems

2000-05-05 Thread Paul A. Dugas
the form. I was unable to do so as constructor thought the object would be taller than it actually was. I ended up expanding the size of the bitmap family and bitmaps and moving the image bits to the bottom. Regards, -- Paul _______ Paul A. Dugas

RE: Getting a responce from a serial device

2000-05-04 Thread Paul A. Dugas
BTW: Anybody working on a protocol analyzer on a Palm? _______ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Drive tel:404-932-1355 Woodstock, GA 30189-6856 f

RE: Palm and Windows 2000

2000-04-26 Thread Paul A. Dugas
twice when I want to build and it works. I'm also getting bitmap problems, "unknown opcode in PICT...", but fiddling in Constructor usually repairs it. You're the first person I've heard of that's successfully using CW6 and can debug reliably with POSE on a Win

RE: Palm and Windows 2000

2000-04-26 Thread Paul A. Dugas
top, I had to fallback to Win98. I'm eager to move back to the NT du jour but this problem appears to be the only thing holding me back. Any info would be greatly appreciated, -- Paul _______ Paul A. Dugas, Computer Engineer Dugas Enter

RE: Graphic Buttons and Backward Compatibility

2000-04-21 Thread Paul A. Dugas
ginal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > m]On Behalf Of Bob > Ebert > Sent: Friday, April 21, 2000 2:00 PM > To: Palm Developer Forum > Cc: Palm Developer Forum > Subject: Re: Graphic Buttons and Backward Compatibility > > > At 3:41 PM +02

Constructor problem?

2000-04-21 Thread Paul A. Dugas
tructor or the resource compiler or some other step in between. Any suggestions greatly appreciated, -- Paul PS: if someone from Palm wants a copy of this resource file to peruse, let me know. _______ Paul A. Dugas, Computer Engineer D

Graphic Buttons and Backward Compatibility

2000-04-21 Thread Paul A. Dugas
lazy?) ;) TIA, -- Paul _______ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Drive tel:404-932-1355 Woodstock, GA 30189-6856 fax:770-516-4841

RE: Tapping Title Bar to pull up menu

2000-04-20 Thread Paul A. Dugas
>From the 3.5 Reference: frmTitleSelectEvent The control routine FrmHandleEvent sends this event. FrmHandleEvent receives a frmTitleEnterEvent, it tracks the pen until the pen is lifted. If the pen is lifted within the bounds of the active same title bar region, a frmTitleSelectEvent is added to

RE: How can you detect a PalmPilot Personal.

2000-04-19 Thread Paul A. Dugas
How about just testing for the Expense app when you've decided you're on a 2.0 device? If I had to guess, I wouldn't expect Palm to be releasing and new 2.0 ROMs with different configurations. $0.02, -- Paul > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > m]

RE: Oddness with Palm OS 3.5 console

2000-04-18 Thread Paul A. Dugas
Keith, I'm also seeing the same errors and have given up trying to use the 'hd' command. Yes, I'm using CW6 and the 2.5 sdk with the plugin additions and such in place. I'm about to get a new hard disk and will be rebuilding my machine from scratch. We'll see if a completely clean install fixe

RE: Popup-Forms

2000-04-18 Thread Paul A. Dugas
This is typically done with a frmUpdate event sent from the popup when closed to the main form with a custom update code. I believe the call is FrmUpdateForm() (no docs here sorry). HTH, -- Paul ___ Paul A. Dugas, Computer Engineer

RE: CodeWarrior: Templates + Exceptions = Doesn't work?

2000-04-18 Thread Paul A. Dugas
Did you enable exceptions in the project settings? I'm using Christopher Hunt's Teenee C++ library which uses both templates and exceptions and am not having trouble. -- Paul > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > m]On Behalf Of Magnús > Þór Torfaso

RE: CGI Web Clipping

2000-04-16 Thread Paul A. Dugas
ind of penalty look > into mod_perl or fastCGI. ... or PHP. -- Paul ___________ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Drive tel:404-932-1355 Woodstock, G

RE: Ability to access old posts??

2000-04-13 Thread Paul A. Dugas
-- Paul ___ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Drive tel:404-932-1355 Woodstock, GA 30189-6856 fax:770-516-4841http://pauld.dugas.com/ -- For information on using the Palm D

RE: Problem compiling prc-tools samples

2000-04-12 Thread Paul A. Dugas
Thanks Jim. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Anybody using CW6 and MSVC++ on Win2k?

2000-04-11 Thread Paul A. Dugas
chine? Personally, I'd prefer to wait till at least one service pack is out but I figured I'd ask anyway. -- Paul _______ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Dr

RE: BUG: orphan chunks not freed on reset in OS 3.5

2000-04-10 Thread Paul A. Dugas
having to blow away my critical high-score files! Ok, I'll shut up now ;) -- Paul _______ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Drive tel:404-932-1355

RE: orphan chunks not freed on reset in OS 3.5

2000-04-10 Thread Paul A. Dugas
So, an errant program (read "virus") might allocate and not free all the storage on the device requiring the user to hard-reset, potentially loosing data? I'd suggest a patch REALLY fast! -- Paul > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > m]On Behalf Of

RE: New list needed?

2000-04-07 Thread Paul A. Dugas
I second the motion only so I don't have to read this prc-tools holy war ;) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > m]On Behalf Of Steve > Sent: Friday, April 07, 2000 3:43 PM > To: Palm Developer Forum > Subject: New list needed? > > > Hey Palm guys,

RE: [No Subject]

2000-04-06 Thread Paul A. Dugas
The PalmOS SDK (software dev. kit) is needed to develop applications that run on PalmOS devices. The CDK (conduit dev. kit) is needed to develop synchronization conduits that run on the desktop (i.e. Windows and Macs). HTH, -- Paul > -Original Message- > From: [EMAIL PROTECTED] > [mail

RE: CWR6 Unexpected Error #32

2000-04-06 Thread Paul A. Dugas
help I know but I'm honestly stumped. I've pretty much decided on leaving the bitmaps alone till a fix is available. I'm running CW6 with the 3.5 SDK tools. -- Paul _______ Paul A. Dugas, Computer Engineer Dug

RE: Color control inversion?

2000-04-04 Thread Paul A. Dugas
It's not inverted on a 3.5 machine. It's redrawn with different foreground and background colors. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > m]On Behalf Of Ty > Brower > Sent: Tuesday, April 04, 2000 9:06 PM > To: Palm Developer Forum > Subject: Color co

What's MemSetDebugMode() useful for?

2000-03-30 Thread Paul A. Dugas
Can someone enlighten me on the potential uses of the MemSetDebugMode() API call? -- Paul ___ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Drive tel:404-932-1355

RE: Align Table Cust Draw Field

2000-03-29 Thread Paul A. Dugas
Uh, it's custom drawn so your draw callback routine would handle this, right? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > m]On Behalf Of Brian > O'Grady > Sent: Wednesday, March 29, 2000 5:44 PM > To: Palm Developer Forum > Subject: Align Table Cust Draw F

Low memory access in FrmAlert()?

2000-03-24 Thread Paul A. Dugas
hat might cause this? No there aren't any "^" characters in the alert string so I don't think that's the issue but who knows... TIA, -- Paul _______ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMA

RE: Get rid of IIIc white border

2000-03-23 Thread Paul A. Dugas
e the active elements behind to create pixels? A buddy of mine is a LCD hardware guy and explained at lunch that this happens on many LCD devices but he was unable to explain why. Just my buddies $0.02. -- Paul ___________ Paul A. Dugas, Comput

RE: Precompiled headers HOWTO? (was 3.5 SDK compiles slower)

2000-03-22 Thread Paul A. Dugas
ude's and > #define's you put in it. Mea culpa, mea culpa... Works great! > > This has been working for me for a long time. > Novice?! :-) Uh, that'd be me, not you :) -- Paul _______ Paul A. Dugas, Computer E

RE: Precompiled headers HOWTO? (was 3.5 SDK compiles slower)

2000-03-22 Thread Paul A. Dugas
piled headers HOWTO? (was 3.5 > SDK compiles slower) > > > > From: Paul A. Dugas [mailto:[EMAIL PROTECTED]] > > #include "Prefix.h" > > #pragma precompile_target "Prefix.mch" > > Now however, the compiler > > doesn't find some #d

RE: Precompiled headers HOWTO? (was 3.5 SDK compiles slower)

2000-03-22 Thread Paul A. Dugas
Ok, I think I'm almost there. I had the .pch file and had fixed the paths and such but wasn't using the resulting .mch file as my prefix file. So, I just took what was my prefix file and included it into the .pch file. Prefix.h defines ERROR_CHECK_LEVEL, includes some of my library headers and

RE: Getting screen shot of shortcut bar

2000-03-22 Thread Paul A. Dugas
I wonder if you might be able to set a break point somewhere when the command bar is displayed. Come to think of it, I've never tried to get a snapshot while the debugger was stopped. Just a thought... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > m]On Beh

Precompiled headers HOWTO? (was 3.5 SDK compiles slower)

2000-03-22 Thread Paul A. Dugas
Forgive me for being thick here but could someone explain (in detail) the process of setting up use of precompiled headers with CW6? I've got prefix files for my production and debug targets already setting the OS and application "defines". I'd love to hear how this is supposed to be done as my

I think I'm gonna break something!

2000-03-20 Thread Paul A. Dugas
lugin and has anyone tried it? Do you like it? Perhaps a HOWTO on converting from CW resource files? Regards, -- Paul _______ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Dr

Link Error : Unexpected Error #32.

2000-03-20 Thread Paul A. Dugas
iated. -- Paul _______ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Drive tel:404-932-1355 Woodstock, GA 30189-6856 fax:770-516-4841http://pauld.dugas.com/ -- For information on using the

Index of UI Object Color?

2000-03-15 Thread Paul A. Dugas
e and want the "tab" colors to be consistent with whatever color scheme the device is using. I'd love to be able to use a multi-bit image so I can "dim" the unselected tabs. TIA, -- Paul _______ Paul A. Dugas, Computer

RE: 'hd 0' usage

2000-03-13 Thread Paul A. Dugas
t of a leak in the future (God forbid!). TIA, -- Paul > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > m]On Behalf Of Bob > Ebert > Sent: Monday, March 13, 2000 3:14 PM > To: Palm Developer Forum > Cc: Palm Developer Forum > Subj

RE: problem with Lst

2000-03-12 Thread Paul A. Dugas
Uncheck "Usable" for the list in the resource editor. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > m]On Behalf Of gcw > Sent: Sunday, March 12, 2000 2:10 AM > To: Palm Developer Forum > Subject: problem with Lst > > > > I have a form with a sample popup

'hd 0' usage

2000-03-10 Thread Paul A. Dugas
5ColorDbg ROM, Win98, PII366, 128MB _______ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Drive tel:404-932-1355 Woodstock, GA 30189-6856 fax:770-516-4841

RE: External bitmap editor

2000-03-09 Thread Paul A. Dugas
> Okay...how about end of next week(it is > frustrating for us too - we have it > ready but...) > > --vivek Thanks. Please forgive the addition to your "frustration". :) -- Paul ___________ Paul A. Dugas, Co

RE: External bitmap editor

2000-03-09 Thread Paul A. Dugas
f such absolutes. That said, even fuzzy information would helpful. -- Paul _______ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Drive tel:404-932-1355

RE: External bitmap editor

2000-03-09 Thread Paul A. Dugas
image being copied. > This bug has been fixed in the next version of > Constructor (Windows). > > What you might want to try in the mean time is > to copy in smaller bandsugly > but it might work. > > --vivek > > > > > > "Paul A. Dugas" <

External bitmap editor

2000-03-09 Thread Paul A. Dugas
Paul ___ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Drive tel:404-932-1355 Woodstock, GA 30189-6856 fax:770-516-4841http://pauld.dugas.com/ -- For information on using the Palm Deve

RE: graphic buttons

2000-03-09 Thread Paul A. Dugas
Somebody's in a good mood today :) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > m]On Behalf Of Steve > Sabram > Sent: Thursday, March 09, 2000 12:44 PM > To: Palm Developer Forum > Subject: Re: graphic buttons > > > So what type of "funkiness" do they hav

Floating point fields in synced records

2000-03-06 Thread Paul A. Dugas
ve to go back a fix later. So... Is it kosher to have "double" fields in record structures? Does the conduit API provide hton?() style translations for floating point data? TIA, -- Paul ___________ Paul A. Dugas, Computer Engineer

Feature Request

2000-03-04 Thread Paul A. Dugas
of the form :) -- Paul _______ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Drive tel:404-932-1355 Woodstock, GA 30189-6856 fax:770-516-4841http://pauld.dugas.com/ -- For information on using th

RE: the chip used in Palm device(Motorola ) is bigendian or littleendian

2000-03-02 Thread Paul A. Dugas
Motorola chips are (all?) big endian. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > m]On Behalf Of gaurav > palvia > Sent: Thursday, March 02, 2000 1:38 AM > To: Palm Developer Forum > Subject: the chip used in Palm device(Motorola ) > is bigendian or > lit

RE: Does a Timbuktu-like app exist for Palms???

2000-03-02 Thread Paul A. Dugas
Take a look around for PalmVNC. Unless it was a hoax that I say (which is quite possible), someone has ported VNC to the Palm. VPC is a freeware (?) remote "control" program that has servers and clients for unix, windows, mac, etc. Control anything from anywhere. We use it to control all of our

[off topic] IPO

2000-03-01 Thread Paul A. Dugas
For all you disgruntled developers unable to get in on the IPO... My broker sent me this today, http://www.smartmoney.com/smt/markets/news/index.cfm?story= 22291 -- Paul ___ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC

RE: Visor (was: You Been Coding PalmOS Too Much When...)

2000-03-01 Thread Paul A. Dugas
t for using a Springboard module, I'd humbly suggest waiting. -- Paul ___________ Paul A. Dugas, Computer Engineer Dugas Enterprises, LLC mailto:[EMAIL PROTECTED] 1711 Indian Ridge Drive tel:404-932-1355