MBachstein
12-21-2009, 10:04 AM
Hello,
I have the following grave problem.
When I add a new line to my source code and try to start the application in debug mode (debug=true) the flash application doesn't start any more! :confused:
The debug window does not pop up. There isn't any exception or error. The Openlaszlo-splash is just curling for 10 seconds and then the browser window turns black, but you can call the standard flash context menu.
With debug=false the same source code compiles and the application starts after about 10 seconds.
When I leave the new line out the application starts also in debug mode with the Openlaszlo debug window popping up.
My application is quite big (over 13000 lines of code) and contains a lot of components.
Now it seems to me that I cannot add any further functionality to my application, which is really frustrating. :(
Does anybody know whether there is a limitation in size of source code or memory or count of objects?
Or does the compiler even crash when the compilation takes longer than 10 seconds?
Or does the browser throw a timeout when there is no flash object within 10 seconds?
I don't know what to do. Can anybody of you give me a clue?
Kind Regards,
Marc
I have the following grave problem.
When I add a new line to my source code and try to start the application in debug mode (debug=true) the flash application doesn't start any more! :confused:
The debug window does not pop up. There isn't any exception or error. The Openlaszlo-splash is just curling for 10 seconds and then the browser window turns black, but you can call the standard flash context menu.
With debug=false the same source code compiles and the application starts after about 10 seconds.
When I leave the new line out the application starts also in debug mode with the Openlaszlo debug window popping up.
My application is quite big (over 13000 lines of code) and contains a lot of components.
Now it seems to me that I cannot add any further functionality to my application, which is really frustrating. :(
Does anybody know whether there is a limitation in size of source code or memory or count of objects?
Or does the compiler even crash when the compilation takes longer than 10 seconds?
Or does the browser throw a timeout when there is no flash object within 10 seconds?
I don't know what to do. Can anybody of you give me a clue?
Kind Regards,
Marc