Archive

Archive for February, 2009

Drawing curved lines and arrows in Flex

February 18th, 2009

While working on one of my mapping projects, I needed to draw some arrows between different points on the map.  After searching the web I found something close to what I was looking for, but I wanted curved arrows for a slick look. Read more…

Christopher Flex

Taking control of right-click in Adobe Flex

February 2nd, 2009

Adobe was kind enough to give developers the ability to add options to the right-click menu in a Flex application with the use of ContextMenu objects.  However, if you want to customize the way the right-click menu displays, or perhaps do something entirely different when the user clicks the right mouse button, read on to find out how! Read more…

Christopher ActionScript, Flex