| 2/06/06 ~ 9:56 +1000 :
| Kim Kohen,
| " Re: menu item highlight bug in 5.5.5 "
thanks but I'm getting an error on compile: 'This method or property
doesn't exist' on IsTiger. Is IsTiger a property which needs to be
setup somewhere.
It is derived from the Carbondeclares very useful collection :
Function IsTiger() As Boolean
const kMacOSX = &h1040
#if TargetMacOS
Dim b As Boolean, res As Integer
b = System.Gestalt( "sysv", res )
if res >= kMacOSX then
Return True
end if
#endif
End Function
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>