LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Boolean control border does not move with button

When I programmably move the OK button on this vi, the border for the button does not move with it. I have tried to redraw/refresh the panel but the border remains at the last location the control was at. How should I correct this problem?
I'm running Win2K and LabVIEW 6.1 Professional.
Download All
0 Kudos
Message 1 of 3
(2,761 Views)
I ran your VI and saw the symptoms you describe. I'm also running Win2k and LabVIEW 6.1.
I deleted your OK button and added a new one (not just right-click >> Replace), created a new property node, and edited the event structure (to recreate your original) and the problem went away.
Did you customize the OK button? Something strange may have happened in the control editor. You can change the text and size of the button without using the control editor.
Try deleting the button and adding a new one.
Message 2 of 3
(2,761 Views)
Thanks Al. I forgot the KISS principle. The easiest solutions are always the best. I was tring to force the panel to redraw it correctly. I replace the control as you did and all is well. Don't remember how it got to that fault. I bypassed this issue some time ago to complete the project. Thanks again.
0 Kudos
Message 3 of 3
(2,761 Views)