Hi Michael, as we are changing our infrastructure. We have stopped the publishing portal route. We would like to have better one to one conversation with our developers. For publishing apps on sprout, we will simply use our sprout.dev@hp.com as our communication channel. We will send you an email thread on this topic. For UWP app, we are not offically supporting it yet, but we are happy to work with you to start the process.
You got a UWP app to work on the Sprout? How did you display content on the touch mat? I am using the SproutCSharpBinding library and it requires a windows handle (HWND) which doesn't work for UWP. The library looks to only work with WinForms. Not sure why the dev guide calls it WPF binding.
Hi Michael, as we are changing our infrastructure. We have stopped the publishing portal route. We would like to have better one to one conversation with our developers. For publishing apps on sprout, we will simply use our sprout.dev@hp.com as our communication channel. We will send you an email thread on this topic. For UWP app, we are not offically supporting it yet, but we are happy to work with you to start the process.
Sprout Developer Support
You got a UWP app to work on the Sprout? How did you display content on the touch mat? I am using the SproutCSharpBinding library and it requires a windows handle (HWND) which doesn't work for UWP. The library looks to only work with WinForms. Not sure why the dev guide calls it WPF binding.
I used a combination of the ProjectionManager UWP API and the Desktop Bridge tech where you can embed a Win32 app in a UWP app.
https://github.com/Microsoft/DesktopBridgeToUWP-Samples
Michael