Kotcrab
Kotcrab
I responded in the linked issue to avoid notifying *again* all those people back from 2016. I guess it's too late now :) If you want you can make a...
@czyzby can you take a look at this?
Well I added it but the behavior with tabbed pane seems different than before. Most of the time actor gets added one actor after the actor it was dropped on....
Disabled lint for now, there are errors in Spriter runtime which would be moved to separate extension (#86) so no point in fixing them now.
Please provide complete self contained code to reproduce this. You might be adding some widgets incorrectly, see [here](https://github.com/kotcrab/vis-ui/blob/b448267f2ada76464a95ffb7ced88065f712adbc/ui/src/test/java/com/kotcrab/vis/ui/test/manual/TestTabbedPane.java#L53-L62) for an example. Also see docs of [ScrollPane](https://github.com/libgdx/libgdx/blob/1b3a63ee6fe0f90d2b9c08885c8e684851c52bdf/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ScrollPane.java#L39-L47).
I think it would be better to have boolean flag along with getter and setter rather than adding yet another constructor argument. Making method protected would be a bad design...
Not sure if that's possible to do in VisWindow and probably have to be done in libgdx's Window.
Thanks for reporting, might be worth adding it to the [wiki](https://github.com/kotcrab/vis-ui/wiki/USL).
I agree. It's kind of messy now because there is `CollapsibleWidget` (since 0.3.1) and `HorizontalCollapsibleWidget` (since 1.2.5). Not sure what to do, I could either: - break API; rename `CollapsibleWidget`...
I'm not sure if stage2d actors are meant to be moved between stages. Not seeing any good fix for this. You can use these workarounds: - extend `FileChooser`, override `fadeOut(float...