04-13-2016 12:28 AM
@RavensFan wrote:In the image you posted it says "Tip: You can wire the enumerated control to a case structure.... " It doesn't say "you should" or "you must".
also it didnt say you shouln't do. So what you said in the begining is not fair.
04-13-2016 05:23 AM
@SanthoshJoel wrote:also it didnt say you shouln't do. So what you said in the begining is not fair.
Yes it was fair. RavensFan was warning about architectural issues involving the tab container. I could also use a global variable and have two loops write to it. That does not mean I should because it will cause problems (specifically race condition). Similar situation with the tab control. That architecture will lead to problems.
04-13-2016 07:47 AM
@SanthoshJoel wrote:
@RavensFan wrote:In the image you posted it says "Tip: You can wire the enumerated control to a case structure.... " It doesn't say "you should" or "you must".
also it didnt say you shouln't do. So what you said in the begining is not fair.
"can" is not equal to "should"
You "can" go jump off a bridge. But I would never tell you that you "should" jump off a bridge.