6 December 2022

Directory Opus 12.30.1 (Beta)

Directory Opus 12.30.1 (beta) is now available for all Opus 12 users.

This is a preliminary, beta release. Translations may not be fully up-to-date and some English text may appear in non-English versions.

Download:


Changes since 12.30:

  • Fixed problem reading empty directories with SFTP servers which return a completely empty list for them (missing the usual "." and ".." entries).
     
  • Fix for viewer status bar's text potentially appearing bold (overprinted) if status icons were displayed on it.
     
  • Added a kludge to block duplicate DropBox context menu items on Windows 11. (The actual cause is a DropBox bug).
     
  • Scripting:
     
    • DialogListColumns object has new GetDisplayOrder and SetDisplayOrder methods for changing the order columns are displayed on-screen, including the ability to move secondary columns before the primary column which usually appears first.

    • Added Control.redraw property. Set to false to disable redraw in some types of control (e.g. listviews) while making multiple changes to them. Set back to true to redraw changes.

    • File objects (representing open file handles which are being read/written) can now be passed directly to Command.AddFile and similar methods without conversion. (Provided the File object has a path; not for virtual files that only exist in memory.)

    • Fixed rendering issue with group boxes with no title set in script dialogs