[Solution] Runtime error #1025: An invalid register X was accessed

19 12 2008

A while ago I was confronted to a very strange runtime error:

“An invalid register <number here> was accessed”

I was like “what the …”. I didn’t really understand, why this error suddenly showed up – reproducible. So I started digging around in my sourcecode.

Read the rest of this entry »





[Solution] Code Behind: Databinding breaks

14 11 2008

Today I experienced a problem with databinding and the code behind design.

I connected the enabled property of an TextInput with the text property of another TextInput.

<mx: TextInput id="textInput2" ...
     enabled="{textInput1.text != ''}" />
 Read the rest of this entry »




this is global

13 11 2008

A Few days ago I was worried by a to my mind strange behaviour cause by anonymous event handlers:

Read the rest of this entry »





Semi-Typed Array in Flash Player 9

11 11 2008

A few days ago I stumbled over the ActionScript 3 Vector class. This class is like an array but it has one (beside others) big advantage: compile and runtime type-checking!

So I headed out to see how it works…and I stuck. My problem was that the Vector class is only available for Flash Player 10+ but I’m targeting Flash Player 9. So I decided to make something similar like this (and add some convinient methods):

ExtendedArray and ExtendedKeyArray

Read the rest of this entry »





Compiling Samples

11 11 2008

Sometimes I will attach a sample project to my posts. That’s what you need to do with it.

Read the rest of this entry »





Setting up Development Environment

11 11 2008

This explains how to prepare your pc for flex development.

Read the rest of this entry »





Hello world

7 11 2008

Hello folks!

I’m an Flash/Flex developer from Austria. I want to share with you some of the gotchas I experience through everyday work as some of them are really hard to find (even with our friend Goggle)!

I hope I can manage to supply you with examples explaining the problems and the fixes!

Feel free to use the comment function – feedback is always welcome!

Thanks for reading!

warappa








Follow

Get every new post delivered to your Inbox.