Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Text Edit Box / Field  (Read 3206 times)

0 Members and 1 Guest are viewing this topic.

Xardas2

  • Newbie
  • *
  • Posts: 5
    • View Profile
Text Edit Box / Field
« on: July 11, 2009, 02:37:40 pm »
Hi all together.

I'm looking for a kind of Text-Edit-Box / -Field for a best player list and an option menu.
I tried to create one by my own, but it hasn't worked very well and the code looked a bit untidy.
I used an Image, a Sprite and a String for one box.

Now I would like to know, whether there is an easier and more effective way to make such a thing using SFML, and how I can add a cursot.
Or would it be best to use the windows API?

Thank you for all your valuable answers.

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Text Edit Box / Field
« Reply #1 on: July 11, 2009, 09:20:35 pm »
There are already some GUI frameworks based on SFML. You could find them in the projects forum or the wiki.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

Xardas2

  • Newbie
  • *
  • Posts: 5
    • View Profile
Text Edit Box / Field
« Reply #2 on: July 14, 2009, 10:39:01 am »
Thanks a lot.

I tried it out and it works very well + it's realy easy to handle. :D

 

anything