registry hack to turn OFF inactive pane shading?

Discussion & Support for xplorer² professional

Moderators: fgagnon, nikos, Site Mods

Post Reply
User avatar
jimspoon
Bronze Member
Bronze Member
Posts: 151
Joined: 2002 Aug 22, 00:02

registry hack to turn OFF inactive pane shading?

Post by jimspoon »

I'm thinking I might like it better if the inactive pane were not shaded; i.e. if it stayed the same color as the active pane.

Is there a registry hack to accomplish this?
User avatar
nikos
Site Admin
Site Admin
Posts: 15794
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

i have added a key for an rgb color entry for the inactive color, so you can make it the same as the active (you'll see it when the first betas start circulating)

wouldn't things get confusing then though?
User avatar
jimspoon
Bronze Member
Bronze Member
Posts: 151
Joined: 2002 Aug 22, 00:02

Post by jimspoon »

My eyes tend to follow the dark color of the inactive pane background. Maybe better for me if my cue is the highlight on the selected file (or marquee on the focused file), or dark color on pane title bar as in 2x.
User avatar
fgagnon
Site Admin
Site Admin
Posts: 3737
Joined: 2003 Sep 08, 19:56
Location: Springfield

Post by fgagnon »

On the other hand, my eye is drawn to the lightest (brightest) pane/column.

So my own preference gray-scale shading scheme for details view would be:

Active pane sort column: white
Active pane other columns: very light gray (off-white)
Inactive pane: light gray (all columns)

and if there is to rgb control of backgrounds ...
then
Active pane sort column: light yellow [100 100 85]%
32bit.register.hex.value=00d9ffff

Active pane other columns: off white [98 98 100]%
32bit.register.hex.value=00fffafa

Inactive pane (all columns): light gray[88 88 88]%
32bit.register.hex.value=00e0e0e0

... but that's just personal preference :)
Last edited by fgagnon on 2004 Apr 20, 14:45, edited 1 time in total.
loggedonnow
New Member
Posts: 6
Joined: 2004 Apr 20, 11:54

Inactive panel not dark enough

Post by loggedonnow »

I find the inactive panel is not dark enough. Depending on the monitor I am using and the lighting conditions, sometimes it is almost impossible to tell the difference between the two.

I would either like the inactive panel to be darker and/or the title bar change for the inactive panel as well.
User avatar
fgagnon
Site Admin
Site Admin
Posts: 3737
Joined: 2003 Sep 08, 19:56
Location: Springfield

Post by fgagnon »

For a darker inactive pane, you can hack the registry:

Try setting key rgbInactiveBgcol to hex:00b0b0b8
for a darker gray with slight red hue.

The default hex value: ffffffff just lets the app use its own default.
If first 2 (left-most) bytes are 00, then next byte pairs are Blue, Green, Red intensities on a 0-255 scale (hex: 00 - ff).
Mid-scale for each byte-pair is hex:80 (= 128 base 10)

Experiment to find the shade you like.
You might try to use (at Nikos's suggestion) Color Cop to help define the shades that work best for your monitor. :)
Last edited by fgagnon on 2004 Apr 20, 14:06, edited 1 time in total.
User avatar
nikos
Site Admin
Site Admin
Posts: 15794
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

only problem is this registry option is not available for the public at large yet, but by the end of the month... :)
User avatar
fgagnon
Site Admin
Site Admin
Posts: 3737
Joined: 2003 Sep 08, 19:56
Location: Springfield

Post by fgagnon »

The inactive pane background color setting works nicely as described on the posted v59 ! (I was careful to check that specific version.)

I welcome other color keys for future versions. :)
User avatar
nikos
Site Admin
Site Admin
Posts: 15794
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

i digress! :)
loggedonnow
New Member
Posts: 6
Joined: 2004 Apr 20, 11:54

That helps!

Post by loggedonnow »

The registry hack worked nicely and now the inactive panel is much darker. I do find though that my eyes are drawn to the darker panel. Weird? Maybe it has something to do with the way Windows highlights the active window with darkening the title bar and window border. Will there be an option to highlight the title bar for each panel?

I think if I had the option, I might try just changing that rather than the entire panel.
User avatar
fgagnon
Site Admin
Site Admin
Posts: 3737
Joined: 2003 Sep 08, 19:56
Location: Springfield

Post by fgagnon »

@ eyes are drawn... No, not at all wierd -- we're all different, & that makes the world more interesting (& a challenge to program for user preferences) :D

@will there be an option... Only nikos knows if there will be for the much anticipated upcoming release. My own guess is that this release will concentrate on solid functionality and will have an easier-than-before user interface -- more likely than trying to satisfy everybody's personal preferences and settability options :)
The latter takes much longer to develop without botching; because it requires a lot of feedback from many users and then there's all the work to get so many nuances right!

PS -- glad you found the registry tweak helpful. -fg-
User avatar
nikos
Site Admin
Site Admin
Posts: 15794
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

this will have to wait for v.2!
Luther
Member
Member
Posts: 38
Joined: 2004 May 02, 04:47

Reg path?

Post by Luther »

Could you please post the reg path for the color value? Thanks!
User avatar
nikos
Site Admin
Site Admin
Posts: 15794
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

as fred said a few posts up it is rgbInactiveBgcol
under HKCU\software\zavarakatranemia plc\xplorer2
Luther
Member
Member
Posts: 38
Joined: 2004 May 02, 04:47

Post by Luther »

Got it, thanks!

Just FYI, I'm using #F2F2F2, which is just a shade darker than what Explorer uses (#F7F7F7), but it's perfect for my poor eyesight.
Post Reply