Josh Tynjala

Results 511 comments of Josh Tynjala

I understand. The iconField/iconFunction would definitely be helpful for that use-case. I'm a little wary to add it because I think it will be unexpected for the drop-down arrow to...

If `direction` is set to `Direction.HORIZONTAL` and `distributeButtonSizes` is set to `false`, it will use `FlowLayout`. When you do that, the buttons will flow into multiple rows, if necessary (such...

It's been years since I first implemented these components. I guess I didn't consider custom layouts important at the time. The vast majority of tab bars in UI are vertical...

There isn't guaranteed to be a close button on all IPopUpContentManager implementations, so I'd rather not expose a property that often won't be used and might add confusion. I'll leave...

That would be a separate feature, but yes, it should be possible.

Tried Event.INIT, Event.OPEN, and HTTPStatusEvent.HTTP_STATUS. Still gets errors. Odd.

Seems like a good idea to have min and max font sizes. Thanks!

I don't have a good suggestion for you. If you're okay with simply repositioning the prompt without animation, you could probably extend TextInput and override layoutChildren() to position the prompt...

Yeah, I've added some new ways that you can tell a Feathers component to animate some kind of change to its state. For instance, when the visible property is set...

I'm still working on the supporting documentation, examples, and things.