Upgrade to Pro run fail
Monkey Forums/Monkey Programming/Upgrade to Pro run fail
| ||
| I recently took the plunge and bought the full version of Monkey. Now the test html5 app I'd been writing with the demo version doesn't execute. I can go back to the demo version and build and run fine. Is there something obvious I may have missed? |
| ||
| A little bit of an error message might help. ;) |
| ||
| I don't get any error messages. The code compiles fine, it just doesn't do anything when I execute. |
| ||
| do you have firefox? |
| ||
| I'm using Chrome. |
| ||
| Could you please provide an example source? |
| ||
| I managed to solve this problem by deleting the build directory. This then gave me an error when I re-built and executed the code. I had a CLS in my OnCreate section which wasn't being flagged in the demo version of monkey. |