I have some code with repeating buttons for navigation. The next and last buttons are "greyed out" when the user gets to the last or first records respectively. Everything works fine on a Palm VII (v3.2 OS) but the "greyed out" buttons do not appear on a Palm V (v3.1 OS). I ran the AsciiChart program on the Palm V and the symbol values are not valid. Is this an OS issue or something else?
These are the values I use to change the buttons: #define BLACK_NEXT "\x03" #define GREY_NEXT "\x06" #define BLACK_PREV "\x02" #define GREY_PREV "\x05" -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
