Saturday, March 29, 2014

Beginning form problems

no joy in the label issue. Any other ideas? ... I have kind of deduced that it is a problem in my if, else if statements that are not being met so it is always resorting to the else portion ...

The way to confirm or eliminate that possibility is the set a breakpoint at the first if()

and step through the code examining the path taken and the contents of the relevant variables.



As to the labels, I notice that you appear to be setting their visibility to true but I don't

see any place that you're making their visibility false. Is that correct?



Typically, if you want only one to be visible at a given time then you would set its visibility

to true and set all of the others to false.



- Wayne


No comments:

Post a Comment