Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Commented Unassigned: Button not working on Win8 touch WindowContainer/ChildWindow [20201]

$
0
0
Hi,
I am using Extended WPF Toolkit version 2.0.0 for .net 4.5. We are developing WPF application and use WindowContainer with inner ChildWindow to show custom dialog windows within application within MVVM pattern. App runs on classical Windows 8.
All works fine on normal Windows 8 with mouse. However when trying to hit button on Windows 8 with touch screen only, the command bound to button inside ChildWindow does not get executed on button touch down. The button does get focus but is not probably pressed. All other buttons outside of WindowContainer,ChildWindow work fine. Is there touch event consumed by the child window somehow?
Are you aware of this and would you happen to know a solution please?
Cheers,
Petr
Comments: ** Comment from web user: BoucherS **

Hi,

There are no touch events within WindowContainer or ChildWindow, but a bug has been fixed recently. It should be available in v2.1 and could potentially fix your problem.
Try removing the line
windowControl.Focus();
within WindowContainer.BringToFront().

Good luck.


Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>