raeleus / skin-composer

Create skins for LibGDX scene2d.ui with a graphical interface.
MIT License
429 stars 35 forks source link

SkinComposer selectBox doesn't recognize fields #78

Closed jeltedeproft closed 4 years ago

jeltedeproft commented 4 years ago

image

Even if all mandatory fields are filled in, the ui stil shows the message that all fields need to be filled in and the export does not export selectBox.

raeleus commented 4 years ago

Did you make sure to also fill in the required fields for List and filled in at least one field for ScrollPane?

jeltedeproft commented 4 years ago

my bad!, you were right. I didnt have a list and scrollpane classes correctly filled in.

raeleus commented 4 years ago

Thanks for following up!