I'm using the keypad control with some basiclabels to enter values, works fine on PC, but when we run it on the raspberry pi with mono, the keypad doesnt stay in the foreground if you click back on the form behind it. it goes to the background and you have to exit the app to find it and close it out. I see in the source that the keypad is set to topmost window, but is it possible to load it as a modal/dialog?
Also, is the source avialable for this control? Or are there others available I can hack at to make work on the Pi?
thanks!