Ok,

Here is an example :

// err returned if the feature doesn't exist, but it exist on all device
err = FtrGet(sysFtrCreator, sysFtrNumWinVersion, &version);

// so you need to test the version, (not the version of the OS but the
Window Manager)
if (version >= 4)   {
    WinScreenGetAttribute(winScreenDensity, &attr);
    if (attr == kDensityDouble) {
          //the screen is double density
    }
}

Chris


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

Reply via email to