BEWARE: Hidden/Disabled buttons
Spire_Jeff
Posts: 1,917
Just a heads up. When creating buttons that overlap, only the top button will be able to be pushed. This applies even when the top button is hidden and disabled. For the example I have, imagine a column the has 3 buttons on it that are 50 pixels wide (modified for easy math) The first button starts at an X coordinate of 0, the second button starts at X25 and the last button starts at X50. The column is 100 pixels wide. Depending on how many buttons I need, I either hide the buttons starting at X0 and X50, or I hide the buttons starting at X25. If I am only displaying the X25 buttons, they will work fine. If I am displaying the other two buttons, you can only touch the X0 buttons from X0 to X25 and the X50 buttons can only be touched from X75 to X100.
This helps explain some of the funky response to touch I have been seeing on our most recent job.
Ahhhh, I think I figured out a way around this, but it requires more programming
Jeff
This helps explain some of the funky response to touch I have been seeing on our most recent job.
Ahhhh, I think I figured out a way around this, but it requires more programming
Jeff
0
Comments
Jeff
Paul
I think if you set the button to 'Pass Through' it'll behave better for you.
using 'find and replace'. Using this, you can search for hidden buttons, and change their state to 'pass-through'. It's a pretty powerfull tool in TP4