Hello, For some time, I’ve been using code like the following, which was taken from one of the DynaPDF example projects, in order to get the FolderItem that contains the current system color profile:
dim c as ColorSyncProfileMBS = GetSystemColorSyncProfileMBS if c<>nil and c.Location<>Nil then ScreenProfile = c.Location.Path end if In doing a project “Analyze,” GetSystemColorSyncProfileMBS is indicated to be deprecated. I find that now, at least on El Capitan, the value returned by this function call is NIL. What is the correct way to find the FolderItem that represents the current system color profile? Thanks, -- Peter Truskier Premedia Systems, Inc. _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
