Quantcast
Channel: Flex Monkey Patches » as3
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

Using Runtime CSS to Change embedded True Type fonts at Runtime in Flex...

This is installment 3 in the series. The previous 2 related posts are: Changing embedded True Type fonts at Runtime in Flex Applications Using Modules to Change embedded True Type fonts at Runtime in...

View Article



Drawing vertical lines in the datagrid when showHeader = false and...

If in the dataGrid control you set showHeader = false and if the dataProvider has no items in it, then the vertical column lines don’t show up. The vertical column separator lines only appear when...

View Article

mx_internal

I have used mx_internal a few times, but in between my instances of use, forget exactly what I have to do to use it. Here is a link to a good blog article that describes what to do.

View Article

Flex DateChooser – disable the individual year up/down arrows

The datachooser control doesn’t expose a way to disable the individual year up/down arrows, only the entire year Navigation (via yearNavigationEnabled). But in looking at the internals of the...

View Article

Flex DateChooser – Background color for SMTWTFS header – solution 1

I had someone ask me a while back how they could set the background color for the “SMTWTFS header” in the calendar control. This is not built in functionality, but really not that hard to do. In fact,...

View Article


Flex DateChooser – Background color for SMTWTFS header – solution 2

Here is the second approach to solving the problem I descibed in this post: http://blog.flexmonkeypatches.com/2008/09/02/flex-datechooser-background-color-for-smtwtfs-header-solution-1/ Download a...

View Article

Flex – simple drag selection base code

I have a few samples I am working on to demonstrate how to do some “drag selection” and I thought some of the base code I use in these samples would be good to post on its own. So here it is. Pretty...

View Article

Image may be NSFW.
Clik here to view.

Flex – Media Widget, RSS and MediaRSS actionscript libraries

A while back I was looking for a canned media player widget for a Flex/AIR app I was fooling with and found this pretty cool dev center sample: Flex 3 Media Widget (the previous incarnation of this was...

View Article


Note to Self – #1: AS3 Event Bubbling is only for objects on the display list

As a result of being back in the “land of the coding” (see post: http://blog.flexmonkeypatches.com/2010/09/08/back-in-the-land-of-the-coding/), I should begin easily to accumulate content for blog...

View Article


Image may be NSFW.
Clik here to view.

Note to Self – #2: Adding eventlisteners after event has fired

You can’t add event listeners to an object that is returned from a method and expect to receive the events that are dispatched within the same method that returns the object to which you are adding...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images