SFML community forums

Help => General => Topic started by: Wander on December 03, 2010, 07:19:18 am

Title: Not Working without Console
Post by: Wander on December 03, 2010, 07:19:18 am
I am making a program that creates a usable GUI. I was testing it as a console application. And then I tested it as a GUI Application. Neither worked correctly.

Console: It made me click on a selection a random number of times before it would submit. Sometimes 3, 1, 10. It was totally random. I did however get it to submit in one try every time. If I opened the console window as my current window before clicking on a choice it would work. I don't know if this is a coding error or something with the IDE or API.

GUI App: This one also makes me click a random number of times but when it does submit it doesn't return a value like I coded it to do.

These could be coding errors on my part, but I can't be sure. Any suggestion is appreciated.