Re: Error: Unable to launch Target Environment :(

2006-02-28 Thread Ray Heindl
; you'll find discussions of this problem. If all else fails (as it did for me) you can use the stand-alone Palm OS Debugger -- the red bug icon in PODS. To run your program without a debugger, just install the .PRC file on the emulator/simulator. -- Ray Heindl -- For information on using

Re: Palm Drop-Down Lists

2006-02-10 Thread Ray Heindl
here: http://www.palmos.com/dev/support/docs/recipes/lists.html -- Ray Heindl -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Too many clicks

2006-01-05 Thread Ray Heindl
? -- Ray Heindl -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: memory card number

2005-11-19 Thread Ray Heindl
Logan Shaw [EMAIL PROTECTED] wrote: Ray Heindl wrote: As of this writing, no Palm OS handheld actually has more than one memory card, so you can pass 0 for the cardNo parameter to indicate the first card on the device. This was written in 2002 or earlier. Is this still a good assumption

memory card number

2005-11-18 Thread Ray Heindl
or earlier. Is this still a good assumption, or do I have to allow for a cardNo other than 0 in the DmXxxx functions? -- Ray Heindl -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Ok here is an app for critique includes a database

2005-08-05 Thread Ray Kinsella
The layout at first impression could be improved, the eye IMHO opinion shouldn't have to move very much horizontal in order to find the information its after, the general rule I would stick to is headings on the left, data on the right, I would move the entry fields a little be below the title, so

C++ Support

2005-08-04 Thread Ray Kinsella
doesn't recognise basic keywords. Have I missed something fundamental here ? Thanks Ray Kinsella This message was sent using IMP, the Internet Messaging Program. -- For information on using the PalmSource Developer Forums

Re: C++ Support

2005-08-04 Thread Ray Kinsella
seems to be working now ... cheers, last time I tried it, it didn't work ... This message was sent using IMP, the Internet Messaging Program. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please

Re: Converting UTC time into local time in pre-OS 4.0

2005-03-23 Thread Ray Heindl
used for, then? How is it normally set -- by whatever apps need to use it? I was reading about this pref just this afternoon in Foster's book, and was wondering where it came from, since I didn't recall ever setting a time zone on OS 3.5. -- Ray -- For information on using the Palm

re: PODS Debug, show global variables

2005-03-17 Thread Ray Heindl
try is entering the globals in the expressions window. As I recall, that works for some people. It didn't work for me, though. I'm hoping the next version of PODS will fix it. -- Ray -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Need the Expense database sample code...

2005-02-28 Thread Ray Heindl
application. It was in the 3.5 SDK examples that I downloaded a while back. Unfortunately I don't remember where I found that download, but I could send the expense part if needed. -- Ray Heindl -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

RE: baffled with Popup Trigger ID and Resource Editor

2005-01-18 Thread Ray Heindl
Eric Cloninger [EMAIL PROTECTED] wrote: Huy uncovered a bug in RE that I'll mention here so that the solution is there when others encounter it. The bug occurs when copying and pasting an entire resource that contains a popup trigger (Ray, this is probably what happened to you). While RE

Re: baffled with Popup Trigger ID and Resource Editor

2005-01-15 Thread Ray Heindl
() call, so it's not like I have any code associated with it. I had that same problem a month or two back. If memory serves, the cause was a duplicated FORM_POPUP in the XRD file. I have no idea how the duplicate got there. -- Ray -- For information on using the Palm Developer Forums

Re: viewing globals in PODS 1.1

2004-12-06 Thread Ray Heindl
the local-variable workaround for the time being. I thought I'd solved it last night, by declaring the globals as static, but then I realized that a global *can't* be static. Oh well. -- Ray Heindl -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

viewing globals in PODS 1.1

2004-12-05 Thread Ray Heindl
of global variables will be empty. The workaround is to add the global variable in the Expressions view by right clicking in the view and selecting Add Watch Expression and then explicitly typing out the variable name. -- Ray Heindl -- For information on using the Palm Developer Forums

Re: Signed .word overflow error

2004-12-04 Thread Ray Heindl
Henk Jonas [EMAIL PROTECTED] wrote: It's a faq, try to search for it, you will find a bunch (over 100) answers for it... Hint: segmentation Thanks, it is indeed a faq. -- Ray -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Signed .word overflow error

2004-12-03 Thread Ray Heindl
built other 3.5 SDK examples and haven't seen this error before. -- Ray Heindl -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Creating a table with single-line fields

2004-11-05 Thread Ray Heindl
Nicholas Hardy [EMAIL PROTECTED] wrote: On Friday 05 November 2004 13:07, Ray Heindl wrote: When I use TblSetItemStyle to set items in a table to the type textTableItem, is there any way to specify that the resulting editable fields be limited to a single line? I tried using

Creating a table with single-line fields

2004-11-04 Thread Ray Heindl
Reference says not to do that, and it appeared to work, but it caused a crash whenever I tried typing characters into the middle of the field. Is there a way that *does* work? -- Ray Heindl -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Link error in separate files!!!

2004-08-10 Thread Ray
Is it to do with the functions being declared static so not available to other files? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Compiling Error: Help Please

2003-09-23 Thread Ray Lee
help would be greatly appreciated! THANK YOU! Ray -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Color Problems

2003-08-16 Thread Ray Lee
needed to display the image. Any insight or comment would be appreciated. Thank you!! Ray -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to get WinDrawBitmap to handle GIF format?

2003-08-14 Thread Ray Lee
Hi! I have a gif image that I'm trying to draw inside my form but am having trouble. Doesn't WinDrawBitmap handles GIFs or is there another function that I'll need do this? Any insight would be greatly appreciated. Thanks!! Ray -- For information on using the Palm Developer Forums

Displaying gif and jpg images on Palm

2003-08-06 Thread Ray Lee
Hi, Does anyone know how to display .gif and .jpeg images on Palms or if there are source codes that are available? I want to be able to display images and photos on my device. I greatly appreciate any information you can provide. Thanks, Ray Lee -- For information on using the Palm

Prob reading uint32 from db

2003-02-17 Thread Ray Marron
); MemHandleUnlock(recH); } else error = DmGetLastErr(); return error; } Thanks for your help! -- Ray Marron -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Prob reading uint32 from db

2003-02-17 Thread Ray Marron
! -- Ray Marron -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Simple question about storing char* in a database

2001-10-05 Thread Ray
that i saved is still retrievable however) Why is this? I hope someone can shed light to this problem that has been buggin me. Thank you. Ray _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- For information

RE: Simple question about storing char* in a database

2001-10-05 Thread Ray
, doesnt this str variable only hold one char? how do i get it to hold a string of char, without using a char array? Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joe Programmer Sent: Friday, October 05, 2001 2:10 PM To: Palm Developer Forum

RE: pqa on Palm V

2001-10-05 Thread Ray
Yeah, I actually did some pqa development on the palm last summer and ran them on a palmV with a minstrel modem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Montalvo Sent: Friday, October 05, 2001 5:27 PM To: Palm Developer Forum Subject: pqa

RE: Text in selector trigger

2001-06-22 Thread Ray Marshall
That's exactly what you want to do. As long as you don't copy a string that is longer than the original string, you're in good shape. Do a CtlGetLabel to get a pointer to the original string, copy your string into the buffer and call CtlSetLabel to update it. //Ray -Original Message

RE: List Draw Function (was Re: Dynamic List Content?)

2001-06-21 Thread Ray Marshall
You need to handle the popSelectEvent and add the text to the trigger yourself. The problem is that the system thinks that there is data in your list and, of course, there isn't. Your handler for popSelectEvent needs to return true to indicate that the OS should not try to do it itself. //Ray

RE: Dynamic List Content?

2001-06-20 Thread Ray Marshall
and be done with it. Hope this helps. //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew Perron Sent: Wednesday, June 20, 2001 7:47 PM To: Palm Developer Forum Subject: Dynamic List Content? Well, here I am with some more list problems/questions

RE: Colored Text...does anyone know the answer??

2001-06-15 Thread Ray Marshall
How about using WinSetTextColor? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Purcell Sent: Friday, June 15, 2001 2:02 PM To: Palm Developer Forum Subject: Colored Text...does anyone know the answer?? This is the 2nd time I've posted this

RE: How do you make a list id for a popup trigger?

2001-06-14 Thread Ray Marshall
You want to associate the list and the trigger at design time. You just need to create an empty list and then fill the list to what ever you want at runtime. //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nicolás Zeitlin Sent: Sunday, June 03

RE: Question about DBs..

2001-05-23 Thread Ray Marshall
syncing with a database on the desktop anyway). //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Mathis Sent: Wednesday, May 23, 2001 12:15 PM To: Palm Developer Forum Subject: Re: Question about DBs.. On Tue, 22 May 2001, Danny Epstein wrote

RE: Constructor problem

2001-04-20 Thread Ray Marshall
the contents of the fields down or up. In other words, you'll put data from field2 in field1, field 3 into field2 and so forth. It's actually not as bad as it sounds... //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Craig Gatter Sent: Friday, April

Link Error: __RuntimeModule__: Entry Point '__InitCode__' is undefined

2001-04-17 Thread Ray Marshall
Does anyone know what this linker error means? I am using CodeWarrior 7. The only change I've made recently was to convert some code to C++. Any ideas? //Ray -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: Link Error: __RuntimeModule__: Entry Point '__InitCode__' is undefined

2001-04-17 Thread Ray Marshall
Thanks Ben! That solved my problem. //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ben Combee Sent: Tuesday, April 17, 2001 7:43 PM To: Palm Developer Forum Subject: Re: Link Error: __RuntimeModule__: Entry Point '__InitCode__' is undefined &quo

Save behind flag

2001-04-13 Thread Ray Marshall
to check the save behind bit as well so these routines can be called always. Lastly, if you pass a 0 for formID it will return and redraw the calling form. The docs mention this for FrmReturnToForm but don't mention it for FrmUpdateForm. It appears to work, however. Regards, //Ray [EMAIL PROTECTED

RE: Reading Next Database

2001-04-12 Thread Ray Marshall
How about the DmQueryRecord( dbPtr, 1 ) instead. You're adding 1 to the DmOpenRef and not the record index. //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Garozzo Sent: Thursday, April 12, 2001 12:46 PM To: Palm Developer Forum Subject

RE: Running two different forms at the same time

2001-03-22 Thread Ray Marshall
mControlID( currentForm, controlID ) ) case ScrollBarID: // handle scroll event (ignore the improper case, Outlook (Word) likes to help me by "fixing" my case!) //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf O

RE: Running two different forms at the same time

2001-03-21 Thread Ray Marshall
will this reduce your code size but will also be a whole lot easier to maintain. //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Seeley, Steve E Sent: Wednesday, March 21, 2001 1:50 PM To: Palm Developer Forum Subject: RE: Running two different forms

Memory modules

2001-03-20 Thread Ray Marshall
in the database that I get a failure. So the questions are: How do you write to a memory module? Can you assume that anything that is not at card 0 is not writable? What's the best way to determine if you can or can't write to a card if the above isn't true? Thanks in advance, //Ray -- For information

RE: Memory modules

2001-03-20 Thread Ray Marshall
Thanks. I'll check out DmWriteCheck. However, from the docs, the only errors it returns are dmErrNotValidRecord or dmErrWriteOutOfBounds. Neither is what I would expect to get on a read only db. However, if it returns an error, that's better than not. Thnaks! //Ray -Original Message

RE: Upgrading Visor (PalmOS 3.1) to PalmOS 3.5?

2001-02-12 Thread Ray Marshall
very curious to know if this is going to be a disposable device. //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott Johnson (Bellevue) Sent: Monday, February 12, 2001 9:40 AM To: Palm Developer Forum Subject: RE: Upgrading Visor (PalmOS 3.1

Categories questions

2001-02-12 Thread Ray Marshall
t normally take? Thanks, //Ray -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: palm-dev-forum digest: February 05, 2001

2001-02-06 Thread Ray Rischpater, KF6GPE
quot; by Mann Rischpater. I own a Palm Vx with a Minstrel modem and OmniSky service and I'm trying to use the "Weather" stats example (Chapter 8) and it doesn't work for me. I've forwarded your question to Ray. He should get back to you fairly shortly. Any more information you c

RE: VoidPtr and FieldPtr Confusion

2001-02-05 Thread Ray Marshall
to be a field on the Form. Therefore, getObject will return a FieldPtr. You might also use getObject on a table object and, in that case, it would return a TablePtr. //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rochester, Dean Sent: Monday, February

RE: static ints

2001-02-01 Thread Ray Marshall
A struct is nothing more than a public class. That's funny, I always thought a class was nothing more than a private struct.;) //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of herry Sent: Wednesday, January 31, 2001 3:22 PM To: Palm Developer Forum

Re: X-Master: free successor to Hackmaster

2001-02-01 Thread Ray Rodrick
How about PalmOSX for Paml OS Extension ? - Original Message - From: "Linke, Andreas" [EMAIL PROTECTED] To: "Palm Developer Forum" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, January 22, 2001 7:56 PM Subject: Re: X-Master: free successor to Hackmaster although it is not

How to launch an app before sending out the data on beaming?

2001-02-01 Thread Ray Chen
Hi all, I'm developing an application which need to intercept the beaming and get the data. But first of all, how can I get my app launched while the other application like Address Book, Memo Pad ... beaming data. Is there any launch code I cna handle or any notification I can register to listen

RE: Creator IDs

2001-01-31 Thread Ray Marshall
Did you remember to put your app's creator ID in the settings of your CodeWarrior project (assuming you are using CW)? They are at SettingsLinkerPalmRez Post Linker. //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ender Wiggin Sent: Wednesday

RE: Please Help with Emulator Problem

2001-01-30 Thread Ray Marshall
It was very easy. It actually installs itself to a different directory. You can continue to use R6 if you want (but you need to run the regservers.bat for each time you switch). I am talking about the Windows version, BTW. //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Scrollbar problem!

2001-01-30 Thread Ray Marshall
If you set the values of a scroll bar to 0s, it should hide itself: SclSetScrollBar( barP, 0, 0, 0, 0 ); //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Flora_Mahdavi Sent: Tuesday, January 30, 2001 2:55 PM To: Palm Developer Forum Subject

RE: cannot StrCopy

2001-01-30 Thread Ray Marshall
Try var-name instead of var.name. //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chad Harrison Sent: Tuesday, January 30, 2001 8:27 AM To: Palm Developer Forum Subject: cannot StrCopy here is my typedef struct: #define NAME_SIZE 25 #define

RE: Setting background color of text

2001-01-30 Thread Ray Marshall
You can do something like: RGBColorType color; color.r = 0x0; color.g = 0xFF; color.b = 0x0; WinSetBackColor( WinRGBToIndex( color ) ); //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Walters Sent

RE: Setting background color of text

2001-01-30 Thread Ray Marshall
promising. //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Walters Sent: Tuesday, January 30, 2001 8:39 PM To: Palm Developer Forum Subject: RE: Setting background color of text This will help me set the background color if I know the RGB value. However

RE: Please Help with Emulator Problem

2001-01-29 Thread Ray Marshall
I solved it by upgrading to R7. R7 works much better with the emulator. Debugging speed seems to be about 5 times faster as well. //Ray -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alan Ingleby Sent: Monday, January 29, 2001 8:22 PM To: Palm Developer

Re: palm-dev-forum digest: January 25, 2001

2001-01-26 Thread Ray Rischpater, KF6GPE
, Ray Rischpater on 1/26/01 12:00 AM, Palm Developer Forum digest at [EMAIL PROTECTED] wrote: has anyone else out there tried compiling the code from the new book, "Advanced Palm Programming" under PRCTools/gcc? Specifically, I'm trying to compile the code from chapter 4 and I kee

Palm7 proxy server

2000-08-10 Thread Duncan, Ray, M.D.
confidentiality. Also, it appears that the IP for Palm emulator connections changed from 207.240.80.136 to 207.240.80.129 without warning (or at least if the warning went out, I missed it). Please advise. Ray Duncan Director, Technology Architecture Cedars-Sinai Health System -- For information

Palm Proxy Server

2000-08-10 Thread Duncan, Ray, M.D.
e OK. Our clinical PQAs work fine on the Palm emulator (which from our firewall and web server point of view is the same path in), so it seems to be something specific to the proxy server that is used for the wireless network. Thanks. Ray Duncan [EMAIL PROTECTED] -- For information on usin

Re: Current Date

2000-08-03 Thread Ray Felipe
I need to display the current date without doing a submit though. Collin R. Mulliner (list account) wrote in message 19767@palm-dev-forum... form ... input type="datepicker" name="currentdate" value="" /form At 20:47 02.08.00 -0700, you wrote: How do I display the current date on a PQA

Javascript for Palm

2000-08-02 Thread Ray Felipe
eviceid". I want this script to be on the server side for security reasons. Is there a way to get Palm to understand javascript? -Ray -Ray

Re: Javascript for Palm

2000-08-02 Thread Ray Felipe
What i'm really trying to do is to get the "%deviceid" value. Is there anyway to get it without doing a form submit? -Ray Tom Zerucha wrote in message 19631@palm-dev-forum... On Wed, Aug 02, 2000 at 10:07:29AM -0700, Ray Felipe wrote: I have a PQA file accessing an H

Current Date

2000-08-02 Thread Ray Felipe
How do I display the current date on a PQA file? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Encrypting PQA

2000-07-27 Thread Ray Felipe
For security reason, is there a way to encrypt a PQA file on a users palm pilot? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Serial Number

2000-07-26 Thread Ray Felipe
Is there any way to get the serial number of the users palm pilot? Ray -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Serial Number

2000-07-26 Thread Ray Felipe
So how do use it? I'm using HTML on my palm scripts. Thanks in advance. Ray Nesse, Rustin wrote in message 18849@palm-dev-forum... SysGetROMToken( 0, sysROMTokenSerial, Flash, sizeof( Flash )); Check out the system header files, this is also in the KB. Note: It won't work on all systems

Re: Serial Number

2000-07-26 Thread Ray Felipe
Ok, here's how I'm developing my palm applications. I'm using HTML files convert it to a PQA file. I then have hotlinks on that PQA file accessing my server scripts running Cold Fusion. I don't use C or C++. Ray Felipe wrote in message 18847@palm-dev-forum... Is there any way to get

Re: Serial Number

2000-07-26 Thread Ray Felipe
I'm really a newbie here so pleas tell me; How do I use %deviceid? -Ray Ben Hamby wrote in message 18862@palm-dev-forum... Also, if your app is working solely as a PQA and you just need an individual ID, rather than specifically the Serial Number, you can try %deviceid At 02:57 PM 7/26

Converting PQA to HTML

2000-07-10 Thread Ray Felipe
Is there a way to convert a PQA file back to HTML? -Ray -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Palm Unique ID

2000-07-05 Thread Ray Felipe
Is there a variable that I can use that is a unique device ID of the Palm Pilot? Sort of like the "HTTP_X_UP_SUBNO" CGI variable from Phone.com. I need this as a form of user authentication without having a login screen. I will check this variable and if it is valid, the user will have access.

database as project kind in build-prc?

2000-05-05 Thread Ray Pelletier
The documentation implies this definition file ought to work but I'm getting parse errors. --start simple.def database natv { "simple" cdla data } --end simple.def The intent is to create a file containing a stand-alone code resource which I will manage myself. -Ray

Re: database as project kind in build-prc?

2000-05-05 Thread Ray Pelletier
I answered my own question. If you look at the build-prc source files def.y and def.l you see that neither 'database' nor 'data' options are allowed. Lovely. "Ray Pelletier" [EMAIL PROTECTED] wrote in message news:10632@palm-dev-forum... The documentation implies this definition f

Re: Sony MZ-R110PDA/R120PDA

2000-04-07 Thread Ray Rodrick
Forget the joke - I want one ! - Original Message - From: Richard Hartman [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Saturday, April 08, 2000 1:32 AM Subject: Re: Sony MZ-R110PDA/R120PDA It would be a better product ... -- -Richard

Re: Startup app

2000-03-28 Thread Ray Rodrick
Setup your app in preferences to use one of the 4 hard buttons and use the hardbutton to power on the palm. That is, when you press a hard button the application assigned to that button is launched. If the power was off, it turns the power on. Regards Ray - Original Message - From

Re: TCP/IP over Ir?

2000-03-20 Thread Ray Pelletier
This can be done with Windows 98 right out of the box using RAS plus WinGate. For 95 you need the IR drivers which can be downloaded from Microsoft. Someone posted the directions for doing this on comp.sys.pilot (?) a couple of years ago. Try checking deja.com. I used to give a "stupid palm

Re: XML Tools for Palm

2000-03-16 Thread Ray Pelletier
The expat sources are easily ported to the PalmOS. I did this once at my last job. Took me about 30 minutes. Look at http://www.jclark.com/xml/expat.html -Ray Pelletier "Bradly J. Barton" [EMAIL PROTECTED] wrote in message news:5019@palm-dev-forum... Does anyone have any informat

Re: palm pilot time stamps down to seconds?

2000-03-12 Thread Ray Rodrick
://www.palmgear.com (Currently has a broken link to download the demo and have been waiting for palmgear to fix it for over a week now, so email me directly if you need a copy) Ray - Original Message - From: Ken Krugler [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Cc: [EMAIL PROTECTED