What's new in MindFusion Virtual Keyboard for WinForms 4.4

Apr 29, 2016
  • Classes have been moved to MindFusion.UI.WinForms namespace
  • AplyTheme method renamed to ApplyTheme
  • CanUnlockSpecialKey property renamed to AutoReleaseModifierKeys
  • Repetition property renamed to Repeat.
  • FpsKeyEventArgs class renamed to VirtualKeyEventArgs

New in MindFusion Virtual Keyboard for WinForms 4.3.4 (Nov 14, 2015)

  • Fixed: Visual issue with disappearing hover state of keys. CapsLock, NumLock, ScrollLock keys states, Added ability to change CurrentCulture property when "language" button has been pressed. Added ability to handle language changing from outside of virtual keyboard component.

New in MindFusion Virtual Keyboard for WinForms 4.3.1 (Nov 14, 2015)

  • Updated functionality of key events, removing extra events of system keys.

New in MindFusion Virtual Keyboard for WinForms 4.3.0 (May 21, 2015)

  • Updated functionality of events of the keys
  • Removed the extra calls of system keys
  • Fixed work of custom styles of the VirtualKeyboard
  • Fixed loading of themes of the VirtualKeyboard

New in MindFusion Virtual Keyboard for WinForms 4.2.0 (Sep 13, 2014)

  • Fixed issue with trial period notification

New in MindFusion Virtual Keyboard for WinForms 4.1.0 (Mar 15, 2014)

  • Installer adopted for Windows 8 and Windows 8.1
  • Performance and rendering improvements
  • Fixed minor layout bugs and tweaks
  • Changed key sending functionality
  • Removed: Control ,Shift,Alt Alt Gr lock properties from key and made them as obsolete
  • Changed key creation and key sending strategy (now for Send @ you do not need set Shift Key Lock for "2" key, you just need set In Content Property "@" ), also we support old approach
  • Keyboard Creator: bug fixing (Crash when do "Run Test" ), made changes for new key creation strategy

New in MindFusion Virtual Keyboard for WinForms 4.0.0 (Oct 2, 2013)

  • DefaultLayout property - is now marked as obsolete, new property TemplateLayout
  • Fixed minor layout bugs and tweaks
  • Added support of Visual Studio 2012
  • Added support of custom images to supply in WPF and Windows Forms version. That works via Keyboard editor as well
  • .NET 4.5 version is now available for WPF Keyboard

New in MindFusion Virtual Keyboard for WinForms 2.4.5 (Oct 2, 2013)

  • Buttons Flickering issue has been fixed

New in MindFusion Virtual Keyboard for WinForms 2.4.4 (Oct 2, 2013)

  • Added FPS.LicenseValidator.ShowTrialWindow property to show or not Trial Key Window when keyboard in trial period. True is default value. if trial period is expired this parameter will be ignored.
  • Minor issues fixed

New in MindFusion Virtual Keyboard for WinForms 2.4.3 (Oct 2, 2013)

  • Added new Property "AutoFill" this option generate keyboard depends on language layout (qwerty ,azerty etc...) if tis property is false your keyboard cannot distinguish (qwerty ,azerty layouts).

New in MindFusion Virtual Keyboard for WinForms 2.4.2 (Oct 2, 2013)

  • A bug was fixed, after change of keyboard language it does not switch automatically, had to move mouse. Now it proceeds automatically

New in MindFusion Virtual Keyboard for WinForms 2.4.1 (Oct 2, 2013)

  • Fixed issue with blank buttons when using custom layouts.

New in MindFusion Virtual Keyboard for WinForms 2.4.0 (Oct 2, 2013)

  • Fixed layouts for differents languages like French or German qwerty, qwertz, azerty variations.
  • DefaultLayoutProperty - Use this property for custom layout. In VK Creator define common view of keyboard. VK carry on RegularKey by itself (qwerty, or azerty) will be auto generated.
  • Mode - Added This dependency property has 3 state "Default" ,"Extended" and "Custom" mode, first state generate default layout , second extendend layout last mode use for custom layouts e.g Set "LayoutFolder" property to define directory path where layouts will be located or set "LayoutTemplate" property to define common view for keyboard layout if you use "Custom" mode VK use "LayoutTemplate" first if it is null than load keyboard from directory "LayoutFolder" property
  • Removed Serializer class. Now Keyboard layout class carry on loading layout from stream "Create" method

New in MindFusion Virtual Keyboard for WinForms 2.3.0 (Oct 2, 2013)

  • Fixed French layout issue with Caps Lock State

New in MindFusion Virtual Keyboard for WinForms 2.2.3 (Oct 2, 2013)

  • Added CurrentCulture Property that forces change of keyboard language

New in MindFusion Virtual Keyboard for WinForms 2.2.2 (Oct 2, 2013)

  • Fixes with language change Buttons and Virtual Keyboard Creator were implemented - now all languages are recognized (previously in certain cases unique IDs were recognized rather than language name)

New in MindFusion Virtual Keyboard for WinForms 2.2.1 (Oct 2, 2013)

  • Special Symbols fixes for Belgium language layout implemented
  • Special Symbols fixes for French language layout implemented
  • Special Symbols fixes for German language layout implemented
  • asked Questions.

New in MindFusion Virtual Keyboard for WinForms 2.2.0 (Oct 2, 2013)

  • Minor fixes from previous version
  • Fix implemented to resolve issues caused by some Windows API command calls, AltGr issue found and fixed for languages and layouts that use it, such as Belgium layout, thanks for reporting the issue.
  • Updated detailed technical and functional description was also added. HowToUse.pdf file provides the answers to frequently asked Questions.

New in MindFusion Virtual Keyboard for WinForms 2.1.0 (Oct 2, 2013)

  • All default layouts now are integrated into the Virtual Keyboard component. It now includes most of the world’s languages and dialects being added into Windows operating systems.
  • CanUnlockSpecialKey - new feature and Virtual keyboard property, should be used in order to have keyboard maintain a special control state pressed after some combination, like Alt, Shift, Ctrl
  • Added more samples regarding Dynamic calls : SendKey method that can be used to emulate the key press event
  • Added sample with more textboxes and fade in /out of virtual keyboard, as requested by customers