-
1 Attachment(s)
i'm a chef
Hi i'm a chef, and i have written this little piece of code, that has 6 alarms in, and a textbox, so that i know when more than one thing in the oven is ready, but i cant get it to beep when the alarm goes off, it works, i know, because i also have made it so that the name of the alarm goes red when the alrm goes off, so i know which one it is.
Can someone please help me make this alarm work, and if poss, make the text box flash red and white, while the alarm is going off.
Thanks
Alex
-
Re: i'm a chef
i checked you form and it beeps for me, but if the time is not written in the textbox in exactly the same format as it is in the label then it will fail, 2 solutions to that, instead of text2.text = label.caption
try text2.text< label.caption
or
format both label and textbox so they are identical
also you don't seem to stop the timer when either the alarm goes or the stop is clicked