SmartClient Version: SC_SNAPSHOT-2011-01-06/PowerEdition Deployment (built 2011-01-06) / GWT 1.7.1
Hosted development browser / IE8
No errors in logs/console.
In hosted mode I have come across a problem that manifests itself in a popup that appears which says: Stack Overflow at line:2982. When I run the app in IE (not the development browser) it appears to work OK.
I've narrowed it down to a VStack where I am adding 353 buttons into it. If I cut the number of Buttons down to 30, everything is OK in hosted mode. I just don't have access to all the Buttons while in development mode.
Any thoughts? Is there something I can try or do to get around this in development mode? I can only think of limiting the number of Buttons I put in the VStack, but then I don't have a fully functional app during development?
Hosted development browser / IE8
No errors in logs/console.
In hosted mode I have come across a problem that manifests itself in a popup that appears which says: Stack Overflow at line:2982. When I run the app in IE (not the development browser) it appears to work OK.
I've narrowed it down to a VStack where I am adding 353 buttons into it. If I cut the number of Buttons down to 30, everything is OK in hosted mode. I just don't have access to all the Buttons while in development mode.
Any thoughts? Is there something I can try or do to get around this in development mode? I can only think of limiting the number of Buttons I put in the VStack, but then I don't have a fully functional app during development?
Comment