Are you a Flex coder? Ever feel constrained by the default ButtonSkin provided with the Flex application? I have some good news for you. I have been working on an ‘enhanced’ version of the skin that allows for more fine-grained control over button display such as explicit, multiple gradient and border colors for each button state, border thickness, as well as individual corner radii.
Here is an example demonstrating a few of the newly supported style values.
.customButtonStyle {
cornerRadii: 16, 0, 16, 0;
borderColors: #006699, #006699;
borderThickness: 3;
fillColors: #FCFFF4, #006699, #FCFFF4,
fillAlphas: 0.5, 0.5, 0.5;
fillColorRatios: 0, 128, 255;
}
Check out the style explorer that I built for the skin, or go to Flexlib to download the source.
posted by admin at 3:09 pm
I am watching Ted Patrick demo new features in Flex 3 (aka “Moxie”). So far, here is what I am seeing that is cool:
- Refactoring! - Ted displays renaming methods and variables. Assuming that we have rename class and add getters and setters, life will be getting a lot better.
- Enhanced List and DataGrid Components - Apparently these components are slated for some significant enhancments in capabilities. (not demo’d)
- Better Integration - A pretty cool demo of laying out Flex components in Fireworks, and then exporting the results via MXML. I had checked these out before and they are very cool.
- Yahoo AS3 API’s Yes! Some amazing AS3 API’s are finally here. Time to get off this post and starting building some Mapping applications!
Next up was some cool demos of components and apps …
- ESRI Vector Map Components - Demo of a very cool Vector map component rendered natively in Flash with alternate projections. Not as smooth as Google maps, but definitely providing more functionality typical of a GIS system.
- Data Mining App - Pretty neat data mining and reporting app bult with a Flex UI. Kind of seems like its reinventing the wheel, but I suppose there isn’t anything like that for the Flash platform.
- <flexlib /> - A very cool collection of components curated by Doug McCune.
- Yahoo AS3 API’s - Finally … Mapping API’s for AS3 and Flex 2. Yes! Time to get off this blog and starting building some mapping apps!
All
posted by admin at 9:47 am
So I attended 360Flex, the first Flex-only development conference hosted by eBay down in San Jose. So far it has been an educational conference. In particular, Christian Cantrell gave a great presentation on the Apollo API’s, and Ben Stucki’s presentation on the ByteArray 101 was quite good as well. Its really great to get an experience to flock with other Flex developers, and learn a few things on the way!
posted by admin at 6:55 pm