Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - brady

Pages: [1]
1
Open Discussion / Keypad not modal? Issue on raspberry pi + mono
« on: August 08, 2016, 12:03:10 PM »
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!

2
I'm currently using a basiclabel with numericformat = 0.00 and a valuescalefactor of 0.01. This will then format a value of 1234 from Modbus to display as 12.34
I tried changing the numericformat to "P", which should display percentage with 2 decimal places. It does this, but the valuescaleoffset does not seem to be applied- so it's showing 1234.00% in the basiclabel.

Pages: [1]