
I know this doesn't exactly fit the forum , but I'm frustrated to all hell and there doesn't seem to be anywhere else.
I'm looking for a clock. Specifically, a simple timer which gets date and time and displays it in a label, updating automatically every second. Simple right? That's what I thought, until I realized that if I don't have "wait 1 second with messages" in the loop, it'll just take up all the cycles and won't let you do anything. However, if I do include this line it'll run fine...for a while. It doesn't seem to follow any particular pattern but every once in a while my program will just stop responding. Killing the process (Ctrl . ) will highlight "wait 1 second with messages".
In other words it's flawed but nothing else seems to work. I've looked for a clock/timer function all over the net...so far nix.
Help?