mr-highball

Results 25 issues of mr-highball

Need a layout class to handle positioning elements proportionally (relative to parent container) This needs to allow specifying percentages for the position (ie. 0% left 20% top) Also could maybe...

Need to add a tab container, to allow for adding/removing tabs and content easily. each tab should take a `INyxContainer` interface to use as the content holder (ie. allows for...

Need a layout class to handle positioning elements with fixed units (ie. 0px left, 20px top etc...) Pixels is just an example maybe need an enum for fixed position type...

make a scroll container which has some options controlling which scroll bars to show, auto-hide etc... (this depends on what is available for the browser / standard so will need...

A request was made in #14 to simplify synchronizing events to the UI. AC's * add a method to queue a callback for UI * should provide the reference to...

enhancement