Posted in June 14th, 2010
Application - Source I’m writing this post in regards to skinning in Flex 4 for people who are just starting Flex 4. Skinning is a very important part of Flex 4 and it will come up in pretty much every project that you make. Step 1: Creating an Application Background Skin First, you need to create [...]
read more from this topic.....
Posted in June 2nd, 2010
this link is a top 40 of somethings that are components people have released, and I wanted to remember it. http://theresaneil.wordpress.com/2009/04/22/40_custom_flex_controls/
read more from this topic.....
Posted in May 28th, 2010
Application - Source Its funny when you deal with graphic designers, and the hell they tend to put you through to make your application look good… but in the end it always gives me something to write about and keeps me working so its all good… Flex 4, I’ve heard fixes the MultiLine Button issue fairly [...]
read more from this topic.....
Posted in May 2nd, 2010
http://blog.comtaste.com/2007/06/form_fields_focus_and_keyboard.html
read more from this topic.....
Posted in March 10th, 2010
This post is an example of how to create custom style metadata and pass different values into your degrafa skin dynamically. I would like to give a shout out to John Yanarella, he and I have been working on a project, and he wrote the skin, and then I adapted it to be able to [...]
read more from this topic.....
Posted in February 8th, 2010
Application - Source This post is to show how to use custom degrafa states in non button classes… say you want up, down, over states in a class… a button already does that for you, so in degrafa you just use the GraphicBorderSkin and create different states within it… very simple… and a lot of examples [...]
read more from this topic.....
Posted in February 3rd, 2010
Application – Source I tried to find all sorts of google searches on the headerRenderer for the Datagrid, and couldn’t find anything… so here is my two cents. I was tasked with a simple datagrid header, one that didn’t have the default skin, but just had some link button type look to the headers… You [...]
read more from this topic.....
Posted in December 18th, 2009
I have a project that needs 20 hours a week for the next 4 – 6 weeks. I need someone advanced, and that lives in the US, and speaks fluent english. its all remote, and all sub contracting… I need someone that can possibly work the weekends… (possibly, it all depends on if you can [...]
read more from this topic.....
Posted in October 15th, 2009
The lockedColumnCount in the datagrid is a tricky little flag you have to remember to do a couple things especially if you are using it inside a container: horizontalScrollPolicy=’on’ verticalScrollPolicy=’on’ set the width to the parent components width (width=”{myParentContainer.width}) set lockedColumnCount=”3″ Application – Source
read more from this topic.....
Posted in September 23rd, 2009
This post is a quick example of how to show circular progress for something… This is my first venture with Degrafa and I would have to say after the first couple of hours or so it came to me fairly quickly, I’m pretty pleased with the support out there on it, and the examples are [...]
read more from this topic.....
Posted in September 18th, 2009
This post posts a snippet of code of how to loop through an objects properties in order to get the key names. About six months ago we had some convoluted way of doing something on the backend (PHP), and in order to get something back I was give an single object with a ton of [...]
read more from this topic.....
Posted in September 15th, 2009
To the indian recruiters, I can’t understand you when you callll!!!!!!!!!! jeez!! some of the strongest accents I’ve ever heard! my god!
read more from this topic.....
Posted in June 8th, 2009
This flex project will talk to salesforce, grab data, be able to save multiple records at the same time, edit and save single records at the same time, and will demonstrate some simple flex charting and data binding. This blog post got moved to adobe!!! boo yah!! John wrote up, and used screen shots, and [...]
read more from this topic.....
Posted in June 3rd, 2009
This post is directed at people that know the salesforce.com platform, I’m not trying to get away from flex, but this post was actually part of my last assignment at work, and its directed at salesforce developers that don’t know flex. This blog post has been moved to ADOBE! boo yah! John’s the one who [...]
read more from this topic.....
Posted in May 1st, 2009
Application – Source We have a product right now that has a basic shopping cart in it… and one of the options is to save the cart and view it as a pdf… so we send the request to the server, and return a link back with a link to the pdf, and because we [...]
read more from this topic.....
Posted in April 27th, 2009
Use the UIComponent commitProperties() to do your dynamic interface work…
read more from this topic.....
Posted in March 30th, 2009
This post is about how to help assist your TileList if you are using an image in the renderer and need to make trips to the server to get the image… this shows you how to get the image once, and store it, rather than the TileList redownloading the image a ton of times when you scroll.
read more from this topic.....
Posted in March 5th, 2009
I currently have a small side project with SocialSecurityValidator, and we are stripping all of the dashes out of the format, and when we passed in just a number to the validator, it screamed bloody murder, because it couldnt use a string function charAt(). so I simply passed the number in with a .toString() as [...]
read more from this topic.....
Posted in March 4th, 2009
The easiest way I’ve came across to enforce uppercase is to use the restrict tag… <mx:TextInput restrict=”[A-Z]” /> simple stuff.
read more from this topic.....
Posted in February 27th, 2009
I am officially open for consulting, to anyone that reads this, I offer great services, and cheap rates…. please contact me via reply or jensen.axel@yahoo.com
read more from this topic.....