millennium-dev team mailing list archive
-
millennium-dev team
-
Mailing list archive
-
Message #00226
[Bug 1205808] Re: Missing text entry widget
I have implemented a basic WEntry, which reacts on keypresses.
There is still room for improvements though, including cursor display and movement with arrow keys.
** Changed in: millenniumduel
Status: Triaged => In Progress
** Changed in: millenniumduel
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of
Millennium Developers, which is subscribed to Millennium Duel.
https://bugs.launchpad.net/bugs/1205808
Title:
Missing text entry widget
Status in Millennium Duel - a GUI frontend for Millennium:
Fix Committed
Bug description:
Sometimes, the user may want to type in some text.
That includes server IP, player nickname, etc.
That is of course work for a new widget.
Implementing this feature also requires adding key-press reactions to the main loop, and passing them down recursively into the currently focused drawable.
That means such entry widget should react on clicks, and when clicked,
it should mark itself and its parents (recursively) as 'focused', so
that keypresses are passed down to it the right way.
Of course methods such as setting/getting text, making the entry
sensitive/insensitive for input, etc. are needed.
To manage notifications about this bug go to:
https://bugs.launchpad.net/millenniumduel/+bug/1205808/+subscriptions
References