Bennu Game Development

English Forums => Documentation => Topic started by: handsource-dyko on May 06, 2013, 01:16:00 PM

Title: new wiki tutorial added about textinput (enhanced)
Post by: handsource-dyko on May 06, 2013, 01:16:00 PM
I have created an enhanced version of Sandman's original textinput tutorial.

I'm working on a gui library and currently on the textinput widget. I thought the improvements where interseting material for the wiki.
Check it out here: http://wiki.bennugd.org/index.php?title=Tutorial:Textinput_enhanced (http://wiki.bennugd.org/index.php?title=Tutorial:Textinput_enhanced).

This version has a blinking cursor that you can move, and you can insert / remove / copy / cut / paste text. Full details are in the tutorial's source code. The library is a work in progress, textinput is one of the last things to do, before I can release it.
Title: Re:new wiki tutorial added about textinput (enhanced)
Post by: JaViS on May 06, 2013, 03:03:00 PM
Thanks you very much!
Title: Re:new wiki tutorial added about textinput (enhanced)
Post by: Kloppix on May 06, 2013, 04:04:39 PM
Thank you for keeping the Wiki up to date  :D
Title: Re:new wiki tutorial added about textinput (enhanced)
Post by: MisterN on May 06, 2013, 10:32:12 PM
thanks
Title: Re:new wiki tutorial added about textinput (enhanced)
Post by: handsource-dyko on May 07, 2013, 08:58:58 AM
Specially for DoctorN, I added an example program for the find() function. I hope it makes it a little more clear.
http://wiki.bennugd.org/index.php?title=Find (http://wiki.bennugd.org/index.php?title=Find)
Title: Re:new wiki tutorial added about textinput (enhanced)
Post by: JaViS on May 07, 2013, 12:16:17 PM
That's very cool. :)