How to handle massive ExternalInterface calls (JsCallStack)

We use the ExternalInterface of the Flash Player to let JavaScript resize the HTML-Container of the Flex application. Our App loads dynamic content via XML and builds a list of entries. But we would like the user to use the standard browser scrollbar and not a scrollbar within the flex application. So we have to [...]

Preset a Selection within Input or TextArea

I wrote this very little pice of code several times now, because i lost it each time again. Hopefully i find it next time here… So what to do if you want to preset an selection within an input or textarea, just to support your users a little ( which they will never recognize – [...]

Rendererror on IE6 + AJAX with multiple selects

Who ever has to support the old IE6 and is not able to ignore or to bann users with this browser (or is part of an active resistance de:”Webmaster-Aufstand-gegen-alte-Internet-Explorer” ), has to hack around things quiet often. One big problem is that the IE6 has some render problems when you manipulate content in the DOM [...]