Palm IIIE problems

2000-03-09 Thread Will Chapman
A client of ours has bought a PalmIIe and has experienced problems. First, the Stevens Creek print libraries don't work on it (we have approached their Tech Support) and now the Conduit to our application has crashed it badly. We are looking into this oursleves but, meanwhile, is there anything u

Re: newbie apologies

2000-03-09 Thread krollin
Yes, with the Lite version. I downloaded and installed the Lite version just before replying. -- Keith "IT Consultant" <[EMAIL PROTECTED]> on 03/10/2000 04:00:51 AM Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]> Sent by: "IT Consultant" <[EMAIL PROTECTED]> To: "Palm D

Re: newbie apologies

2000-03-09 Thread IT Consultant
not with the lite version. i want to be able to use the tool a little before i buy... >From: [EMAIL PROTECTED] >Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]> >To: "Palm Developer Forum" <[EMAIL PROTECTED]> >Subject: Re: newbie apologies >Date: Thu, 9 Mar 2000 18:47:53 -0800 > > > >What k

Re: newbie apologies

2000-03-09 Thread krollin
What kind of information are you looking for? There's 17Megs of stuff in the documentation folder that gets installed. -- Keith "IT Consultant" <[EMAIL PROTECTED]> on 03/09/2000 06:28:50 PM Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]> Sent by: "IT Consultant" <[EMAIL PR

newbie apologies

2000-03-09 Thread IT Consultant
i am just getting started using the palm os and codewarrior lite. i downloaded most of the stuff from palm and have started going through it. i am unable to get started with codewarrior properly, as there are no help files with the lite version - any suggestions? __

RE: help with MemHandleNew

2000-03-09 Thread Marshall Clow
> > -Original Message- > > From: McMicken, Steven [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, March 09, 2000 8:47 AM > > To: Palm Developer Forum > > Cc: '[EMAIL PROTECTED]' > > Subject: RE: help with MemHandleNew > > > > > > Have you allocated memory to charRatio? If you don't assig

Re: palm database to pdb

2000-03-09 Thread krollin
Create it in the Palm OS Emulator, then select the Export Database menu item. -- Keith gcw <[EMAIL PROTECTED]> on 03/09/2000 05:39:07 PM Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]> Sent by: gcw <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> cc:

Re: Fonts in CW?

2000-03-09 Thread John Valdes
On Thu, Mar 09, 2000 at 06:29:22PM -0500, Thu Nguyen wrote: > Please tell me where I can find some information about fonts in CW. For > example, what is the charecter set of font "symbol 7"? I assume you mean the fonts that are available in PalmOS. Some information about the fonts and the charac

Re: palm database to pdb

2000-03-09 Thread David Fedor
>I have a palm app that creates a database. How can I get this database >backed up to my PC as a pdb file ? Can I get the next HotSync to do >this for me ? Yes, just set the backup bit in the database's attributes when you create the database, with DmSetDatabaseInfo. -David Fedor Palm Develope

RE: Cannot run Sample Files

2000-03-09 Thread McMicken, Steven
I haven't seen these errors, but it sounds like the read-only attribute is set on your target and settings files. These files are in the project's "Data" folder and have extensions .tdt and .stg. In Windows, right-click and select properties, then make sure read-only is not selected. Regards,

RE: removing a database

2000-03-09 Thread McMicken, Steven
You can use DmGetDatabase to step through the databases by index number. The indices will range from 0 to DmNumDatabases - 1. Regards, Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 08, 2000 8:55 PM To: Palm Developer Forum Subject: Re

RE: how to pass compiler flags in codewarrior?

2000-03-09 Thread McMicken, Steven
It's a standard C header file (.h). You should enter the file name in the Prefix file box on the C/C++ Language Settings panel in your project settings. Regards, Steve -Original Message- From: Sumit Gupta [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 09, 2000 3:48 PM To: Palm Develo

RE: How to set battery type

2000-03-09 Thread McMicken, Steven
You could try using PrefSetPreference with prefSysBatteryKind as the choice. I haven't looked up what values you can set it too. Regards, Steve -Original Message- From: McCollister, Mike [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 09, 2000 8:54 AM To: Palm Developer Forum Subject:

RE: removing a database

2000-03-09 Thread McMicken, Steven
When you create the database, assign the creator id of the prc to the database. That will cause the database to be deleted with the application. Regards, Steve -Original Message- From: gcw [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 08, 2000 9:51 PM To: Palm Developer Forum Subje

Re: floating-point and prc-tools v2.0

2000-03-09 Thread John Marshall
Alexey Zaparovanny <[EMAIL PROTECTED]> wrote: > I looked everywhere and could not thread you are referring to. news:[EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

RE: palm database to pdb

2000-03-09 Thread Fitzpatrick, Joe
If the 'backup' attribute is set on the database, it will be backed up to the PC on the next hotsync. -jjf -Original Message- From: gcw [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 09, 2000 5:39 PM To: Palm Developer Forum Subject: palm database to pdb Sorry if this is a dumb quest

palm database to pdb

2000-03-09 Thread gcw
Sorry if this is a dumb question. I have a palm app that creates a database. How can I get this database backed up to my PC as a pdb file ? Can I get the next HotSync to do this for me ? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com

RE: Changing projects in CodeWarrior

2000-03-09 Thread Scott L. Johnson
> From: Lou Krieg [mailto:[EMAIL PROTECTED]] > there are a zillion places that the name of the project, > its temp files, its output file name, etc need to be changed. > I do it manually, but I'm curious if there is any more > "centralized" way to do it Unfortunately there's no Wizard-like featur

Re: Linker warning

2000-03-09 Thread Chang . Elizabeth
You only want your "App Resouces" to appear once. Uncheck the others. -Elizabeth [EMAIL PROTECTED] on 03/09/2000 10:24:20 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Linker warning On Thu, 9 Mar 2000, Paul Nevai wrote: > # You edit one of the reso

Fonts in CW?

2000-03-09 Thread Thu Nguyen
Hi everyone, Please tell me where I can find some information about fonts in CW. For example, what is the charecter set of font "symbol 7"? Thank you, tnn -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Re: Linker warning

2000-03-09 Thread Matthew D Moss
> > # You edit one of the resource files with ResEdit and remove the=20 > > # duplicate resource. > > > > It doesn't work. They will be consistently regenerated by Constructor. > > Best regards, Paul > > I seem to remember seeing an option on the constructor main panel, > something about "generate

Changing projects in CodeWarrior

2000-03-09 Thread Lou Krieg
I feel like I must be missing something: When you start a new project in CodeWarrior, either from stationery or just copying an existing project, it seems as if there are a zillion places that the name of the project, its temp files, its output file name, etc need to be changed. I do it manually,

RE: Multi-segment application problems

2000-03-09 Thread Scott L. Johnson
> From: Frey, Kerry [mailto:[EMAIL PROTECTED]] > Right now the only fatal exception I get is upon exiting the > application. I believe this is because a pointer in the second > segment (pointing to a structure in the first segment) > is getting trashed. Could be, but it's probably not anything

Re: Completed Palm OS® SDK version 3.5 now available

2000-03-09 Thread David Fedor
> What's the version (and datetime stamp) of the Constructor >in this release? Same as the one in March 3 Provider Pavilion? Right, that Constructor is the same as was put in the seeding area a week ago. But now the posting includes the entire Windows SDK, as well as the final (and newer than p

Re: How to set battery type

2000-03-09 Thread Jim Schram
At 8:53 AM -0500 2000/03/09, McCollister, Mike wrote: >Does anyone know how to set the battery type? I know that I can do it with >the .7 shortcut but I want to be able to do this via a program. SysBatteryInfo. Regards, Jim Schram Palm Incorporated Partner Engineering -- For information on

RE: how to pass compiler flags in codewarrior?

2000-03-09 Thread Sumit Gupta
Is there any documentation which describes the format of this "prefix file" and how to load it/pass it to the compler while building? thanks sumit > >> From: Sumit Gupta [mailto:[EMAIL PROTECTED]] >> How do I pass flags to the C/C++ compiler when building a >> project under codewarrior? I have

RE: Multi-segment application problems

2000-03-09 Thread Frey, Kerry
>> I have an application of 110K split into two segments (CW6). >> The problem is that the order of files in the segments causes fatal >> exceptions in different places >Do you mean file order _within_ the individual segments? Or the >distribution of files between the two segments? The forme

RE: how to pass compiler flags in codewarrior?

2000-03-09 Thread Scott L. Johnson
> From: Sumit Gupta [mailto:[EMAIL PROTECTED]] > How do I pass flags to the C/C++ compiler when building a > project under codewarrior? I have #ifdef's in my code that > need the defines. Set up a compiler "prefix file" containing your #define's. If you need multiple configurations of them (lik

Re: External bitmap editor

2000-03-09 Thread David Williams
Aaron Ardiri wrote: > > use pilrc! > > it is possible to integrate the two - people have been successful, > and the exact information on how to do it is available in the > archives. What he said. In fact if you download the version of par I just posted here: http://www.djw.org/produ

how to pass compiler flags in codewarrior?

2000-03-09 Thread Sumit Gupta
hello How do I pass flags to the C/C++ compiler when building a project under codewarrior? I have #ifdef's in my code that need the defines. thanks sumit -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Re: Completed Palm OS® SDK version 3.5 now available

2000-03-09 Thread Horace Ho
David, What's the version (and datetime stamp) of the Constructor in this release? Same as the one in March 3 Provider Pavilion? Thanks horace - Original Message - From: David Fedor <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Sent: 2000 Mar 09 Thu 11:36am Subject:

ANN: Par version 00.03 (create and edit pdbs and prcs)

2000-03-09 Thread David Williams
Par for Mac, Unix, Windows! I have just posted a new version of par, the command line tool that allows you to create and edit PalmOS pdb and prc files, records, resources and headers. Par is intended as a Swiss army knife for doing all kinds of mundane tasks with pdbs and prcs. As a developer, I

Palm VII pre-release 3.5 rom comment

2000-03-09 Thread Andy Finkel
I've installed the 3.5 rom on my Palm VII, and so far, so good. All the little bugs I hit in the original roms seem to be fixed. One question, though: to make room, apparently the Expense application has been removed. Is this intended for the release roms as well ? If so, I'd suggest moving

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, Computer Engineer Dugas Enterprise

Re: CodeWarrior Resource Problem

2000-03-09 Thread Steve Mann
>I don't know why the resource file doesn't have the creator set properly for >Constructor, but here's how to fix it: Drag the file from the project window Duh. Apologies the the completely useless and inaccurate piece of information I sent out a while ago about ResEdit in regards to this probl

RE: External bitmap editor

2000-03-09 Thread David Fedor
>I've got a customer screaming for a color version of their >application. Do I have to wait hours or days or weeks or >months or years for an updated Constructor? Days or weeks. QA is working on it and things look good so far. FYI, I understand that if you switch to NT then the red/blue proble

Completed Palm OS® SDK version 3.5 now available

2000-03-09 Thread David Fedor
The completed Palm OS® SDK version 3.5 is now available on the Palm web site at http://www.palm.com/devzone/tools/sdk35.html This SDK can be used in conjunction with CodeWarrior for Palm Computing Platform r6 on Windows and MacOS-based computers, and with the gcc-based PRC-Tools toolset, to creat

Re: Performance tuning

2000-03-09 Thread Peter Epstein
The Palm OS Emulator (POSER) supports very precise profiling. You can programmatically control the start/stop/dump, or you can simply control the profiling from the menu. You need to run the profiling version of POSER. Download the latest version of POSER and give it a try. If you're using a Mac,

RE: External bitmap editor

2000-03-09 Thread Aaron Ardiri
> > We are aware of what the situation is and we are > > doing our best to resolve > > issues at the earliest. > > > > --vivek > > Hence the "Ballpark" request :) > > I've got a customer screaming for a color version of their > application. Do I have to wait hours or days or weeks or > months o

Re: CodeWarrior Resource Problem

2000-03-09 Thread Peter Epstein
> The Mac Finder is telling me that it cannot open the rsrc file in my > project, cause "it can't find the application that created it." This is > odd since I am using the "Starter" project that CodeWarrior generated > for me, without modification. Anyone else run into this problem? I don't kno

RE: External bitmap editor

2000-03-09 Thread Vivek_Magotra
Okay...how about end of next week(it is frustrating for us too - we have it ready but...) --vivek "Paul A. Dugas" <[EMAIL PROTECTED]> on 03/09/2000 11:29:48 AM Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]> Sent by: "Paul A. Dugas" <[EMAIL PROTECTED]> To: "Palm Dev

RE: External bitmap editor

2000-03-09 Thread Paul A. Dugas
> Now if I was able to tell you what the date was > wouldn't I be doing that . > :-) > > We are aware of what the situation is and we are > doing our best to resolve > issues at the earliest. > > --vivek Hence the "Ballpark" request :) I've got a customer screaming for a color version of the

RE: enum problems

2000-03-09 Thread Scott L. Johnson
> From: Oz Shalbar [mailto:[EMAIL PROTECTED]] > When the options on "enums always int" (C/C++ Language panel) > and "4-Bytes Ints" (68K processor panel) are "on" in the target > settings, [bad things happen] > How can I solve this problem without changing back the settings? I'd ask why you need

Re: enum problems

2000-03-09 Thread Peter Epstein
In general, changing the compiler settings can be dangerous, whether you do it from CodeWarriors target settings panels or using pragmas. In this case, the problem is that the operating system was compiled with enums defined a certain way, so if you change this, your code won't put the right thing

Re: Performance tuning

2000-03-09 Thread Steve Mann
>Anyway, my question is: Are there any tools avaiable for tuning my >applications? POSE has a profiling version that lets you find bottlenecks. It's a bit rough around the edges (more so on Windows I believe), but I've been able to use it successfully in the past. Regards, Steve Mann -

RE: External bitmap editor

2000-03-09 Thread Vivek_Magotra
Now if I was able to tell you what the date was wouldn't I be doing that . :-) We are aware of what the situation is and we are doing our best to resolve issues at the earliest. --vivek "Paul A. Dugas" <[EMAIL PROTECTED]> on 03/09/2000 10:56:03 AM Please respond to "Palm Developer Fo

Cannot run Sample Files

2000-03-09 Thread Nagaraj Raghavendran
Hi , I tried opening the sample files for phone book ,Ultest but it is giving the following errors. 1 . The settings file for project ultest.mcp/phbkultralite.mcp was locked so some user settings will not be saved . 2. The data file for target phkbultralite/ultest was locked so build

Re: External bitmap editor

2000-03-09 Thread Vivek_Magotra
Yep. It might not make it in the first release that's made to the webbut it'll get there soon (I just got the go-ahead for the next build). --vivek [EMAIL PROTECTED] on 03/09/2000 10:34:22 AM Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED]

RE: External bitmap editor

2000-03-09 Thread Paul A. Dugas
Pasting smaller bands presents the problem I moved to the external editor for. The bitmap in question is 160 pixels wide and is IMPOSSIBLE to edit with the built in editor. When you say "next version", what's the timeline? Ballpark? > -Original Message- > From: [EMAIL PROTECTED] > [ma

RE: Spawn

2000-03-09 Thread McMicken, Steven
Look at SysAppLaunch and SysUIAppSwitch. You supposedly use SysAppLaunch when you want control to return to your calling app. Use SysUIAppSwitch to close your app and start another app. I haven't gotten them to work for me, yet. Regards, Steve -Original Message- From: [EMAIL PROTECTE

Re: External bitmap editor

2000-03-09 Thread ron
Can we expact a fix for the Re/Blue channel switching problem any time soon ? No pressure, just asking. Ron > Yes, this is known problem. It depends on the size of the image > being copied. > This bug has been fixed in the next version of Constructor (Windows). -- For information on using

re: graphic buttons

2000-03-09 Thread Stephen Bentley
Okay, perhaps I should be a little more specific. I draw a bitmap image and assign it to a graphic button on a form. In Constructor's form layout appearance window, it looks just like I drew it. Once I load the app and run it on POSE, I get a series of messages saying my app has just read from

Performance tuning

2000-03-09 Thread Ray
Hello, I tried posting this earlier but I don't remember if it went through. Anyway, my question is: Are there any tools avaiable for tuning my applications? Thanks. Ray -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailing

Re: External bitmap editor

2000-03-09 Thread Vivek_Magotra
Yes, this is known problem. It depends on the size of the 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" <[EMAIL PROTECTED

Re: Linker warning

2000-03-09 Thread Brian Mathis
On Thu, 9 Mar 2000, Paul Nevai wrote: > # You edit one of the resource files with ResEdit and remove the=20 > # duplicate resource. > > It doesn't work. They will be consistently regenerated by Constructor. > Best regards, Paul I seem to remember seeing an option on the constructor main panel,

External bitmap editor

2000-03-09 Thread Paul A. Dugas
Hi all, I wonder if someone might share their successes with using an external bitmap editor and pasting into Constructor. I've been able to get this to work properly with 1bpp images but not with the new color ones. My (incorrect) process has been: -Create color BMP file in MS Paint of

RE: How to differentiate a Palm VII from an OmniSky modem

2000-03-09 Thread Chris Faherty
On 09-Mar-00 Fitzpatrick, Joe wrote: > Instead of searching for clipper, you might want to use SysLibFind to > search for INet.lib. The Palm docs recommend looking for the iMessenger > application to determine if the 'wireless' services are available. > > But, I don't really know if these will

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

RE: Things I've learned about Constructor & bitmap families

2000-03-09 Thread Scott L. Johnson
> From: David Fedor [mailto:[EMAIL PROTECTED]] > We should probably post a new Starter.rsrc > that has a full set of icons too. David, if youse guys are thinking of overhauling the Starter project, I'd love to contribute some suggestions. For starters, it could do a much better job of getting pe

Re: Things I've learned about Constructor & bitmap families

2000-03-09 Thread David Fedor
>I create a second icon (of the correct size 15X9) and paste it into the >edit window, I give it an ID of 1001, which according to the PalmOS >companion documentation is what you should do. It also states that you >must set the type to 'tAIB' (as opposed to 'tAIN' given to the larger >icon, ID=10

RE: How to differentiate a Palm VII from an OmniSky modem

2000-03-09 Thread Fitzpatrick, Joe
Instead of searching for clipper, you might want to use SysLibFind to search for INet.lib. The Palm docs recommend looking for the iMessenger application to determine if the 'wireless' services are available. But, I don't really know if these will fail on a Palm V with a wireless setup. What ex

Re: How to differentiate a Palm VII from an OmniSky modem

2000-03-09 Thread Christian Vandendorpe
Hi David, Very simple, I'm downloading data wirelessly. So I want to know if it's a regular Palm (or one with an OmniSky modem) in order to use TCP/IP or if it's a Palm VII so that I branch out in my code and use the InetLib functions. I do have a checkbox in the application to specify that In

Re: graphic buttons

2000-03-09 Thread Steve Sabram
So what type of "funkiness" do they have? (please chose one) [ ] Causes Palm to play the "Theme from Shaft" [ ] The buttons look like they have bell bottoms [ ] On a color palm, the buttons are in orange with green highlights [ ] After looking at the buttons, you have the urge to put on reall

RE: Decompression Algorithm

2000-03-09 Thread Fitzpatrick, Joe
I have been sending out a lengthy Palm VII white paper (diatribe) in sections. The third (and last) section covers compression. I have been sending a lot of email back and forth to Palm.net trying to get Palm to make an official statement on some stuff about billing that I documented. I have al

RE: Spawn

2000-03-09 Thread Schettino, John
Not really... you've got two choices -- you can switch to another app (SysUIAppSwitch), essentially exiting your app, or you can sublaunch another app (SysAppLaunch) and pass it a specific launch code. In the latter case the app you sublaunch must be coded such that it handles the launch code in i

Re: How to differentiate a Palm VII from an OmniSky modem

2000-03-09 Thread David Fedor
>I use the following check to see if the device is a Palm VII: > > err = DmGetNextDatabaseByTypeCreator(true,&searchState, >sysFileTApplication, > sysFileCClipper, true, &cardNo, &dbID); > >The problem is that it seems to work also for Palm V's that are hooked to >an Om

graphic buttons

2000-03-09 Thread Stephen Bentley
I am trying to put graphic buttons on a form using Contructor with Codewarrior 6. They look fine in Constructor, but when I run my app in POSE the buttons are all funky. What does this take to work correctly? Thanks. Steve -- For information on using the Palm Developer Forums, or to unsubsc

Spawn

2000-03-09 Thread keith . hook
Is it possible to run a program from within another similar to PC Spawn ? Thanks Keith Hook Creature Labs -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Can't remove breakpoints after Constructor update

2000-03-09 Thread Scott Maxwell
Since I upgraded to Constructor 1.5, I cannot remove any breakpoints while debugging. POSE reports something about not being able to unprotect an unprotected database and the whole IDE crashes. I will write down the exact error next time it happens. Has anyone else experienced this problem? Sc

Re: help with MemHandleNew

2000-03-09 Thread Richard Hartman
Clint Thayer wrote in message <4391@palm-dev-forum>... > >Sorry, I meant to say StrLen instead of StrCopy in my last message... > >so to fresh everyone on what code is messing up the CharPtr charRatio >variable > > > >NewTxtRatioH = MemHandleNew(StrLen(charRatio) + 1); > > > >Do I need to do a lo

Re: Linker warning

2000-03-09 Thread Paul Nevai
Steve Mann wrote to Paul Nevai: # # >It doesn't work. They will be consistently regenerated by Constructor. # # You're right. How about this--wait until you're done fiddling with # the resources via Constructor and _then_ remove the duplicate? Do you mean to say that you WILL BE DONE before th

Re: Linker warning

2000-03-09 Thread Steve Mann
>It doesn't work. They will be consistently regenerated by Constructor. You're right. How about this--wait until you're done fiddling with the resources via Constructor and _then_ remove the duplicate? Regards, Steve Mann --- Creative Digital Publishing I

Decompression Algorithm

2000-03-09 Thread Robert Graber
Has anyone written the C (CodeWarrior) code to decompress data in the 5/8-bit Compression mode that the PQA Format documentation describes? If so, are you willing to share that snippet? Thanks for any feedback! Very truly yours, Rob G. -- For information on using the Palm Developer Forums,

Re: Linker warning

2000-03-09 Thread Paul Nevai
# You edit one of the resource files with ResEdit and remove the=20 # duplicate resource. It doesn't work. They will be consistently regenerated by Constructor. Best regards, Paul -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/

Re: CodeWarrior Resource Problem

2000-03-09 Thread Steve Mann
>The Mac Finder is telling me that it cannot open the rsrc file in my >project, cause "it can't find the application that created it." This is >odd since I am using the "Starter" project that CodeWarrior generated >for me, without modification. Anyone else run into this problem? Do you have Res

RE: Linker warning

2000-03-09 Thread Steve Mann
>>=20 I've included two resource file in my CodeWarrior project. The linker = now >>=20 complains about a duplicate resource, >>=20 Link Warning : ignored duplicate resource `uMWC=B4(16400) in `Source.r= src=B4. >> >>=20 How do I resolve this? You edit one of the resource files with ResEdit and r

RE: Compressed data from INet socket

2000-03-09 Thread Schettino, John
You can request that the data be sent uncompressed. Do this before you issue the request: DWord conv = ctpConvNone; // turn off compression INetLibSettingSet (ilibRefNum, inetH, inetSettingConvAlgorithm, &conv, sizeof(conv)); John Schettino Palm OS Programming For Dummies: http://schettino.tripo

RE: help with MemHandleNew

2000-03-09 Thread Jeff Ishaq
> -Original Message- > From: McMicken, Steven [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 09, 2000 8:47 AM > To: Palm Developer Forum > Cc: '[EMAIL PROTECTED]' > Subject: RE: help with MemHandleNew > > > Have you allocated memory to charRatio? If you don't assign > memory to it

RE: Linker warning

2000-03-09 Thread Alan Johnson
It's a benign warning that you have multiple resource files. You can ignore it but there's no way I've found to make it go away. --Alan > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Andersson, Sven Åke > Sent: Thursday, March 09, 2000 2:04 AM >

How to differentiate a Palm VII from an OmniSky modem

2000-03-09 Thread Christian Vandendorpe
Hi, I use the following check to see if the device is a Palm VII: err = DmGetNextDatabaseByTypeCreator(true,&searchState, sysFileTApplication, sysFileCClipper, true, &cardNo, &dbID); The problem is that it seems to work also for Palm V's that are hooked to an Om

Compressed data from INet socket

2000-03-09 Thread Robert Graber
If you open an internet socket on a Palm VII with the ".CTPDefault" configuration for using the Palm.net proxies, then send an http request, when you read the socket, the data will be in compressed format as expected. The question I have is, "How do you uncompress the data to make use of it?". Is

How to set battery type

2000-03-09 Thread McCollister, Mike
Hi, Does anyone know how to set the battery type? I know that I can do it with the .7 shortcut but I want to be able to do this via a program. Thanks, Mike McCollister -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglis

RE: help with MemHandleNew

2000-03-09 Thread McMicken, Steven
Have you allocated memory to charRatio? If you don't assign memory to it with MemPtrNew, the memory that it points to can change without notice, since your program hasn't reserved it from the system. Regards, Steve -Original Message- From: Robert C. Thayer [mailto:[EMAIL PROTECTED]] Se

Serial comms with Palm

2000-03-09 Thread Thomas Gooderham
Right I am trying to communicate serially to data collection device, and use the palm to retrieve data from this device, Is there any articles or documentation to look at, I have set up a field on a form which whenthe update button on that form is pressed will collect the data and disply it on th

RE: help with MemHandleNew

2000-03-09 Thread Clint Thayer
Sorry, I meant to say StrLen instead of StrCopy in my last message... so to fresh everyone on what code is messing up the CharPtr charRatio variable NewTxtRatioH = MemHandleNew(StrLen(charRatio) + 1); Do I need to do a lock on the CharPtr charRatio before making the call to MemHandleNew and

Re: help with MemHandleNew

2000-03-09 Thread Roberto Amorim
Did you lock the variable before StrCopy? "Robert C. Thayer" wrote: > > Well before I make the call below to StrCopy, the value of of the CharPtr > variable charRatio is 8.9... After the StrCopy call, the same variable is > either null, or garbage. > > Why? >

Alternatives to Palm VII wireless service

2000-03-09 Thread Jeremy Shafer
Is anyone aware of alternatives to the Palm.Net / Bell South wireless service for the Palm VII? Short of using a wireless modem device, do I have any other wireless service option? (I'd like to use the palm VII *as is*) Thanks in advance, Jeremy Shafer -- For information on using the Palm D

RE: enum problems

2000-03-09 Thread Oz Shalbar
Gee, thanx!! I wonder why does this work, and if I could have found it myself in the documentation...? -Original Message- From: Eric VERGNAUD [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 09, 2000 12:14 PM To: Palm Developer Forum Subject: Re: enum problems le 9/03/2000 10:24, Oz Sha

RE: help with MemHandleNew

2000-03-09 Thread Robert C. Thayer
Well before I make the call below to StrCopy, the value of of the CharPtr variable charRatio is 8.9... After the StrCopy call, the same variable is either null, or garbage. Why? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Fitzpatrick, Joe Sent: We

Re: Procedure alarms

2000-03-09 Thread D. DeVecchio
Jim Schram, Thanks again for your continuing help in this matter. I am sorry if this is the second reply you have received to this particular post. I am not seeing the post I thought I made on the list, nor can I find the outgoing copy in my outbox. On Wed, 8 Mar 2000 00:03:39 -0800, you sai

CodeWarrior Resource Problem

2000-03-09 Thread gcw
The Mac Finder is telling me that it cannot open the rsrc file in my project, cause "it can't find the application that created it." This is odd since I am using the "Starter" project that CodeWarrior generated for me, without modification. Anyone else run into this problem? -- For informa

RE: Left Justify Label Column in a Table

2000-03-09 Thread Neil Brown
Hi Elizabeth, I have a very similar project that involves the use of two column tables that can expand beyond a single screen of information. I use a custom draw routine for the column entries. Each row entry is set so that is is a custom table entry and then set the record entry to be drawn in t

Re: enum problems

2000-03-09 Thread Eric VERGNAUD
le 9/03/2000 10:24, Oz Shalbar à [EMAIL PROTECTED] a écrit : > Hello all. > > Has anyone run into this problem?: > When the options on "enums always int" (C/C++ Language panel) and "4-Bytes > Ints" (68K processor panel) are "on" in the target settings, the program > halts, because EvtGetEvent (.

enum problems

2000-03-09 Thread Oz Shalbar
Hello all. Has anyone run into this problem?: When the options on "enums always int" (C/C++ Language panel) and "4-Bytes Ints" (68K processor panel) are "on" in the target settings, the program halts, because EvtGetEvent (...) doesn't get right the enum field "event.eType". Probably eType is desi

Re: HIDE DATABASE

2000-03-09 Thread gaurav palvia
yes u got it Brian i want to do the same in that case please guide me how to go about it. - Original Message - From: Brian Mathis <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Sent: Thursday, March 09, 2000 2:34 AM Subject: Re: HIDE DATABASE > On Thu, 9 Mar 2000, gaura

Re: gcc - strange error

2000-03-09 Thread Aaron Ardiri
> A useful technique for tracking this sort of mystery down is: > > $ m68k-palmos-gcc -E -P -palmos3.5 palm.c > palmprep.c > $ m68k-palmos-gcc -c -O2 -Wall palmprep.c > palmprep.c:879: syntax error before `typedef' this was a great piece of advice :) thanks John. :P it shoul

Linker warning

2000-03-09 Thread Andersson, Sven Åke
I've included two resource file in my CodeWarrior project. The linker now complains about a duplicate resource, Link Warning : ignored duplicate resource `uMWC´(16400) in `Source.rsrc´. How do I resolve this? /SvenÅke Andersson -- For information on using the Palm Developer Forums, or to uns