History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-5333
Type: New Feature New Feature
Status: Closed Closed
Resolution: Duplicate
Priority: -- --
Assignee: Unassigned
Reporter: Sarah Allen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

a way to increase the time before "Flash Player running slowly..." error

Created: 07/Jan/08 10:33 AM   Updated: 08/Jan/08 03:25 PM
Component/s: Compiler
Affects Version/s: RingDing (4.1)
Fix Version/s: RingDing (4.1)

Time Tracking:
Not Specified

Severity: Major
Runtime: N/A
Flags: Products
Fix in hand: False


 Description  « Hide
http://www.antunkarlovac.com/blog/

There should be a way to set this from OpenLaszlo. It is really, really awful when this happens in production.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
P T Withington - 07/Jan/08 10:56 AM
Duplicate of LPP-5088

Already fixed in trunk:
  <canvas scriptlimits="timeout: 30">
or to override both limits
  <canvas scriptlimits="recursion: 300; timeout: 30">

Sarah Allen - 07/Jan/08 11:40 AM
woo hoo!

Mamye Kratt - 08/Jan/08 03:25 PM
Close as duplicate. Already fixed too.