Re: How to get NFNT fonts supplied with different Roms?

2002-07-14 Thread parth
Hi Ken, Thanks for reply "Ken Krugler" <[EMAIL PROTECTED]> wrote in message news:91062@palm-dev-forum... > Leaving aside the legal issue of sucking font data out of a ROM, many > of these other languages require additional support in the rendering > (character drawing) code to correctly handle dou

Re: sudden problem: Connection attempt failed.

2002-07-14 Thread Aaron Boyd
Ben, Unfortunately I didn't save a copy of the project or prc when it was in the state that caused the problem. I'm pretty sure that what you suggest about the 64K boundary is indeed the source of my problem. I had only made minimal changes to the segment's source when the problem started, so th

Re: How to get NFNT fonts supplied with different Roms?

2002-07-14 Thread Ken Krugler
>I am developing a multilingual app for Palm using Appforge. >Appforge uses its own font for displaying and accepting text, >its key codes are mapped to palm font key codes, >so it works fine for English language, >But Appforge doesn't have fonts for other languages than English, I'm assuming App

Re: CW IDE 4.2.6 in Mac OSX 10.1.5

2002-07-14 Thread Tom Wilson
On Thu, 2002-07-11 at 11:09, Matt Disher wrote: > Same here, and is debugging painfully slow under X for anyone else ? I'm > taking several seconds to step through each line of code. Don't have any idea about X (Curious though as I plan to park a Mac in here shortly) I seem to have the same, pa

Re: Emulator support fro SONY CLIE NR70

2002-07-14 Thread Alex Robinson
Ben Combee wrote: > > In article <90816@palm-dev-forum>, [EMAIL PROTECTED] says... > > > > Dear all, > > I have download the rom image from my SONY CLIE NR-70 PDA.I am > > using Palm OS emulator version 3.5. > > > > I tried to load this .rom file on the emulator it is givig message > > as "The RO

semi-newbie question about opening databases

2002-07-14 Thread Craig Belson
I don't need this question answered per se - it's not affecting my program or anything - but I thought I'd ask it anyway to add to the growing knowledge base in the archives of this group. :-) If you open a database, then do something inside the database, then go to open it again, apparently it c

Re: SelectDay problem found

2002-07-14 Thread Alan Jay Weiner
>The only reason for the 100x spacing is because of this problem. With >that fixed, you could have 10,000 forms without running out of ID space. >Is that enough? Truely it should be, yet I am reminded of another quote... "640K ought to be enough for anybody." - Al - (grinning) --

Re: SysUIAppSwitch infinite loop / relaunch

2002-07-14 Thread Ben Combee
In article <91053@palm-dev-forum>, [EMAIL PROTECTED] says... > > The parent app calls SysUIAppSwitch(), the parent app exits, the child app > launches, does its thing and then the child app exits. Then the weird part > happens. The parent app is relaunched. Obviously without anyway for the > p