Trouble getting a gamepad to select UI textbuttons

If this ends up being a scripting question, let me know.

Basically, this is my UI:
image

With a gamepad I can successfully select the left arrow, but no matter what I try, I can’t select the right arrow or X. All of these UI elements are in the same frame.

What would you guys recommend? I’ve already attempted NextSelectionDown/Left/Right/Up in the properties window.

Have you made sure that the right button’s Selectable property is checked?

1 Like

Yup, sorry for not specifying. All of them have Selectable enabled.

Can you post a screenshot of the Explorer window with all of these things expanded?

1 Like

I’m afraid this may be a scripting question.

1 Like

image

OpenMusic is the last thing selected before switching over to the VolumeFrame UI.

Figured it out, it was because I didn’t set the OpenMusic button to non-selectable while it was invisible.

1 Like