Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Movies and Menus
Subject:   disabled files in oPanel
Date:   2002-01-26 18:07:49
From:   psheldon
Should have, at one time, mov as suffix and then can remove it to have it active in oPanel display.
I suppose something changed about file type and creator in os x. But then, you need to have the suffix all the time. I think the finder is doing something mysterious, but how do we brief it into a generality.
Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • disabled files in oPanel
    2002-01-31 19:56:10  michele [View]

    In OSX, there is always a suffix, event if it is hidden. So for OSX files, use the @"mov" and @"MOV" strings in array.

    For OS9 files, the suffix are not always here so use the type:

    NSFileTypeForHFSTypeCode('Moov')

    in array


    Hope this helps

    Michèle