Re: palmV/VII pqa question

2000-03-22 Thread Jon Baer
There is no way inside of a PQA to determine what platform you are running on, on the server side, my guess would be to determine the proxy IPs (or at least the range) from which the request is coming in from (since they are static - for now anyways), (HTTP_REFERER), Id keep 2 static variables f

palmV/VII pqa question

2000-03-22 Thread gcw
I know, its a pqa question. But, I can't get help anywhere else. Question: Is there a way for a pqa to figure out if its being run on a PalmVII vs a PalmV/OmniSky modem? gw. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/m

Re: Number of Categories in a database

2000-03-22 Thread Steve Mann
>What's the point of the categoryUniqIDs[dmRecNumCategories] array? Beats me. Because it's used somewhere (pardon the sarcasm)? I think it just makes all the category handling easier. >I thought category IDs would always be between 0 and 15, but now I'm >thinking that is wrong? No, I think yo

Re: Comparing Strings (2)

2000-03-22 Thread GreatOwlS
In a message dated 3/21/00 1:28:48 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > > I'm using StrNCaselessCompare to compare two strings but if the strings > > don't start in the same way the strings don't match. > > > > Like comparing "asdf" with "sdf" using length 3 doesn't match. >

Re: Number of Categories in a database

2000-03-22 Thread Chris Faherty
On 23-Mar-2000 Paul Taylor wrote: > do it... Does anyone know of a way to find the total number of categories > that are in a particular database? Is there some function call that I've > overlooked? I saw your other email about CategoryCreateList and that is basically what I have used since I a

LstPopupList function

2000-03-22 Thread Paul Taylor
Hi again, I'm trying to write my own LstPopupList function so that I can add additional support for other events.. I'm not having much luck even getting the list to pop up on the screen, however... I would think that all that would be needed would be to call: LstDrawList(listP); // To act

Re: Number of Categories in a database

2000-03-22 Thread Paul Taylor
> >As far as I know, there's no easy way. You need to open the AppInfo > >block and see what's used and what's unused. I believe the very last > >byte in the AppInfoBlock contains the last unique category number > >assigned. Answered my own question & thought I would share my answer with everyon

RE: ?Setting the small application icon for list view in OS 3.5

2000-03-22 Thread Scott L. Johnson
> From: Richard Hartman [mailto:[EMAIL PROTECTED]] > I used PAR to dissect my .prc and there it was: > TWO resources of type tAIB w/ the same resource ID!!! That's an error. You should only ever have one each of 'tAIB' #1000 and 'tAIB' #1001. > So ... what was this pseudo-resource-type of 'cicn

Re: Small icon

2000-03-22 Thread Mike Jensen
How do I create a multibit icon? My only option is "New Resource..." with no further options. Thanks Mike P.S. I am using R5 constructor >The small icon resource id is 1001 where the standard >app icon ID is 1000. > >I do not know if a small icon w/ the "old" resource type >'tAIB' is supported

Get rid of IIIc white border

2000-03-22 Thread Horace Ho
If I WinSetBackColor to black and WinEraseRectangle 160x160, the main screen is black but surrounded by a white border. How can I get rid of the white border? Thanks horace -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailing

Link Error: Unexpected Error #32?

2000-03-22 Thread Horace Ho
Link Error: Unexpected Error #32. Unknown OpCode 0xFF00 in PICT 7809. Compilation halted. Could anyone tell what does this error mean? Thanks horace -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Re: Number of Categories in a database

2000-03-22 Thread Richard Bram
What's the point of the categoryUniqIDs[dmRecNumCategories] array? I thought category IDs would always be between 0 and 15, but now I'm thinking that is wrong? How (and why) would a category ID be greater than 15, if you can only have 16 categories max? Thanks, Rick Bram >As far as I know, the

Re: Emulator: Failed to connect to remote

2000-03-22 Thread Abhijit . Mhetre
The 1st n easiest soln for this is to just quit ur Emulator n Restart. Another thing, Remove Ur Obj Code & Delete Ur Appln from POSE. n then Reload it. These two works correctly for this prob Now... the possible reasons for this... 1. U might b working on Serial (socket) coomunication someho

Re: Number of Categories in a database

2000-03-22 Thread Steve Mann
>Does anyone know of a way to find the total number of categories >that are in a particular database? As far as I know, there's no easy way. You need to open the AppInfo block and see what's used and what's unused. I believe the very last byte in the AppInfoBlock contains the last unique catego

RE: Emulator: Failed to connect to remote

2000-03-22 Thread McMicken, Steven
In general, I've had to restart my computer to clear this up. Occasionally, restarting CW and the emulator will work. Toggling "Use TCP/IP sockets" is also effective sometimes. I don't know what the underlying cause is, though. If I did, I'm sure there's an easier, and more dependable, fix. R

System calls MemHeapCompact for defragment memory?

2000-03-22 Thread Kazushige Matsui
Hi all, Does System call MemHeapCompact() for defragment memory periodically? Or System use other function for defragment memory? Thanks, Ciao! ___/ ___/ ___/ ___/ ___/ ___/ ___/ ___/ ___/ ___/ ___/ ___/ ___/ ___/ ___/ ___/ ___/ Kazushige Matsui Network Product Development, Application Desi

Re: unable to open project?

2000-03-22 Thread Eric
Dear Lam, I have installed the 2 patchs, there is no problem in "New project" and "open project", however, after I installed the 3.5SDK, error "Unable to open proect. No such file" during open project and "Unhandled exception" during new a project. Eric Jun-Kiat Lam wrote: > Eric, > > Can

Number of Categories in a database

2000-03-22 Thread Paul Taylor
Hi all, This is probably an easy question, but I've not yet found an easy way to do it... Does anyone know of a way to find the total number of categories that are in a particular database? Is there some function call that I've overlooked? Or has someone already written an easily portable f

Re: Custom Palettes and Bitmaps?

2000-03-22 Thread Ben Gottlieb
>Ben Gottlieb [EMAIL PROTECTED] wrote: > > > It's basically a slide show, and the images ain't lookin' right >with the default palette :-( > >What I've done is to put the bitmap and the color table (and other >things) into a single structure of my own. Then when I want to load >the bitmap I g

Re: CtlSetLabel & memory management

2000-03-22 Thread Richard M. Hartman
Scott L. Johnson wrote in message <5911@palm-dev-forum>... > >> From: Richard M. Hartman [mailto:[EMAIL PROTECTED]] >> What does the OS normally do for memory management >> on label objects on forms? Likewise, what must I do if >> I am going to mess w/ the label text? > >When a form is initially

Re: CtlSetLabel & memory management

2000-03-22 Thread Richard M. Hartman
Peter Epstein wrote in message <5909@palm-dev-forum>... > >The docs are pretty clear on this: the function doesn't copy the string you >pass, so you need to manage the memory yourself, freeing it when you know it >is no longer needed. The docs don't say whether you need to set the label to >NULL i

Re: Custom Palettes and Bitmaps?

2000-03-22 Thread David Tribble
Ben Gottlieb [EMAIL PROTECTED] wrote: > It's basically a slide show, and the images ain't lookin' right with the default >palette :-( What I've done is to put the bitmap and the color table (and other things) into a single structure of my own. Then when I want to load the bitmap I get the re

Re: Custom Palettes and Bitmaps?

2000-03-22 Thread Ben Gottlieb
>Ben Gottlieb [EMAIL PROTECTED] wrote: > > > I can't seem to figure out how to *create* a bitmap with a Color >Table 'built in'. Any ideas? > >Palm (David Fedor) has strongly suggested that making the Color >Table part of the bitmap will impact your bitmap performance. Do >you NEED to have th

Re: Custom Palettes and Bitmaps?

2000-03-22 Thread David Tribble
Ben Gottlieb [EMAIL PROTECTED] wrote: > I can't seem to figure out how to *create* a bitmap with a Color Table 'built in'. >Any ideas? Palm (David Fedor) has strongly suggested that making the Color Table part of the bitmap will impact your bitmap performance. Do you NEED to have the Color Ta

RE: CtlSetLabel & memory management

2000-03-22 Thread Scott L. Johnson
> From: Richard M. Hartman [mailto:[EMAIL PROTECTED]] > What does the OS normally do for memory management > on label objects on forms? Likewise, what must I do if > I am going to mess w/ the label text? When a form is initially loaded, the text pointer in every control (and label, etc) points t

Re: Custom Palettes and Bitmaps?

2000-03-22 Thread Ben Gottlieb
> > Does anyone know how to a) set a custom palette for a bitmap, and b) > > use that as the screen palette (prolly using WinPalette)? > > sure. i wrote a program called Burning (first color app - 'yay'!) > which does exactly what you ask :> > > http://www.hig.se/~ardiri/development/palm

Re: CtlSetLabel & memory management

2000-03-22 Thread Peter Epstein
The docs are pretty clear on this: the function doesn't copy the string you pass, so you need to manage the memory yourself, freeing it when you know it is no longer needed. The docs don't say whether you need to set the label to NULL in order to keep it from being freed twice, but that's what I'd

CtlSetLabel & memory management

2000-03-22 Thread Richard M. Hartman
What does the OS normally do for memory management on label objects on forms? Likewise, what must I do if I am going to mess w/ the label text? If I do a CtlSetLabel to set the text that the label will be displaying, am I supposed to first to a CtlSetLabel to obtain the pointer to the currently

RE: System trap question

2000-03-22 Thread McMicken, Steven
The power hard key and the auto power shutoff each cause a keyDownEvent. The keyDownEvents are defined in Chars.h as hardPowerChr and autoOffChar. Regards, Steve -Original Message- From: Tian, Yong [ mailto:[EMAIL PROTECTED] ] Sent: Wednesday, March 22, 2000

RE: CPU Throttle in OS 3.5?

2000-03-22 Thread Fitzpatrick, Joe
I haven't looked at the ROM, but it sounds more like the charge/transfer rate of the color display. I've deleted the original post, does the problem occur suddenly, at a particular power level, or does it get progressively worse over a range of power levels? If it is the former, I'd bet that the

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

2000-03-22 Thread Paul A. Dugas
> You misunderstood. The > PILOT_PRECOMPILED_HEADERS_OFF just makes it ignore > the precompiled headers that come with > CodeWarrior. Then by having your own > .pch file in the project, it builds and uses a > precompiled header within > your project, using exactly the #include's and > #define's

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

2000-03-22 Thread Scott L. Johnson
> From: Paul A. Dugas [mailto:[EMAIL PROTECTED]] > Yes, I know how to disable them. I'm wondering how to make > them work though. While I understand what your suggestion > would do, making it to another novice would not solve the > problem. I have a project with upwards of 40 separate > files.

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

2000-03-22 Thread Paul A. Dugas
Yes, I know how to disable them. I'm wondering how to make them work though. While I understand what your suggestion would do, making it to another novice would not solve the problem. I have a project with upwards of 40 separate files. Without precompiled headers, the compiler runs through 200

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

2000-03-22 Thread Scott L. Johnson
> From: Paul A. Dugas [mailto:[EMAIL PROTECTED]] > #include "Prefix.h" > #pragma precompile_target "Prefix.mch" > Now however, the compiler > doesn't find some #defines I made in Prefix.h. > I know I'm close. How about that last little push? 1. Add this line above the inclusion of :

DbgBreak() for Windoze POSEr?

2000-03-22 Thread Jeff Ishaq
In the past, when I developed on a Mac, I could throw a DbgBreak() into my Palm code. When the Mac debugger was activated, it would stall up at the DbgBreak() so I could check out the call stack, and state info etc. Presently, I'm developing in CW6 using POSEr 3.0a3 on Windoze. When I'm running

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: Custom Palettes and Bitmaps?

2000-03-22 Thread Aaron Ardiri
> Does anyone know how to a) set a custom palette for a bitmap, and b) > use that as the screen palette (prolly using WinPalette)? sure. i wrote a program called Burning (first color app - 'yay'!) which does exactly what you ask :> http://www.hig.se/~ardiri/development/palmIII/burning/i

Re: CPU Throttle in OS 3.5?

2000-03-22 Thread Dave Lippincott
Could it be the lowBatteryChr sucking up ticks? If I remember correctly, the battery level is polled by the OS. One of the parameters to SysBatteryInfo is maxTicksP which is the max amount of ticks the OS will go before generating a lowBatteryChr (in order to test the voltage level). Is it poss

Custom Palettes and Bitmaps?

2000-03-22 Thread Ben Gottlieb
Does anyone know how to a) set a custom palette for a bitmap, and b) use that as the screen palette (prolly using WinPalette)? Thanks! Ben ++ Ben Gottlieb Stand Alone, Inc. v: 773-477-2492 f: 773-477-2579 [E

Re: CPU Throttle in OS 3.5?

2000-03-22 Thread Bob Ebert
At 5:25 PM +0100 22-03-00, Red Mercury wrote: >Does OS 3.5 throttle down the CPU speed when the battery gets to a certain >voltage? No. That would be silly. (Because the CPU already dozes when there's nothing for it to do, slowing down would only make it take longer until there was nothing more

Re: New Constructor crashes Windows

2000-03-22 Thread Jun-Kiat Lam
Yes, the CW installer doesn't touch the folder in the Windows folder partly because of the possibility that another CW installation may exist that relies on the folder. But in this case, it sounds like the Constructor preferences may have become messed up (Constructor 1.5 creates a prefs inside th

Re: Size of resource?

2000-03-22 Thread Richard M. Hartman
McMicken, Steven wrote in message <5881@palm-dev-forum>... > >DmFindResource will return the index of the resource if you call it with the >handle not equal to NULL. > The MemHandleSize() is the answer I needed to the original question, but now I'm curious ... DmFindResource still needs the db r

Re: New Constructor crashes Windows

2000-03-22 Thread Brandon Wallace
Could possibly be a display driver problem? Try going into the Display settings for your computer and sliding the Graphics Acceleration slider to the far left for no acceleration. Maybe you will get lucky... Good Luck, Brandon DeAnna Davidson wrote: > > I've tried it without running anything el

Re: Size of resource?

2000-03-22 Thread Richard M. Hartman
Peter Epstein wrote in message <5865@palm-dev-forum>... > >"Richard Hartman" <[EMAIL PROTECTED]> wrote in message >news:5856@palm-dev-forum... >> How do you obtain the size of a resource given >> the handle returned by DmGetResource()? DmResourceInfo() >> wants a resource -index- and an open db

RE: Size of resource?

2000-03-22 Thread McMicken, Steven
DmFindResource will return the index of the resource if you call it with the handle not equal to NULL. Regards, Steve -Original Message- From: Richard Hartman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 22, 2000 12:21 PM To: Palm Developer Forum Subject: Size of resource? How do

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

2000-03-22 Thread Jun-Kiat Lam
To create a precompiled header you can do this: 1. Create a new file with the suffix .pch e.g. MyPrecompiledHeader.pch 2. Add your #includes and other necessary stuff into the precompiled header e.g. in MyPrecompiledHeader.pch: #include 3. Add the precompiled header target name and location us

Re: Emulator: Failed to connect to remote

2000-03-22 Thread Steve Mann
>Somehow today I seem to be unable to launch my program in the >emulator. I keep on getting the message "Failed to connect to >remote". Also the log window shows the following: I get that occasionally when either my application is still running or POSE thinks it is. The only thing I've found t

RE: Field won't allow input?

2000-03-22 Thread Sudeep Narain
I had a similar problem with overlapping controls that I posted recently about. Are you building your application with the 3.5 SDK? I am, and this problem seems to occur on the 3.5 ROMs only. Are your resources usable initially (in Constructor)? If not, someone one on the list suggested making th

Re: Getting screen shot of shortcut bar

2000-03-22 Thread Richard Burmeister
Are you using a PC? If so, why not use the PrintScreen key? If you have two hands it should be very easy to use the mouse in the right hand to activate the shortcut bar, then click the PrintScreen key with the left hand (or vice-versa). In fact, I can do both with one hand before the shortcut b

Re: Emulator: Failed to connect to remote

2000-03-22 Thread Christian Vandendorpe
Yup, I know about this, actually you get a different error if POSE is running your app already. And Constructor is not running. If it's 100% usage bug you usually get a "Connection timeout" error instead of "Failed to connect to remote" (I know my way around a lot of POSE problems but this on

Re: Emulator: Failed to connect to remote

2000-03-22 Thread Dave Lippincott
Make sure POSER is not already running the app before you try to debug it. If you're using Windows, make sure Constructor is not running. (the 100% CPU usage bug seems to have crept back in) -Original Message- From: Christian Vandendorpe <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAI

re: Intercepting silk-screen 123/abc

2000-03-22 Thread Brian Hall
>I've run into an interesting problem. I wrote some code to intercept >123/abc so that I could pop up the keyboard even though I don't have a >field on-screen. > >This works fine on a TRG Pro (3.3) and a Visor (3.1H), but does not work >(just beeps) on my Palm V (flashed to 3.3). Anyone run into t

RE: Getting screen shot of shortcut bar

2000-03-22 Thread Scott L. Johnson
> From: Gordon, Douglas [mailto:[EMAIL PROTECTED]] > To get a screen shot in POSE of my app with its really cool > shortcut bar icons showing :-), I use the mouse to swipe the > shortcut stroke, and then have to right-click on POSE and select > "Save screen" from the popup menu. Unfortunately, t

Re: Emulator: Failed to connect to remote

2000-03-22 Thread Mark A. Peters
Is HotSync enabled? If so, that could be the problem, although on a Mac, that yields an error message suggesting exactly that as the problem. Also, there is a preferences option for telling CW that the build target is to be for the actual handheld, rather than POSE - make sure that's set properl

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

Re: Size of resource?

2000-03-22 Thread Peter Epstein
"Richard Hartman" <[EMAIL PROTECTED]> wrote in message news:5856@palm-dev-forum... > How do you obtain the size of a resource given > the handle returned by DmGetResource()? DmResourceInfo() > wants a resource -index- and an open db ref -- none of which > you get w/ DmGetResource() or DmGet1Resou

Emulator: Failed to connect to remote

2000-03-22 Thread Christian Vandendorpe
Hi, Somehow today I seem to be unable to launch my program in the emulator. I keep on getting the message "Failed to connect to remote". Also the log window shows the following: CmdReadRemoteMem: error in SlkReceivePacket = Serial Link timeout. Trying to Read address 0x0 What I dont understan

Getting screen shot of shortcut bar

2000-03-22 Thread Gordon, Douglas
To get a screen shot in POSE of my app with its really cool shortcut bar icons showing :-), I use the mouse to swipe the shortcut stroke, and then have to right-click on POSE and select "Save screen" from the popup menu. Unfortunately, the shortcut bar times out rather quickly and usually disappea

Re: how does "ticks" map to seconds

2000-03-22 Thread Danny Epstein
"McMicken, Steven" <[EMAIL PROTECTED]> wrote in message news:5830@palm-dev-forum... > Officially, I believe one tick is approximately one millisecond (it's > different on the emulator and the actual device). You can use > SysTicksPerSecond to find out the actual number and proceed based on the >

Re: Size of resource?

2000-03-22 Thread Mark A. Peters
Can't you use MemHandleSize() on the handle you get from DmGetResource? I might have the name of the function wrong, but there is a function to retrieve the size of the chunk referred to by a handle. How does that help you get a resource -index-, though? For that, I think there's a data manager

Re: Field won't allow input?

2000-03-22 Thread Mark A. Peters
Thanks Dave, I'll double check. I'm pretty sure that the relevant event handler sets "handled" to false upon entry, and that it doesn't pay any attention to field related events - it just retrieves the field's value when the "OK" button is pressed. On the other hand, something this mysterious al

Re: Can't get object pionter to Form

2000-03-22 Thread Richard Hartman
Bob Ebert wrote in message <5838@palm-dev-forum>... > >At 7:04 PM +0100 21-03-00, Roger Chaplin wrote: >>Hmmm, what did I miss? I've read the Palm OS 3.5 SDK license, and can >>find no reference to Kadak, nor to any agreement between Palm and any >>of its suppliers. How could Kadak sue me for us

Re: is there any JVM available for Palm.

2000-03-22 Thread Richard Hartman
There is also Waba (http://www.waba.com/) that you might want to check out. -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! [EMAIL PROTECTED] wrote in message <5833@palm-dev-forum>... > > >As someone mentioned a couple of days ago, there is Sun's jv

Size of resource?

2000-03-22 Thread Richard Hartman
How do you obtain the size of a resource given the handle returned by DmGetResource()? DmResourceInfo() wants a resource -index- and an open db ref -- none of which you get w/ DmGetResource() or DmGet1Resource() .. -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, i

Re: Field won't allow input?

2000-03-22 Thread Dave Lippincott
I've have a couple of apps that are similar and run without a problem. Check to make sure you are not returning true in your event handler when you should not be. This would prevent the OS from further processing pen input data in the fields. Without some code or a more detailed explanation, I c

Re: ?Setting the small application icon for list view in OS 3.5

2000-03-22 Thread Richard Hartman
Interesting. I had thought the resource type for the "multibit icons" (Constructor 1.0.3) actually -was- 'cicn'. But I used PAR to dissect my .prc and there it was: TWO resources of type tAIB w/ the same resource ID!!! So ... what was this pseudo-resource-type of 'cicn' for? If you do a GetRes

Re: off topic

2000-03-22 Thread Jason Simpkins
Yeah, and while we're on it, how can I find out when I'm going to get my Provider ID and password so I can download the 3.3 and 3.5 ROM's. I really, really need them, PLEASE! Jason - Original Message - From: "William F. Weiher III" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL

off topic

2000-03-22 Thread William F. Weiher III
Two questions: 1. Does anyone know an email address to report problems with the palm web site? It is a little strange if you are running at 1600x1200 resolution. 2. Does anyone know if there is a way to update registered creator-id information. The ID was registered early in development when some

Field won't allow input?

2000-03-22 Thread Mark A. Peters
I had a working form with a couple of input fields in it. I needed to add more UI objects to the form, but since there was no more room, I decided to partition the form into multiple "pages". What I did was to put a one-row, three-column table at the top of the form to be used to move to the dif

text display at differnt angles

2000-03-22 Thread srm
Is there anyway I can display text in different orientation? Usually you could specify the orientation angle with fonts, but palm does not support that. Does anybody know any technique for this? thanks srm -- For information on using the Palm Developer Forums, or to unsubscribe, please see ht

displaying text at different angles

2000-03-22 Thread srm
Hello, how could i display text at differnt angles on palm? Usually one could specify oreientation with fonts, but palm does not support that. Is there any different method to do display it? thanks, srm -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

CPU Throttle in OS 3.5?

2000-03-22 Thread Red Mercury
Does OS 3.5 throttle down the CPU speed when the battery gets to a certain voltage? On Red Mercury's Palm IIIc, the frame rate for Atom Smash dies when the battery meter shows 50% remaining. Popping the IIIc back on the charger and charging it all the way up makes Atom Smash run at full frame rat

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

Setting baud rate on Palm

2000-03-22 Thread Gordon, Douglas
Is there any way to change the serial port and/or IR baud rate on a Palm IIIx? I was able to make a PPP direct serial connection with my NT 4.0 PC (Mocha PPP support on PC), but only if I set Mocha to listen at 57600 which is apparently the PalmOS 3.3 default. Is there any way to change this on th

ROM Invalid CheckSum

2000-03-22 Thread Patrick Heynen
Hi, Yesterday I had to do a hardreset on my Palm. It works fine now, altough I thought. The problem is that during the Reset the hackmaster was removed from the RAM not the ROM. This means I still get to see the startup screen I wanted to see. But the ROM checksum is invalid cause of this. Ho

RE: New Constructor crashes Windows

2000-03-22 Thread DeAnna Davidson
OK, I got it working. Has anyone else noticed that uninstalling CodeWarrior R6 *does not* remove the folder in program files or the folder it creates in the Windows directory? About all I can figure is that my error was related to something in the folder in the Windows directory because once I d

Re: is there any JVM available for Palm.

2000-03-22 Thread gaurav palvia
thanx a lot - Original Message - From: <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Sent: Wednesday, March 22, 2000 8:38 PM Subject: Re: is there any JVM available for Palm. > > As someone mentioned a couple of days ago, there is Sun's jvm for Palm... : > http://java.

Re: Major Problem Palm Debugger

2000-03-22 Thread Dave Lippincott
Modifying the ROM on your Palm with FlashPro or another similar app would do this. If I remember correctly, a couple of fixes were suggested in the past but I don't know if any worked other than signing up for the ROM program with Palm, mailing in the NDA and downloading the official ROM images.

Re: 3.5 SDK compiles slower

2000-03-22 Thread Bob Ebert
At 4:04 PM +0100 22-03-00, Chris Yourch wrote: >The 3.5 SDK compiles ALOT slower than the 3.1 SDK ever did. Probably the lack of precompiled headers. You could create them yourself... --Bob -- For information on using the Palm Developer Forums, or to unsubscr

Re: Bus error with OS3.5 debug rom

2000-03-22 Thread Bob Ebert
At 7:08 AM +0100 22-03-00, Scott Maxwell wrote: >I have been running gremlins on my app using OS3.5 release rom all day and >it is up to 2,320,000+ and still going with no problems. If I try to run on >the debug rom, it dies after 3400 events is a way I haven't seen in 2 years >of PalmOS app debu

RE: Can't get object pionter to Form

2000-03-22 Thread Bob Ebert
At 7:04 PM +0100 21-03-00, Roger Chaplin wrote: >Hmmm, what did I miss? I've read the Palm OS 3.5 SDK license, and can >find no reference to Kadak, nor to any agreement between Palm and any >of its suppliers. How could Kadak sue me for using something that I >find in the SDK? The timer and other

Re: ?Setting the small application icon for list view in OS 3.5

2000-03-22 Thread Bob Ebert
At 11:20 PM +0100 21-03-00, Alan Macy wrote: >In Palm OS 3.5, app icons may be displayed in a list view. The >Companion docs say: > >"Your application should have two icons: one for the main >view of the launcher and a smaller version for the list view. >The first icon should be 22 x 22 pixels. I

Re: is there any JVM available for Palm.

2000-03-22 Thread Svein-K . Nilsen
As someone mentioned a couple of days ago, there is Sun's jvm for Palm... : http://java.sun.com/products/kvm/ You may also check out the K-AWT homepage, which is probably a quite useful addition to the development kit from Sun...: http://www.trantor.de/kawt/ Regards, ~~~

is there any JVM available for Palm.

2000-03-22 Thread gaurav palvia
is there any JVM available for Palm. Thanx in advance -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

3.5 SDK compiles slower

2000-03-22 Thread Chris Yourch
Hi, The 3.5 SDK compiles ALOT slower than the 3.1 SDK ever did. Am I doing something wrong? Do I need to set something up to speed up compiles? Thanks, Chris Chris Yourch RIA Group [EMAIL PROTECTED] __ Get Your Private, Free Email at http:/

RE: how does "ticks" map to seconds

2000-03-22 Thread McMicken, Steven
Officially, I believe one tick is approximately one millisecond (it's different on the emulator and the actual device). You can use SysTicksPerSecond to find out the actual number and proceed based on the return value. Regards, Steve -Original Message- From: Sumit Gupta [mailto:[EMAIL

Major Problem Palm Debugger

2000-03-22 Thread Patrick Heynen
I have a have problem I have tried several debugger. The one I that was delivered with CW R6. And 3.03 and 3.04 I downloaded the ROM from my PalmIIIX. And I get the following error when I startup the debugger. The Rom you.ve chosen has an invalid checksum I am afraid that there is something wro

RE: New Constructor crashes Windows

2000-03-22 Thread DeAnna Davidson
I've tried it without running anything else. I've closed everything, even task bar items, with no change in functionality. Could there be anything else? I'm running on a 500 MHz Pentium III w/ 128 MB of RAM. The system monitor says 84% of my resources are free. Could there be anything else?

CW and .prc - how to disassemble it

2000-03-22 Thread Paul Nevai
Please tell me how to disassemble my .prc file generated by CW? What are the special File Mappings I need to make. What else? Thanks. Best regards, Paul -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Re: Whoooops

2000-03-22 Thread Brian Hall
>Online 1.4d4 is now available for downloading. GAK! Sorry guys, I posted this to the wrong list. Brian -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Re: System trap question

2000-03-22 Thread Roger Chaplin
"Tian, Yong" <[EMAIL PROTECTED]> wrote: > I'm trying record usage pattern on the palm by > traping the system events, ie. use the > sysTrapSysUIAppSwitch to record the application > been accessed. But I can't find the traping > for the power on and auto power shutoff events, > does anybody kno

System trap question

2000-03-22 Thread Tian, Yong
Title: System trap question Hi,   I'm trying record usage pattern on the palm by traping the system events, ie. use the sysTrapSysUIAppSwitch to record the application been accessed.  But I can't find the traping for the power on and auto power shutoff events, does anybody know those two sp

STL?

2000-03-22 Thread David Gravereaux
Is there a trimmed down (low fat) STL implementation that can work with prc-tools that's available? -- * David Gravereaux * Tomahawk Software Group -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Re: how does "ticks" map to seconds

2000-03-22 Thread krollin
Checking CoreTraps.h, I see that it's in 2.0 and later. -- Keith "Roger Chaplin" <[EMAIL PROTECTED]> on 03/21/2000 07:04:12 PM Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]> Sent by: "Roger Chaplin" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> cc

Re: How to determine CPU type?

2000-03-22 Thread Aaron Ardiri
> Does anyone have any idea on how to determine whether a device is > running on a 68328, 68EZ328 or 68VZ328 processor? > > There is a Chip ID register for the 68328 and 68EZ328 CPUs, but it > seems to be gone for the 68VZ328 and the emulator doesn't support it > anyway. :-( There must be a