Warning: Cannot modify header information - headers already sent by (output started at /home/krichard/sites/thingsthatwork.net/www/wp-content/plugins/ajax-comment-posting/ajax-comment-posting.php:17) in /home/krichard/sites/thingsthatwork.net/www/wp-includes/feed-rss2-comments.php on line 8
Comments on: Obscure AS3 for-switch-if-false bug (VerifyError) http://thingsthatwork.net/index.php/2008/12/09/obscure-as3-for-switch-if-false-verify-erro/ Thoughts on life and code Thu, 11 Mar 2010 01:39:48 +0000 http://wordpress.org/?v=2.9.2 hourly 1 By: David Wolever http://thingsthatwork.net/index.php/2008/12/09/obscure-as3-for-switch-if-false-verify-erro/comment-page-1/#comment-163 David Wolever Wed, 10 Mar 2010 21:26:44 +0000 http://thingsthatwork.net/?p=22#comment-163 Huzza! I just got hit by this one too. Thanks! Huzza! I just got hit by this one too. Thanks!

]]>
By: Ihsan http://thingsthatwork.net/index.php/2008/12/09/obscure-as3-for-switch-if-false-verify-erro/comment-page-1/#comment-159 Ihsan Tue, 02 Mar 2010 15:31:25 +0000 http://thingsthatwork.net/?p=22#comment-159 Thanks indeed. You are a lifesaver. Thanks indeed. You are a lifesaver.

]]>
By: stang http://thingsthatwork.net/index.php/2008/12/09/obscure-as3-for-switch-if-false-verify-erro/comment-page-1/#comment-151 stang Mon, 22 Feb 2010 17:51:12 +0000 http://thingsthatwork.net/?p=22#comment-151 And thanks from another! And thanks from another!

]]>
By: Greg Hawk http://thingsthatwork.net/index.php/2008/12/09/obscure-as3-for-switch-if-false-verify-erro/comment-page-1/#comment-135 Greg Hawk Mon, 25 Jan 2010 20:40:06 +0000 http://thingsthatwork.net/?p=22#comment-135 Thanks! You saved my already pounding headache from getting worse! Thanks! You saved my already pounding headache from getting worse!

]]>
By: theLoggerGuy http://thingsthatwork.net/index.php/2008/12/09/obscure-as3-for-switch-if-false-verify-erro/comment-page-1/#comment-128 theLoggerGuy Fri, 11 Dec 2009 04:58:09 +0000 http://thingsthatwork.net/?p=22#comment-128 Would just like to join the chorus of people praising you for this post. Nicely done. Would just like to join the chorus of people praising you for this post. Nicely done.

]]>
By: Sankar Gorthi http://thingsthatwork.net/index.php/2008/12/09/obscure-as3-for-switch-if-false-verify-erro/comment-page-1/#comment-114 Sankar Gorthi Tue, 20 Oct 2009 22:58:57 +0000 http://thingsthatwork.net/?p=22#comment-114 You saved me 15 minutes or more by switching my breaks. You saved me 15 minutes or more by switching my breaks.

]]>
By: Brian Lachance http://thingsthatwork.net/index.php/2008/12/09/obscure-as3-for-switch-if-false-verify-erro/comment-page-1/#comment-97 Brian Lachance Thu, 02 Jul 2009 00:41:06 +0000 http://thingsthatwork.net/?p=22#comment-97 Thanks a ton for posting this. This bug was killing me! I thought switch statements could "cascade" down to other cases if you didn't have a break in them, but apparently not how I was doing it.. Thanks a ton for posting this. This bug was killing me!

I thought switch statements could “cascade” down to other cases if you didn’t have a break in them, but apparently not how I was doing it..

]]>
By: Mark http://thingsthatwork.net/index.php/2008/12/09/obscure-as3-for-switch-if-false-verify-erro/comment-page-1/#comment-93 Mark Mon, 04 May 2009 18:48:46 +0000 http://thingsthatwork.net/?p=22#comment-93 Apparently you get this error for the following as well: switch ('s') { case 's': if (null) { break; } } Apparently you get this error for the following as well:

switch (’s’) {
case ’s’:
if (null)
{
break;
}
}

]]>
By: Dev Sachin http://thingsthatwork.net/index.php/2008/12/09/obscure-as3-for-switch-if-false-verify-erro/comment-page-1/#comment-82 Dev Sachin Fri, 20 Feb 2009 07:07:52 +0000 http://thingsthatwork.net/?p=22#comment-82 Really its working..but i was shocked because in debugging mode.it not going upto that line to produce error.i just change if-else part and re-open the application. it has works Really its working..but i was shocked because in debugging mode.it not going upto that line to produce error.i just change if-else part and re-open the application. it has works

]]>
By: essbe http://thingsthatwork.net/index.php/2008/12/09/obscure-as3-for-switch-if-false-verify-erro/comment-page-1/#comment-71 essbe Wed, 04 Feb 2009 17:42:54 +0000 http://thingsthatwork.net/?p=22#comment-71 Thx a lot ! I was struggling for days before finding your solution. The last case in my switch had no break; instruction. It appeared that it looped over and over before throwing a #1068 Error... Cheers! Thx a lot !

I was struggling for days before finding your solution.
The last case in my switch had no break; instruction. It appeared that it looped over and over before throwing a #1068 Error…

Cheers!

]]>