GithubHelp home page GithubHelp logo

ngtk's People

Contributors

lightningismyname avatar

Watchers

 avatar

ngtk's Issues

Text-Entries in Windows Backend don't function correctly

Since text entires can get their text updated without an NGtk code that updates 
them, we must override the function to get the text. We should also be careful 
when setting the text, since what buffers are allocated is something that we 
need to check more carefully with the windows API.

Original issue reported on code.google.com by [email protected] on 12 Oct 2011 at 10:29

Mouse Click events pass through Components in Windows

What steps will reproduce the problem?
1. Create a windows Component and display it on the screen
2. Add a mouse event listener to it's container
3. Disable the component
4. Click on the disabled component

Expected Result: The disabled component will "swallow" the mouse click without 
generating an event
Result: The event will pass through to the container, instead of being blocked.

For potential solutions, see 
http://stackoverflow.com/questions/7719251/best-way-to-make-mouse-clicks-not-pas
s-through-disabled-components


Original issue reported on code.google.com by [email protected] on 12 Oct 2011 at 10:33

Fix the keyboard focus

Keyboard focus doesn't really work. Currently, in most backends, some component 
gets the keyboard focus, without any rational reason. Currently, this doesn't 
matter since we have no component which depends on the keyboard for it's 
functionallity (Text-Entries are planned for release 2.0), so the user can just 
add the same keyboard listener to all the components. This is not convinient, 
but it works.

Things that focus should support:
1. Always pass to the next focusable component after 'Tab' was pressed
2. The (mouse) clicked component always receives the focus
3. Detect who has the focus also not through a keyboard event

Original issue reported on code.google.com by [email protected] on 12 Oct 2011 at 11:57

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.