mrish Posted August 26, 2017 Report Share Posted August 26, 2017 Hello, I writing an application to control two actuators. I want to divide my front panel to three sections: manual control, one actuator (vertical) scan, and two actuators together. to do this I use decoration for the first time (see attached screenshot) for the vertical scan and the two axes scan. the code is built as an event case, i.e. each respond to button change only. this works fine the buttons outside the decoration however, when I press the "GO" buttons - nothing happens. If I removed the decoration it works fine. Can someone help with this? Quote Link to comment
ensegre Posted August 27, 2017 Report Share Posted August 27, 2017 (edited) Perhaps you stacked the decoration frontmost, so that it prevents clicking on the underlying controls? Try selecting the beveled rectangle and Ctrl-Shift-J (last pulldown menu on the toolbar) Edited August 27, 2017 by ensegre Quote Link to comment
hooovahh Posted August 28, 2017 Report Share Posted August 28, 2017 This sounds like a stacking issue as ensegre said, but looking at your decorations, they all have transparent centers, and you should be able to click right through them. I'd first suggest moving it to the back as already suggested. But if that doesn't work try using some other decorations and see how they look. I prefer a system looking UI, and so I often use the System decoration box. 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.