You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been having problems with loops in ChickenFoot. I'll have a simple for loop set to go from 0 to 100, but when it gets to about 7 or so, all execution stops. No errors are reported, and any code after the loop is not executed either. These scripts have been working for a few years, so I'm fairly certain it isn't my code. The only change has been that I moved up from a machine with XP to a new machine with Windows 7 64 bit (with FireFox 12.2). Nothing irregular gets reported in the FireFox Error Console, and the ChickenFoot output window stays empty. A workaround that I've found is to put an alert statement at the bottom of the loop. For whatever reason, having to click "OK" during every iteration seems to prevent the code from stopping.
Any thoughts on what would cause this?
The text was updated successfully, but these errors were encountered:
I've been having problems with loops in ChickenFoot. I'll have a simple for loop set to go from 0 to 100, but when it gets to about 7 or so, all execution stops. No errors are reported, and any code after the loop is not executed either. These scripts have been working for a few years, so I'm fairly certain it isn't my code. The only change has been that I moved up from a machine with XP to a new machine with Windows 7 64 bit (with FireFox 12.2). Nothing irregular gets reported in the FireFox Error Console, and the ChickenFoot output window stays empty. A workaround that I've found is to put an alert statement at the bottom of the loop. For whatever reason, having to click "OK" during every iteration seems to prevent the code from stopping.
Any thoughts on what would cause this?
The text was updated successfully, but these errors were encountered: