Above scrollable panel image interactive problem #253
-
First, this is my bascic game UI: By the way, i can set Top only to false and then i can click my button, but that also can trigger my basic game ui's button event, so i dont' want to use this. Thank you reading! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 17 replies
-
Since buttons on message box is placed above scrollable panel, they will receive touch event before scrollable panel ideally. |
Beta Was this translation helpful? Give feedback.
-
BTW, how about using scalemanager, or camera zoom+scroll to do multiple screen size adaptation? |
Beta Was this translation helpful? Give feedback.
Since buttons on message box is placed above scrollable panel, they will receive touch event before scrollable panel ideally.
Might try to create message box by Dialog(demo) instead of built-in container. Moreover, here is a modal dialog.