- March 26, 2007
- 3,715
- 180
- Home Country
-
Germany
VirtualKeyboard is reset on show preventing properties set by plugins.
In GUIDialogVirtualKeyboard.cs, in function OnPageLoad(), method _keyboard.InitializeInstance();" is called that effectively does the same thing as Reset() and kills the properties (like Text) set by the plguins.
Related problem is that some properties are not accessible anymore. One of them is _shiftTurnedOn. It was public before, now it's public too but in private _keyboard variable.
http://mantis.team-mediaportal.com/view.php?id=3134
Open the issue in Mantis...
In GUIDialogVirtualKeyboard.cs, in function OnPageLoad(), method _keyboard.InitializeInstance();" is called that effectively does the same thing as Reset() and kills the properties (like Text) set by the plguins.
Related problem is that some properties are not accessible anymore. One of them is _shiftTurnedOn. It was public before, now it's public too but in private _keyboard variable.
http://mantis.team-mediaportal.com/view.php?id=3134
Open the issue in Mantis...