Raspberry Pi 2 Win10 IOT MessageDialog not working - Raspberry Pi Forums
hy!
got first raspberry pi 2, , made works first microsoft windows 10 iot os. things fine, except couldn't show popup window. used official iotbrowser code (https://github.com/ms-iot/samples/tree/ ... iotbrowser) can't show messagedialog window. if run project @ local computer (my pc) showing messagedialog without problem, raspberry pi 2 not. raspberry pi 2 not stucked or anything, things after window should popped up.
use hdmi monitor raspberry, (samsung s22d390hs), , cheap usb mouse , keyboard.
can me solve problem?
code talked about, isn't works:
var messagedialog = new messagedialog("popup message");
await messagedialog.showasync();
got first raspberry pi 2, , made works first microsoft windows 10 iot os. things fine, except couldn't show popup window. used official iotbrowser code (https://github.com/ms-iot/samples/tree/ ... iotbrowser) can't show messagedialog window. if run project @ local computer (my pc) showing messagedialog without problem, raspberry pi 2 not. raspberry pi 2 not stucked or anything, things after window should popped up.
use hdmi monitor raspberry, (samsung s22d390hs), , cheap usb mouse , keyboard.
can me solve problem?
code talked about, isn't works:
var messagedialog = new messagedialog("popup message");
await messagedialog.showasync();
that's because
windows.ui.core.corewindowdialog
windows.ui.popups.messagedialog
on 'not implemented yet' list.
https://ms-iot.github.io/content/en-us/ ... leapis.htm
windows.ui.core.corewindowdialog
windows.ui.popups.messagedialog
on 'not implemented yet' list.
https://ms-iot.github.io/content/en-us/ ... leapis.htm
raspberrypi
Comments
Post a Comment