At 12:00am -0800 00-02-29, Palm Developer Forum digest wrote:
>Subject: International manager/text manager
>From: Bruce Fistel <[EMAIL PROTECTED]>
>Date: Mon, 28 Feb 2000 17:47:47 +0000
>X-Message-Number: 79
>
>Should the International manager and Text manager automatically be
>installed on Palm OS 3.5 or do
>I need to explicitly set them?  When I call
>     err = FtrGet(sysFtrCreator, sysFtrNumIntlMgr, &intlMgrSet)
>err is nonzero and intlMgrSet is 0.
>How do I install them?  I've tried
>     FtrSet(sysFtrCreator, sysFtrNumIntlMgr, intlManagerExists)
>followed by
>         err = FtrGet(sysFtrCreator, sysFtrNumIntlMgr, &intlMgrSet)
>Although the FtrGet call returns 0, with an intlMgrSet value of 1,  the
>managers aren't set
>because calls to TxtCharIsDigit(*numericString) fail when given a
>numeric string seeded with
>character values greater than 128.
>I'm using CW6 on NT and have the Palm Rez Post Linker set to Palm 3.1 OS
>and later.

The Intl Mgr and Text Mgr are auto-installed on Palm OS 3.1 or later. 
You can't just call FtrSet() to "enable" them on older ROMs.

Are you _sure_ you're running on a 3.5 ROM? I just loaded several 3.5 
ROM versions (IIIc & V, for both English & Japanese) onto Poser and 
my test app reports that FtrGet returns noErr and the expected 
attribute (0x00000001).

-- Ken

Ken Krugler
TransPac Software, Inc.
<http://www.transpac.com>
+1 530-470-9200

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to