Over the past few months, “flex calendar” has been the most popular search string that results in hits on Flex Daddy. A while back, when I was working for Achilles Foundation, we played with the idea of creating a custom calendar in Flex 1.5. Read more here. We soon gave up on the idea due [...]
A new group has been created on Yahoo! for Adobe Flex Component Development. The list/group will be a public forum for information on creating custom Flex components. If you’re interested in custom AS3 and Flex component development then please join! http://groups.yahoo.com/group/flexcomponents/ Are you a member of the FlexCoders Yahoo! Group? This is the forum/list for [...]
The guys at iteration::two have created an Advanced TabNavigator component with the option of placing the tabs at either the top or the bottom. Pretty neat huh! It will be the first of a component set that they will release into the flex community. Go get it here…
A month ago I posted a question to flexcoders regarding cursors not showing in sub-applications loaded using the Loader control (mx:Loader). The solution was to embed the required assets into the root application. Following this I needed to find out what cursors were available in the mx.skins.cursor package. But as Manish explains, this is not [...]
The TitleWindow component does not support resizing and collapsing the window, at least not until recently. Following on from Manish’s ‘Resizable Title Window’, Jesse’s ‘Collapsable Panel’, and Christophe’s ‘Draggable, Minimizable/Maximizable, Configurable Panel’, I felt the need to combine all such functionality into a single class. The outcome of this was a Resizable, Minimizable/Maximizable TitleWindow. The [...]
I had a recent requirement to load a flex app into anothor using the Loader control, but I was stuck at trying to get the loaded swf to stretch to the available space.
The problem came as the Loader is a component and not a container and therfore doesnt know about percentages or flex, so it cannot size content in the way we would expect it to. There are 2 workarounds, yet i will always take the later as it allows the size to be dynamic.