10-24-2016 11:11 AM
So I have a fairly complex UI on the embedded UI Linux RT. It's actually quite simple but trying to pull some clever positioning elements to create a user-friendly UI. In particular I am creating a touch panel numpad input. When the user clicks on a numeric control the numpad appears by the control so they can enter a value.
I have some code to decide where to place this on launch and I have probed the position values which look sensible but it seems like the panel just ignores it! Every time it launches in the same position. I have tried opening the front panel hidden first to make sure it wasn't because it wasn't loaded but still the same issue.
Am I missing an obvious LabVIEW thing or is this a bug in the RT embedded UI element?
10-24-2016 11:24 AM
I'm thinking that it's either:
- This property isn't supported on RT (but presumably it does work when the user does it and it's justs the initial positioning that fails?)
or
- If you try to set a property on a control and that control is not actively visible (as opposed to hidden) then it just won't be applied. I seem to remember having this issue with remote front panels. There's a little bit of information about that here. I'm not sure how different the embedded UI is to remote front panels?!
10-24-2016 11:42 AM
Hi Sam,
Yeah it definately has worked in the past so I think it should be supported.
The visibility thing is interesting - likewise not sure if there is any overlap or not but I will try setting it visible first and see if it makes any difference.
10-24-2016 11:45 AM - edited 10-24-2016 11:47 AM
EDIT - Ignore - Different property that is now throwing an error (Still don't know why though!)
11-10-2016 07:29 AM
Not 100% sure but maybe you wan't the value signalling property?
11-10-2016 07:58 AM
@OA1 wrote:Not 100% sure but maybe you wan't the value signalling property?
I don't think OP is talking about that at all, but as a quick test I found the Value Signaling property does work on the Linux RT with embedded UI.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord