On 02/06/2006, at 2:56 AM, FreeFL wrote:

Add this block at the beginning of app.EnablemenuItems event :
  #if TargetMacOS
    #if TargetMachO
Const kCarbonLib = "/System/Library/Frameworks/ Carbon.Framework/Carbon"
    #else
      Const kCarbonLib = "CarbonLib"
    #endif
if IsTiger then // REALbasic-Tiger Menu Highlight problem work- around
      Declare Sub HiliteMenu Lib kCarbonLib (menuID As Integer)
      HiliteMenu(0)
    end
  #endif
••••
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.

cheers

kim


_______________________________________________
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>

Reply via email to