> Is HwrDisplayAttributes a Palm OS function, because > it is not supported in my version(Palm 3.5), we are > using CodeWarrior 7.0.
its an undocumented API all, and, came around in 4.0 :) #define sysTrapHwrDisplayAttributes 0xA372 pre-4.0 you have to do something else :) note, the header files dont define the prototype for the HwrDisplayAttributes function, so, you'll have to define that yourself. easy stuff. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
