Re: I need to know what type of UI element versamail uses

2006-04-12 Thread Lee Fyock
Ben Combee said: Versamail uses it's own internal widget system that mostly replaces the Palm OS widgets while still providing the Palm OS look-and-feel.=20 Nearly everything in VM is custom drawn. VersaMail uses an internal widget system and OO framework, but nearly every widget has a Palm

Networking/GUI position at Palm

2006-03-30 Thread Lee Fyock
Hi-- The Palm group in Andover, Massachusetts is looking for a good mid- to senior-level software developer for a full-time position in networking and GUI work. The ideal candidate would have loads of experience with 68K (and maybe even ARM) Palm development in C and C++, and be comfortable

Re: Is PalmGear in financial trouble again?

2005-05-09 Thread Lee Fyock
Mike Davis [EMAIL PROTECTED] wrote: I wonder because I have yet to receive my March royalty check and it's not May 6th. I have sent email inquiries to eveyone I know at PalmGear and my emails are just ignored. This is what happened last time they had financial difficulties. Has everyone

Re: POSEr CPU usage on Mac OS X, again

2002-02-28 Thread Lee Fyock
--- Lee Fyock [EMAIL PROTECTED] Palm Digital Media http://www.palm.com/ebooks/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

POSEr CPU usage on Mac OS X, again

2002-02-27 Thread Lee Fyock
I posted a few days ago about how POSEr uses 65+% of the CPU even when idling in the background on Mac OS X. Keith responded and said that the issue was probably in Platform::Delay() and that POSEr needed to be tickled every 10ms for the right stuff to happen. Some Carbonized co-workers

Re: POSEr CPU usage under Mac OS X

2002-02-20 Thread Lee Fyock
{ Microseconds (end); } while (end.lo (start.lo + 8800)); Now that's gotta chew the CPU! :-) Armed with this information, I'll look into this some more and see if I can come up with something. Thanks! Lee --- Lee Fyock [EMAIL PROTECTED] Palm Digital Media http

POSEr CPU usage under Mac OS X

2002-02-19 Thread Lee Fyock
POSEr chews serious amounts of CPU (65% or more) under Mac OS X, even when it's in the background. This very much slows down other processes. A possible feature enhancement (please?) would be something like Virtual PC's preference of pause in the background which would eat next to no CPU time

Re: Emulator, cool. Install tool, not.

2001-02-12 Thread Lee Fyock
Keith said: The last time I looked into this, the problem with the .prc file I was sent was that the embedded creation date was more recent than the embedded modification date. HotSync checks for that, but Poser doesn't. That was it -- the creation and modification dates were being

Re: StrCaselessStr () - please help

2001-02-12 Thread Lee Fyock
Paul Nevai said: This StrCaselessStr () works well BUT is MUCH slower than StrStr (). Could you recommend me a faster one? Generally speaking, StrLen (strP) is very large. You should use a better search algorithm. Check out http://www.cs.utexas.edu/users/moore/best-ideas/string-searching/ for

Emulator, cool. Install tool, not.

2001-02-09 Thread Lee Fyock
I've an odd problem. I'm building my own .pdb files (and have been for years, without problems). I'm now porting the pdb-builder to another language and have run into something weird. If I drop the built .pdb file onto the Emulator, it loads fine and I can use it without problem in the

Re: Sell source license?

2000-10-28 Thread Lee Fyock
Has anyone ever considered selling source licenses? Has anyone actually done it? I've pretty much decided on a price of $10 for my software, but I'm now giving some thought to asking $50 for a source license. I haven't sold the source to any Palm software, but I have for Mac

Re: palm-dev-forum digest: August 07, 2000

2000-08-08 Thread Lee Fyock
Brian said: If you were a PC software vendor, would your customers expect you to know all the details of Intel's newest chip? Yes. Intel releases info on chips that are 2 years out, while they're still in R D mode. If you were an auto salesman, do you think it's reasonable to think that

Re: palm-dev-forum digest: July 24, 2000

2000-07-25 Thread Lee Fyock
John said: I never had any installation support issues (ie, installation of PalmOS apps, for the most part, is pretty easy). True, but there are potentially quite a few users for whom your product is absolutely the first one they've ever tried to put on their Palm. We've had customers who

Re: palm-dev-forum digest: July 21, 2000

2000-07-24 Thread Lee Fyock
Palm Developer Forum digest said: You can type Ctrl-C to enter "Command:" mode. You can then enter the letter of the command (that is, the shortcut letter in the menu). For instance, Ctrl-C followed by B in the Launcher will bring up the Beam dialog. Is there a "shortcut" character that you

Writing to memo pad (again)

2000-07-21 Thread Lee Fyock
I'm writing out a new record to the memo pad, and it's going swimmingly. However, the record isn't sorted when the memo pad preference is "alphabetic". What's the Right Way to get memo pad records to sort? I've searched the knowledge base and dug around the news archives, etc., but haven't

Re: Encryption library for Palm?

2000-06-05 Thread Lee Fyock
Adam wrote: Lee Fyock wrote: Palm OS 3.0 and above (I believe) have DES encryption built-in, but it's dog slow. Where / What is the API for this? It's in Encrypt.h in the Incs/Core/System folder. Lee -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Encryption library for Palm?

2000-06-02 Thread Lee Fyock
Is there a public domain encryption library that I can use on a Palm? Palm OS 3.0 and above (I believe) have DES encryption built-in, but it's dog slow. Do a google search on "+des +outerbridge" for a fast DES implementation that compiles well for Palms. It was originally written using

Debugger Log?

2000-05-16 Thread Lee Fyock
Hi! I'm using a home-built combo of CW Pro 5 (updated to the latest) and CW for Palm Release 6, on the Mac, along with POSE 3.0a6. Everything works pretty well. Two things go consistently wrong. Anytime I kill the debugging session from CW, POSE displays a dialog saying "illegal trap #0,

Re: Launcher loses icon in launchable data database

2000-05-10 Thread Lee Fyock
Jim said: I am using attribute dmHdrAttrLaunchableData in OS 3.5 to get a data database to appear in the launcher and to launch the associated application. That works, but if the application writes to the data database, the launcher then displays a blank icon until the device is reset. We

RE: How can you detect a PalmPilot Personal.

2000-04-20 Thread Lee Fyock
Keith said: Well, checking for Professional vs. Personally still probably isn't a good check. If the user has NetLib open for some reason, that will eat up 32K of heap on a Pro, still leaving you with the same amount of space that causes you to fail on a Personal. We do the same check for the