How to disable OD Transparancies?

Feature Requests

Is there any means to disable the transparancy of OD.  I'm trying to make the Tabs & Dock 'move' faster when auto-hide is on. 


I've also an app that doesn't play well with the Transparancy of OD (ie. the re-painting of text is incompatible).


A few wishes from Object Dock:
1) Enable/Disable transparancy support
2) Fix bug with auto-hide 'reshow-instantly' doesn't work instantly on TABs.  My tabs take forever to 'open/close'.


 


 


 

1,077 views 1 replies
Reply #1 Top

I found my own answers:


Save the theme 'Theme' file...  (ex: ObjectDock\Themes\myTheme.ini)


Modify 'myTheme.ini' as follows:


add: 'BackgroundTransparency=255'  to turn OFF transparancy (0=Clear, 255=Opaque)
into the section(s)
    [appearance1]     (normal dock)
OR
    [settingsX-TabX]  (tab'd dock)


Change the following items in [SettingsX] for faster auto-hide (drawer) performance:
activationdelay=0     (0=instant, 20=slow)
drawerOpenDelay=0  (-1=Mouse Click Req'd, 0=Fast, 20=Slow)
drawerOpenAnimationSpeed=5  (0=Instant, 5=fast, 20=Slow)