January 24, 201610 yr you should really null check that widget before calling its isVisible(). incase you think you did. I have to tell you, you didn't. stuff if the widget is null he'll break the loop, means the code will never reach "if (w.isVisible())".
January 24, 201610 yr if the widget is null he'll break the loop, means the code will never reach "if (w.isVisible())".No offense but I know what I'm talking about......I got this off of google...If u have used multiple if statements then if the condition is true all will be executed and if u have used if and else if combination only one will be executed where first comes the true value Second, break statements are used to break loops for example a while loop, for loop, do while loops. What he has there is probably under the onLoop and the onLoop isn't really a loop statement like I posted above, but rather an int method that just ge re looped by the client.......... Edited January 24, 201610 yr by Joseph
January 25, 201610 yr No offense but I know what I'm talking about...... I got this off of google...If u have used multiple if statements then if the condition is true all will be executed and if u have used if and else if combination only one will be executed where first comes the true value Second, break statements are used to break loops for example a while loop, for loop, do while loops. What he has there is probably under the onLoop and the onLoop isn't really a loop statement like I posted above, but rather an int method that just ge re looped by the client.......... No offense but you weren't sending that signal...
Create an account or sign in to comment