11-13-2009 04:38 AM
Hey guys... I'm trying to make a simple tic tac toe game interfaced by speedy-33. This is not the deal however. I stopped when i tried to stipulate a condition: x AND o = F . However, I learned I cannot manipulate indicators (x & o are indicators). The thing is that when a player picks an x in lets say box 1,1 , the player with an o cannot place an o in the same box. (so I'm thinking of somehow stopping the place o in 1,1 control when x in 1,1 is true)
Ideas are appreciated, I rather more practical alternatives. I'm offering kudos to everyone. 🙂
Thank you
11-13-2009 04:48 AM
Can't you just disable the box 1.1 (or any other) from the moment any player put's anything in it?
Disable property of a control : 0= Enabled // 1= Disabled // 2= Disabled&Grayed
11-13-2009 04:57 AM
11-13-2009 05:07 AM
rebghb wrote:However, I learned I cannot manipulate indicators (x & o are indicators).
Yes you can.
Allthough, you should consider making them controls, not indicators
11-13-2009 05:09 AM
11-13-2009 05:13 AM
11-13-2009 05:15 AM
do u happen to have an 8.2 version?? ![]()
11-13-2009 06:01 AM
I think you must read basic courses in LabVIEW.
See here
11-13-2009 09:48 AM
rebghb wrote:do u happen to have an 8.2 version??
Yes I have ... ...
11-13-2009 02:36 PM
Thanks Alan S... Youre right I know I must, I am already on it. It's just we have been recently intorduced to LabVIEW, we've never even heard of it... and we must deliver a project by january :-s
But thanks for help appreciate it