Page 7 of 9
Posted: 2011-11-03, 21:52 UTC
by petermad
Christian,
When using inverted cursor - use non-inverted (normal) cursor for the inactive panel.
When using normal cursor - use dotted cursor for the inactive panel.
Support++ - or even simpler - Always use dotted cursor in inactive panel.
Posted: 2011-11-03, 22:18 UTC
by Hacker
or even simpler - Always use dotted cursor in inactive panel.
That's fine, too.
Roman
Posted: 2011-11-03, 23:11 UTC
by billiebub
people please. Consider the variety of users out there especially with ones that have hard time with their eye sight. Dotted cursers are defintely not the ultimate solution but an option. Thanks for your cooperation and keep it coming

Posted: 2011-11-03, 23:50 UTC
by Balderstrom
billiebub wrote:Thanks Balderstrom but the whole issue here is using TwinKey
Using Twinkey is not an issue, aside from the fact that it hasn't been updated for v8.
I was just clarifying what TwinKey has implemented. And recommending that the implementation be configurable -- so the user can choose whether the inactive cursor should be inverted or not - and what color it should be.
As well, it wouldn't hurt to show inactive cursors for both panels when TC is not in the foreground.
Personally, I'd love to be able to use gradients for both the regular and inactive cursor - it looks better.
Posted: 2011-11-04, 14:38 UTC
by ghisler(Author)
You can now enable the experimental inactive cursor by adding the following to wincmd.ini under the [Configuration] section:
InactiveFocus=1
Alternatively, you can set
InactiveFocus=RGB value
You can write it as a hexadecimal number, e.g. like this:
InactiveFocus=$A0A0A0
You can also choose 4 diffent shapes of the line. The above is what microsoft calls "dotted". You can set these:
Dashed:
InactiveFocus=$1000001
Dashes and dots (alternating):
InactiveFocus=$2000001
Solid:
InactiveFocus=$3000001
You can combine that with a custom color too, e.g.
InactiveFocus=$3A0A0A0
Posted: 2011-11-04, 15:55 UTC
by MVV
Christian, it would be great to have inactive inverted one too (e.g. I'm using inverted cursor always so I wish to see inactive inverted cursor too, but with different color) if user uses inverted cursor.
E.g. I'm using background $804000, cursor $FFE0E0, and I wish to have $BF9070 (average between $804000 and $FFE0E0) color for inactive cursor.
Sample screenshot
Posted: 2011-11-04, 17:38 UTC
by ts4242
MVV wrote:it would be great to have inactive inverted one too
Support++++++
Posted: 2011-11-04, 18:30 UTC
by petermad
2ghisler(Author)
It works fine in both x64 and x86 version under Windows 7 x64.
But under Windows XP SP3 32bit the current inactive cursor doesn't get removed when the cursor is moved with the mouse. it works OK if the cursor is moved with the keyboard.
1. click on an item in the left panel
2. click in the right panel
3. click on another item in the left panel
4. click in the right panel
5. you now have 2 inactiveFocus cursors in the left panel - an so on.
Posted: 2011-11-04, 18:34 UTC
by MVV
petermad, it was reported twice in bugs section.

Posted: 2011-11-04, 19:04 UTC
by petermad
2MVV
Oops - hadn't got to that section yet. Anyway - it doesn't seem like anybody reported that it works OK under Win XP when using the keyboard.
Posted: 2011-11-08, 13:58 UTC
by billiebub
Seems to work as expected however as petermad reported, the inactive colors stay behind in Windows XP Pro when using the mouse. Works OK with the keyboard
Posted: 2011-11-09, 13:59 UTC
by billiebub
its amazing. Works with no problems under Windows 7 64

Posted: 2011-11-09, 15:07 UTC
by billiebub
The only confusing part was when I added the InactiveFocus to the [configuration] section, it did not work then I realized there is two configuration sections and TC seems to need both. I tried to create one [configuration] section but TC still generated the second one.
Posted: 2011-11-09, 15:17 UTC
by Horst.Epp
billiebub wrote:The only confusing part was when I added the InactiveFocus to the [configuration] section, it did not work then I realized there is two configuration sections and TC seems to need both. I tried to create one [configuration] section but TC still generated the second one.
There is only one section named [Configuration]
in wincmd.ini
Posted: 2011-11-09, 15:28 UTC
by MVV
billiebub, please check spelling in your first [Configuration] section's name. TC won't create new section if one with such name already exists.