Re: a very naive question...

2000-11-29 Thread Jeremy Evans
Lots of neat ideas here!! Might as well offer mine: convert a,b to their % of 0xF, add the two together, if the result is greater than 100% then error. Give 20 programmers 1 problem and you'll have 20 different solutions :) > >Suppose I use C in CW and I have > >UInt32 a, b; > >How can

Bitmap icon family

2000-12-06 Thread Jeremy Evans
This is strange, creating a bitmap family I specify the height/width to 21/31 respectively. I fill in all the details, hit "create" and it creates a 16x16 bitmap. When I try to save I get a error that the image is not large enough to be part of the family. Am I missing something here? -- Fo

Re: Palm Vx completly hung

2000-12-21 Thread Jeremy Evans
I would like to dub this the "Richard" Thread. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: IR Printing - to Hewlett Packard IR Calculator printer.

2001-01-10 Thread Jeremy Evans
I don't have alot of information about this particular calculator but here are a few of sites to get started: http://www.hpcalc.org/ http://bodotill.suburbia.com.au/ir_ping/ir_ping.html http://www.irda.org http://www.palmos.com/dev/tech/docs/palmos/Beaming.html#924904 > >I have an applicati

Creating a File Stream in windows

2001-01-16 Thread Jeremy Evans
B Or just create a small program that will save the stream on the palm and beam the binary file from a notebook? How have others done it? Any advise would be appreciated. Thanks, Jeremy Evans -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm

Beaming a file stream

2001-01-22 Thread Jeremy Evans
I have a file stream db that I would like to beam in it's raw format to a non palm device. Any pointers on the best way to use this? It would be run on Palm OS 3.1 or higher. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/supp

Re: Beaming a file stream

2001-01-22 Thread Jeremy Evans
I think I got it: Open Ir comunications via IR library Use FileRead to create a buffer the size of IrMaxTxSize Copy this buffer to a IrPacket structure Send the packet via IrDataReq Now the fun part... getting this to work! Does this sound right or is there a better way? Thanks, Jeremy Evans

Re: How does one and a Calendar to Form Date Field?

2001-01-23 Thread Jeremy Evans
try this: Boolean SelectDay (const SelectDayType selectDayBy, Int16 *month, Int16 *day, Int16 *year, const Char *title) On Tue, 23 Jan 2001 10:55:35 -0500, "Dean Rochester" <[EMAIL PROTECTED]> wrote: > >How can I add a Calendar to a forms Date Field, so it is a popup calendar >that the user

Re: Where are the US PalmSource Slides ???

2001-02-05 Thread Jeremy Evans
I converted them to .pdb and syncronized them with aportis-doc on my palm. It has been syncing since the 20th. :) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: tree

2001-02-20 Thread Jeremy Evans
Wouldn't this do the trick? I haven't compiled it but it looks like it'd work. http://www.escribe.com/computing/pcpqa/m17103.html -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: URL for Palm Archives?

2001-04-09 Thread Jeremy Evans
*snicker* This URL was archived at http://www.escribe.com/computing/pcpqa/m33972.html (sorry couldn't resist) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

OT: How many people actually register shareware games

2001-05-30 Thread Jeremy Evans
Not to open up the whole "best way to copy protect your work" thread. I've been working the past 6 months on a game, mainly for fun and my own personal enjoyment. Now that it is coming to completion I would like to release it. But I have to decide to GPL it or release it as shareware. Soo,

Re: How many people actually register shareware games

2001-05-31 Thread Jeremy Evans
Hm, well why wouldn't I just have two versions of the program, the shareware version and the full version. When the user registers, activate the link to download the full program. If there's nothing to crack it can't be cracked. Lack of motivation should offer more security. Then that woul

Re: AHH! None of the cod works!

2001-06-12 Thread Jeremy Evans
I would recommend the Haddock. Used it for years with no problems. Cheers! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: AHH! None of the cod works!

2001-06-12 Thread Jeremy Evans
Seriously though, try this: void SetField( Word Field, CharPtr String ) { Handle txtH; FieldPtrfldP; fldP = FrmGetObjectPtr(FrmGetActiveForm(), FrmGetObjectIndex(FrmGetActiveForm(), Field)); if(FldGetTextLength(fld

Re: Active Push Of Information to Palm PDA Wirelessly-Possible?

2001-06-12 Thread Jeremy Evans
Also look at the Glenayre pager, you can push up to 500bytes of info to a handspring. On Tue, 05 Jun 2001 10:27:32 +0530, Roshan <[EMAIL PROTECTED]> wrote: > >hi > >If I need to actively push some information to the Palm PDA device >wirelessly from my server, is it possible to do this? I assume

Re: Minstrel w/ IIIc

2000-11-14 Thread Jeremy Evans
It is possible to set up a IIIC with a minstrell. The top clip comes undone and you can connect the two together. If you want to put velcro or something else to make it stay together it's a bit kludgy but a kludgy palm is better than a PocketPC. On Mon, 13 Nov 2000 10:04:41 -0500, "Charles Rez

Re: PDF viewer for Palm

2000-11-14 Thread Jeremy Evans
If you have adobe acrobat, (not acrobat reader) you can get a plugin to convert .PDF files to .PDB. Jeremy ePoint Inc. On Tue, 14 Nov 2000 10:34:48 -0500, "Heather Gazdik" <[EMAIL PROTECTED]> wrote: > >Hi, > >Is there anyway to view PDF files on the Palm? > >Thanks, >Heather Gazdik > > > > -

Re: Packaging issue

2000-11-14 Thread Jeremy Evans
Have you thought about creating a form and DB for the user to input their own info, then pulling that information into a dialog or dynamic form? (see FrmNewForm) Jeremy ePoint Inc. On Tue, 14 Nov 2000 11:21:21 -0500, [EMAIL PROTECTED] wrote: > >Greetings, > >I'm new to palm dev and i have a q

Re: Wireless coverage

2000-11-15 Thread Jeremy Evans
You could take a look at Aether's wireless offerings. I'm not too familiar of their coverage, but my understanding is they act as a go-between for several of the data networks translating on the fly so you have the sum of all the offered areas. On Tue, 27 Jun 2000 16:56:27 +22148, Sherwood Hoyt

Re: Difference between 3.5.0 and 3.5.1 ???

2000-11-16 Thread Jeremy Evans
I believe the 3.5.1 is a M100 targeted OS, it contains the clock app and the note pad app . Other than that I believe they are the same. On Thu, 16 Nov 2000 16:52:54 -, Richard Anderson <[EMAIL PROTECTED]> wrote: > >Hi, > >Does anyone know the difference between OS 3.5.0 and 3.5.1 ?? > >I h

Numeric Field Constructor Bug?

2000-11-17 Thread Jeremy Evans
A field flagged as numeric only input is accepting extended ASCII input. Is this a bug in the constructor or is it supposed to be this way? Jeremy ePoint Technologies -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/fo

re: Any API for installing pdbs on External memory card (if any)

2006-02-24 Thread Jeremy Evans
Check out the InstallAide API in the Conduit SDK http://www.palmos.com/dev/support/docs/conduits/win/CRef_InstAide.html#996589 The PlmSlotInstallFile function may be what you're looking for -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.pal

re: Any API for installing pdbs on External memory card (if any)

2006-02-24 Thread Jeremy Evans
I should note that this will queue the files into the sync folder for next sync, if you're looking to move the files at sync time, check out the VFS manager functions in the CDK. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: Netiquette

2006-02-27 Thread Jeremy Evans
It should be mentioned that links from Palmsource's developer pages point users to a web based browsing and posting: http://news.palmos.com/read/?forum=palm-dev-forum While alot of us are newsgroup vets, there are alot that will find these forums and never even know they are using a newsgroup w

re: Newbie: How do I begin?

2006-03-01 Thread Jeremy Evans
PalmSource has a resource that will help you greatly: http://www.palmos.com/dev/start/ This is a walkthrough of the tools and technologies you will encounter when getting into Palm programming. It also give reference to a couple books that you may want to check out. -- For information on using

re: video help pleasee......

2006-03-08 Thread Jeremy Evans
I would suggest joining Palm's "Plugged In" program and downloading their SDK documentation as well as sample applications. In there there is a project called "MiniMPEG4" that should show you how the video capture works with the codec manager. I'd suggest taking a look at what I've posted abov

re: NetLibSocketConnect and Tungsten TX (WIFI)

2006-03-08 Thread Jeremy Evans
That error generally occurs when it fails to make a socket connection. If it's working properly on the simulator, have you confirmed that the device is set up properly and there's no network security/firewall restrictions that would prevent it from making a connection to the server? -- For info