Posted in July 15th, 2008
This post is about how to make a simple custom list item renderer, by extending the HBox, and decreasing its height so you can see more items…
Application - Source
Making an ItemRenderer for the List Smaller
the key is in the renderer code… and setting the padding to be negative…
<mx:HBox>
xmlns:mx=”http://www.adobe.com/2006/mxml”
paddingTop=”-3″
paddingBottom=”-3″
>
doing this makes me feel like i’m back doing [...]
read more from this topic.....
Posted in June 30th, 2008
This post is a recommendation for flex 4 or a plugin for flex builder 3…
So, I was talking with my pal John Wilker (one of the two masterminds behind 360flex conferences) and I was bitching to him saying that it’s gay when you have to debug mouse move events in flex, because you want to [...]
read more from this topic.....
Posted in June 25th, 2008
360flex is going to Europe, please checkout http://www.360conferences.com/ for details. I believe it’s next month or something like that, at least thats what tom said up on the mic this morning.
360flex is an absolute blast, it’s great company, full of intelligent people, and I couldn’t ask for more of a conference to go to. [...]
read more from this topic.....
Posted in June 24th, 2008
Application - Source
We are wrapping up with this great charting application at cfwebtools, and we get a call from a customer that says our data is wrong….
We listen to them, and debug, and for some reason we just can’t quite see the same thing he see’s… On top of that, no one else is having [...]
read more from this topic.....
Posted in June 23rd, 2008
Application - Source
Lately I’ve been super busy, I’ve been getting some good hours for side work, and have been working on this really awesome charting application it’s not customizable to the extent of StockFetcher, but it’s cool in it’s own right.
Everything is driven and built dynamically based off of an xml file. The cool [...]
read more from this topic.....
Posted in June 20th, 2008
The newest version of cfeclipse runs on the newest version of eclipse (version 3.3) and I came across a link looking up some errors, and found this link.
and thought it might come in useful at a later date… then I could have eclipse, cfeclipse and flex builder back together like I used to….
http://www.eclipsezone.com/articles/howto-flexbuilder2/
read more from this topic.....
Posted in June 19th, 2008
Application - Source
Making Flex LOOK 3D!!!
Just to state, this in no way talks about papervision3d.
I was asked to put a bid out for a project that required walking through a 3D house, and I thought to myself… “Flash vs. Flex” granted either one, could make it happen… I didn’t want to over complicate it [...]
read more from this topic.....
Posted in June 19th, 2008
So I was searching for a resizable titleWindow today, and ran into a great link and thought I should throw a blog entry out there that way I can remember it.
http://fleksray.org/adobe_flex_components_en.html
Our XML MP3 Player is even on this link! woot!
http://flex.org/components/
read more from this topic.....
Posted in June 18th, 2008
Did some searching today, and ran across a great example, and blog entry by Andrew Trice
I’ve always had the urge to sit down and come up with a way to do a family tree, and have images of my family and what not, and map them to each other, that way i don’t have such [...]
read more from this topic.....
Posted in June 17th, 2008
Drawing in Flex using the UIComponent (part 3)
Application - Source
This upgrade added more white board like enhancement, now you can highlight a tool that is on the wrapper, after you have drawn it, and press delete on your keyboard to delete it, you can also drag and move the drawings… [...]
read more from this topic.....
Posted in June 17th, 2008
Found this really good entry with bunch of links that are good.
http://www.brightworks.com/technology/adobe_flex/testing_debugging_agile_methods.html
Joe Rineharts entry/tutorial on CF and FlexUnit
http://www.firemoss.com/blog/index.cfm?mode=entry&entry=658DF66B-3048-55C9-43662A44BE6E39A9
Flex Unit w/ cairngorm
http://jharbs.com/blog/?p=96
read more from this topic.....
Posted in June 16th, 2008
I get very closed minded sometimes… and this is one of those times… when working with flash remoting with the ColdFusion 7.0.2 updater, there were a lot of good examples on http://www.asfusion.com, I followed them a lot, they were all great… they specified how to create a connection like the following:
//create connection
var connection:mx.remoting.Connection = mx.remoting.NetServices.createGatewayConnection(”http://#cgi.HTTP_HOST#/flashservices/gateway/”);
//declare [...]
read more from this topic.....
Posted in June 15th, 2008
This is just a self reminder to learn how to use modules in flex.
http://lab.orangeflash.eu/flex2/examples/modules/
read more from this topic.....
Posted in June 14th, 2008
APPLICATION - SOURCE
One of the points of debugging is to make your life easier…
Have you ever tried to debug the dragOver event on any ListBase Component? It’s a little hard to do… simply because it fires whenever your dragging over anything… whether your just starting to drag, or your over the item you wish [...]
read more from this topic.....
Posted in June 12th, 2008
Drawing a Rectangle in Flex
APPLICATION - SOURCE
In my last post I kind of talked about drawing a line in flex, (not just programmatically) but how to let the user draw the line… for example, in photoshop, you use the line tool to draw a straight line…
Create a [...]
read more from this topic.....
Posted in June 11th, 2008
this is a link for a bunch of flex explorer links…
http://kanuwadhwa.wordpress.com/2007/08/07/flex-links/
http://www.franto.com/blog2/collected-links-to-actionscript-30-examples
read more from this topic.....
Posted in June 11th, 2008
Draw a line in flex
APPLICATION - SOURCE
I was asked by a fellow coldfusion buddy if it was possible to take an image into flash, and be able to draw on it, i said absolutely…
They basically have a stock chart that they want to draw straight lines on… I don’t know much about charting or stock [...]
read more from this topic.....
Posted in May 24th, 2008
I’m integrating Livecycle with coldfusion 8, this entry walks through all the steps and challenges.
First download LCDS Express (free for one cpu)
Video on LCDS ES
Learn how to integrate LCDS with coldfusion 8 - the instructions on this page are really confusing and they are a bitch… i woulda thought some kind of update would have [...]
read more from this topic.....
Posted in May 14th, 2008
When making a live mock up for an application (with flex) you want to get it done as soon as possible, with the least amount of frustrations… but what do you do when it expands… do you either invest the time in re factoring the application to make it scalable, or you just do it [...]
read more from this topic.....
Posted in April 30th, 2008
Embedding fonts is something that I’ve had to do a ton at my new job at gallup. When trying to meet a certain brand, not to mention world wide application usage, you struggle with fonts multi-language fonts, and the horrible file size that comes with embedding them.
I knew you could limit the character ranges in [...]
read more from this topic.....