-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Full Screen Application #14
Comments
@dhpanteon, what version of Windows are you using? |
Windows 10 Enterprise 32-bit. |
Most likely your issue is more about Windows 10 (see #2) then full-screen. Does everything work ok if your app not in full-screen mode? |
Yes it works but i need it in full screen mode. Even in my desktop full screen mode works fine. |
Your desktop and tablet have different versions of Windows? |
It's same. |
@dhpanteon, have you tried to find the problem in WPFTabTip source code and fix it yourself? |
Yes have gone through your code. I have found the Problem that, it's conflict with in-build behavior of opening Tab Tip keyboard. i guess First it will open OS Behavior keyboard then it'll open WPFTab Tip keyboard. This is only happening with Tab or Mini Pos with no keyboard attach. |
i have done some changes that solve my problem public static void Open()
|
I had the same issue and corrected it with the above code. Thanks! |
I had the same issues on Windows 10 tablet and this code solved it! Thanks! |
When the application is in full screen mode (WindowState="Maximized", WindowStyle="None"). This library want work. it will first open the keyboard then automatically close it.
The text was updated successfully, but these errors were encountered: