Ctrl+T or Ctrl+N in Flex

March 28, 2009

A while ago I had an issue. While I had some Flex application running in a browser tab, ctrl+t (open new tab) and (ctrl+n) were not working. I implemented a simple solution to solve this problem.

Read more

Flex Timer Example

March 25, 2009

Let’s say you want something to happen in your application every once in a while automatically. The Timer class is the way to do it. I was already familiar with the Timer class from C#, the Flex one isn’t all that different. Let’s create a simple exmple, just switching an image every XX seconds.

Read more