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

Author Topic: Not Working without Console  (Read 1245 times)

0 Members and 1 Guest are viewing this topic.

Wander

  • Full Member
  • ***
  • Posts: 170
    • View Profile
    • Email
Not Working without Console
« 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.
-Wander