Binary Bob’s Blog

27
Mar

Annoying Flex Builder bug (again!)

Posted By Bob Bartholomay under Flex Study.

What a drag. I’m working along on a piece of code and all of a sudden Flex Builder goes off the deep end. Here’s the setup: I have a MXML file with all the declarative stuff and instead of cramming hundreds of lines of ActionScript code into a <mx:Script> block I break it out into [...]

22
Mar

$479.99 Flex code formatter

Posted By Bob Bartholomay under Flex Study.

Just kidding about the cost… read on please! I used to work in Visual Studio almost exclusively but now I use Flex Builder most of the time. What I find hard to believe is that there is no code formatter in Flex Builder. I want to cut and paste and add and remove in a [...]

18
Mar

Secret Agenda against Firefox?

Posted By Bob Bartholomay under Flex Study, Misc.

I always use livedocs while programming in Flex and ActionScript. I was certainly surprised when I opened Firefox to see the nuances of the ButtonBar control and saw this: Yikes! I opened the same link ( http://livedocs.adobe.com/flex/3/langref/mx/controls/ButtonBar.html ) in “That popular browser from that very successful company” as well as Opera and saw the correct [...]

18
Mar

graphics.lineStyle() weirdness

Posted By Bob Bartholomay under Flex Study.

I needed to draw a grid and every 8th vertical line had to be wider than the others. As you know you use the lineStyle() method (aside: I learned the C language in 1984… hunks-o-code were methods and if they returned something they were functions!) of the Graphics class to set the line width, color, [...]

7
Mar

Using the Flex source code

Posted By Bob Bartholomay under Flex Study.

If you ever want to complain about something in Flex you may want to think twice. If you don’t like something, change it! Since the source code for the Flex framework (which sits on top of flash) is open, modify it to fit your needs. For instance, last night I stumbled upon the mx.graphics RectangularDropShadow [...]

5
Mar

Silverlight vs FlashLite, on mobile phones

Posted By Bob Bartholomay under Misc.

I had previously posted about flash lite and the iPhone. Well, that dream looks less likely according to this article which reports that Steve Jobs is not enamored with the Flash idea on the iPhone. However, perhaps in lieu of Flash, the “Unofficail Apple Weblog” says of Apple: “we plan to have an iPhone SDK [...]

4
Mar

Modifying Flash CS3 exported skins for Flex

Posted By Bob Bartholomay under Flash Study, Flex Study.

If you use the Flex Skin Design Extensions & Flex Component Kit for Flash CS3 to create graphical skins for use in flex you may find times when you only want to use only certain states of components that support states, not all of them. For instance you may want to use only the “over” [...]

3
Mar

New Laptop

Posted By Bob Bartholomay under Misc.

I have a personality defect (feature?) in that I get attached to things. I keep cars for 15 years, am happy with the status quo, and generally do not change for change sake. But recently the handwriting was on the wall for my old laptop (circa 2002) as it was struggling to keep up. Even [...]