untyped-variables

AS3 Untyped Variable Efficiency

I'm (still) trying to solve an issue in my 2D Flash game where my framerate is dropping to unacceptable lows. I have a class with the following member variable and method: protected var value:*; public function getValue () :* { return this.value; } Right now, that method is being called seemingly a few hundred times per frame and ...

C# ReportViewer with UnTyped datatable sources

I've checked through the history of questions, hit google, and other results and still am completely baffled about the C# reportViewer. It appears to only want to work with "typed" datasets. As many other people have inquired and I saw no real answers, maybe a fresh post will pull something new. In its simplest form, I have a business...