boxeebox-xbmc icon indicating copy to clipboard operation
boxeebox-xbmc copied to clipboard

It's very hard to figure out if the right password was entered in password fields

Open quarnster opened this issue 10 years ago • 1 comments

Boxee would display the last character entered for a second or so before it turned into a *. Maybe there's a config option in xbmc to do the same or similar code should be added to make this easier.

quarnster avatar Aug 29 '13 07:08 quarnster

An update of my progress: In the file GUIDialogKeyboardGeneric.cpp there is a function UpdateLabel that is called each time a button is pressed. I have tried to modify part of that function but have not yet got a result that works. Will work on it more but if someone that has a better understanding of c++ is interested to help/give tips it's more than welcome.

Edit: giving up on this, it is to much work for such a small thing. And c++ with weird gui labels are not fun :(

SpaceOgre avatar Sep 12 '13 13:09 SpaceOgre