(I'm having two problems with CategorySelect, and could use assistance.  I
think they're unrelated, so I'll post in two different messages.)

I have a form that contains a trigger and list, used to allow selection of a
category.  In the function that handles the trigger event, I call
CategorySelect() as follows.

 CategorySelect(
      gDbRef,                                  // [in] open database
      pForm,                                    // [in] form containing the
list
      EditCategoryPopTrigger,     // [in] id of trigger
      EditCategoryList,                 // [in] ID of the popup list
      false,                                      // [in] true = add All to
list
      &gSelectedCategory,           // [in/out] selected category
      CategoryName,                     // [in/out] name of selected
category
      2,                                            // [in] number of
uneditable
      categoryDefaultEditCategoryString);

The trouble is that on my Visor Deluxe running OS 3.1, instead of the list
showing "Edit Categories" at the bottom, it shows "Sunday Monday".  (In
fact, you can even see the start of the 'T' of "Tuesday".)  POSE and the
Palm V both show "Edit Categories" as expected.

I read in *Palm OS Programming Bible* that either 0 or
categoryDefaultEditCategoryString could be used to use the default system
string.  Alas, however, these both behave the same.

So:

a) Is this a known flaw on the Visor?  If so, is the general fix for an
application to supply its own "Edit Categories" string?

b) Or is this symptomatic of some rogue code that is really messing
something up?

Thanks in advance for your insights.

Jeff




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to