Giter VIP home page Giter VIP logo

fbui's People

Contributors

stringepsilon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fbui's Issues

Resizing controls

Right now, resizing elements requires you to manually update all the dependent properties and ask uiWindow to redraw it.

Would be great if controls could listen to changes of uiDimensions.

Inactive controls

It's quite useful if you can disable a control onscreen.

Thoughts:

  • Inactive controls will not listen to any events, except the reactivation (and moving around?)
  • Inactive controls might render differently (50% transparent?)
  • Under no circumstances will an inactive control call it's callback.

Implement menu

Partially done.

One should be able to nest MenuItems, to create a proper hierarchy.

Make colors configurable.

First, make controls look for the default colors in some kind of config-class.

Priority of configfiles:

  1. $XDG_CONFIG_HOME / %APPDATA%
  2. Folder of the running executable
  3. Use inbuilt defaults.

Second: Let the programmer override certain colors on single instances.

Implement Combobox

Implement proper dropdown / combobox. Hardest part is the temporary pop-out with the list.

Fix mousewheel values

Sometimes the false value is passed to the control. Especially after the user changes directions in scrolling.

For example: The scrollbar might move down by 1, even if the user scrolled up by 1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.