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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hanhau

Pages: [1]
1
SFML projects / Re: eGUI - an easy User Interface for Beginners
« on: February 24, 2015, 10:04:53 pm »
Thanks for reply :) Every feedback I can get is awesome :) I had choose a bad prefix for this, I really apply on that ^^ I am actually in a "found your style"-part in my programming-life, so please excuse that :)

Thanks, Hannes :D

2
SFML projects / eGUI - an easy User Interface for Beginners
« on: February 24, 2015, 05:43:57 pm »
Hey Guys :)

I just created a little GUI-System, wich should help Beginners of SFML and C++, but also can be
a Piece of your Game-Project, wich helps to save time on coding.

It works with Sheet´s. You can say, each Sheet is a "Layer" of the Menu. You can add Sheet´s, wich
are containing Buttons, Checkboxes, Slider, InputFields and so on ..... (Now are just Buttons and Ceckboxes working, the Rest is implemented, but not working 100%)

Each Piece is predefined in Size and Color. But I will maybe implement some "predefined States", where
you can choose one of them, or create one.

I must also solve some "logistic Problems", like checking the mouse only, when a Sheet is visible.
Also the comfort of the functions will be updated, maybe I will add some Global Pointers, or States
to this Project :)

A Folder, where you can find the source code will follow soon, hope you are interested in
my "eGUI", or just want to check out, how other People would solve something like this :)

Thanks for checking this out,
Hannes  8)

PS.: This is an Image, where you can see the Init-Code (will be updated of corse) and
       the result on the Screen. You can already Name the Buttons, click on them (popping Green :) )
       or check the Checkboxes. The Slider isnt working yet, as I said.

       Aaaaaand, because I am too drunky, to use this [IMG[\IMG]-Thing, I placed it in
       the attachments :)

3
Window / Re: Is it possible to copy a window ?
« on: December 21, 2014, 07:09:17 pm »
SpeCter .....

oh yeah, pointer .... I totally forgot, damnit.

Thank you for the help, nice Christmas everyone ^^

4
Window / Re: Is it possible to copy a window ?
« on: December 21, 2014, 06:56:40 pm »
Actually, I wrote a headerfile, wich contains a class with a function, that should draw in the mainwindow, wich gets initialized in the main.cpp. How can I do that ? Okay, copying Is not the right word, I just want to handle that in a other .hpp file, because of the handling with easier coding with more view about it.

5
Window / Is it possible to copy a window ?
« on: December 21, 2014, 04:06:39 pm »
Hey Guys there, I am pretty new here at SFML :) Here´s my question:

Can I copy a RenderWindow ?
Like .....

sf::RenderWindow app1(sf::VideoMode(100,100),"app1",sf::Style::Default);
sf::RenderWindow app2 = app1;
 

I could need it in some ways, but I am actually search for other solutions for the problem.
That was it.

Thanks for answers :)
Have a nice day, Hannes ^^

Pages: [1]
anything