mje Posted June 9, 2014 Report Share Posted June 9, 2014 Have any of you seen a flat or borderless picture control in your travels? I'm using the picture control to render data to the clipboard and trying to get rid of the three pixel control border that gets rendered. Right now I have the border set to transparent which results in a white border around all of my images regardless of their content. If I set it to a color, LabVIEW draws a 3D effect in the border. Ideally I'd like to kill that border entirely, or at the very least have a flat control where I can have the border be a fixed color so it blends into the image content. Back in the day I remember someone here posted a borderless cluster control, so I'm wondering if such an thing exists for picture controls? Quote Link to comment
Popular Post Darren Posted June 9, 2014 Popular Post Report Share Posted June 9, 2014 I needed this for a project a while back...in my case, it was an array of pictures with zero borders (and no array element borders either). Here's a VI containing the array of borderless pictures, saved in LabVIEW 2013. Array of borderless pictures.vi 6 Quote Link to comment
Darren Posted February 27, 2023 Report Share Posted February 27, 2023 Note: If you have trouble downloading the attachment above, it is also available on the NI forums here. Quote Link to comment
CT2DAC Posted September 3 Report Share Posted September 3 (edited) On 6/9/2014 at 6:30 PM, Darren said: I needed this for a project a while back...in my case, it was an array of pictures with zero borders (and no array element borders either). Here's a VI containing the array of borderless pictures, saved in LabVIEW 2013. Array of borderless pictures.vi 6.07 kB · 259 downloads Very clever! I would never have thought of this. And yet, it takes only a tiny bit of tweaking and editing the indicator, judiciously placing the "picture part" on the foreground (I started out with and NXG picture indicator). BorderlessPictureControl.ctl Edited September 3 by CT2DAC Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.