Flex 4 Resize Effect Example
March 2, 2011
Line Break
Author: Roelof (13 Articles) - Author Website
Roelof is a SAP Consultant specialized in Front-End development. In his spare free time he is either developing on the web, playing basketball, watching soccer or traveling. He is also the co-owner of Flex-Blog.com.
YH4AAZEM8PF5 This example shows you how to use the resizeEffect along with a simple fade effect to make it look smooth!
Jump to next field using the Focus Manager
February 28, 2011
Line Break
Author: Roelof (13 Articles) - Author Website
Roelof is a SAP Consultant specialized in Front-End development. In his spare free time he is either developing on the web, playing basketball, watching soccer or traveling. He is also the co-owner of Flex-Blog.com.
The following example shows you how to use the FocusManager and how to set the focus to a TextInput using the setFocus() method.
Call Javascript function from Flex / Flash Builder (AS3)
May 7, 2010
Line Break
Author: Roelof (13 Articles) - Author Website
Roelof is a SAP Consultant specialized in Front-End development. In his spare free time he is either developing on the web, playing basketball, watching soccer or traveling. He is also the co-owner of Flex-Blog.com.
This are actually two examples in one. First I will show how to call a Javascript function from your Flex Application. The second example will be a direct execution of Javascript code from your AS3.
Calling Javascript can be done easily using the ExternalInterface class. I have used this in my Flex Comment Form to refresh the screen after the comment is placed.
Flex FlashVars in AS3 Example
May 4, 2010
Line Break
Author: Roelof (13 Articles) - Author Website
Roelof is a SAP Consultant specialized in Front-End development. In his spare free time he is either developing on the web, playing basketball, watching soccer or traveling. He is also the co-owner of Flex-Blog.com.
While building my WordPress Flash Comment Form in Flex / ActionScript 3.0 over the weekend I needed to find out how to use FlashVars to pass data to my SWF file.
In this small example I will show you how to pass them and how to handle them in your Flex application. And ofcourse a small example application (with view source enabled).
WordPress Flash / Flex Comments Form
April 28, 2010
Line Break
Author: Roelof (13 Articles) - Author Website
Roelof is a SAP Consultant specialized in Front-End development. In his spare free time he is either developing on the web, playing basketball, watching soccer or traveling. He is also the co-owner of Flex-Blog.com.
This post is not an example, but a showcase! As you’ve seen, we have been creating WordPress Plugins in Flex for a while now, which you can download for free.
While creating these plugins, we have learned that Flex and WordPress are a powerful combination, which we should use more often. A while ago, I was looking at our website, and saw our comment form, which was not really impressing me. So I started creating one in Flex.
Read more
Flex 4 / Flash Builder 4: Repeater changed to DataGroup
April 14, 2010
Line Break
Author: Roelof (13 Articles) - Author Website
Roelof is a SAP Consultant specialized in Front-End development. In his spare free time he is either developing on the web, playing basketball, watching soccer or traveling. He is also the co-owner of Flex-Blog.com.
I guess it is well known information already, but since I’ve been only playing around with the new Flash Builder 4 environment for a while I still wanted to post something about the this subject. The Repeater, not just a regular pain in the ass. Flex 4 brings us the DataGroup.
Become a Guest Poster @ Flex-Blog.com
March 18, 2010
We are currently looking for Flex Developers who are willing to write small Flex, Flash Builder or AIR Examples for our weblog.
If you are interested please visit our page become a guest poster!
Right mouse click menu example
February 12, 2010
Line Break
Author: Roelof (13 Articles) - Author Website
Roelof is a SAP Consultant specialized in Front-End development. In his spare free time he is either developing on the web, playing basketball, watching soccer or traveling. He is also the co-owner of Flex-Blog.com.
Ever wondered how to add your own right click menu item in the Context Menu of your Flex Application.
In this example I will show you step by step how to achieve this, with ofcourse a small demo application to show the result.
Read more
Progressbar in Datagrid Example
January 11, 2010
Line Break
Author: Roelof (13 Articles) - Author Website
Roelof is a SAP Consultant specialized in Front-End development. In his spare free time he is either developing on the web, playing basketball, watching soccer or traveling. He is also the co-owner of Flex-Blog.com.
In the comments of our previous post about using the ProgressBar, one of our readers asked if a ProgressBar could be used inside a DataGrid.
This is, ofcourse, possible. So we decided to write an example about this.
Read more
Set custom cursor using the CursorManager
November 18, 2009
Line Break
Author: Roelof (13 Articles) - Author Website
Roelof is a SAP Consultant specialized in Front-End development. In his spare free time he is either developing on the web, playing basketball, watching soccer or traveling. He is also the co-owner of Flex-Blog.com.
After my previous post about setting the busy cursor, I decided to write a next post about custom Cursors. In our example we use an Image as a Cursor source, but you can also use a SWF file.
The CursorManager allows you to use your custom cursors in a very simple way. The most important method is the setCursor() method, which can be used as follows:
1 | CursorManager.setCursor(myCursor); |



