Archive

Posts Tagged ‘Flex’

Waiting for AS 3.0 Books

October 16th, 2006 sascha 4 comments

A couple of days ago the ActionScript 3.0 Cookbook has been published. Obviously it’s a Must-Have but so far I resisted to buy it, waiting for some User Reviews on Amazon. Anyone else got it already? I would be interested in if many new stuff is covered or if it’s just a AS3.0 fitted version of the older AS Cookbook (though I doubt that when I read the authors names).

Then there is the highly anticipated Flex 2 book which is due for the 1. quarter next year and so it still takes a while until then. Another book I’m looking forward to is Advanced ActionScript 3 with Design Patterns, also by Joey Lott, especially because I still haven’t fully grasped patterns. Maybe this will help.

Categories: Dev Tags: , ,

Changing the Syntax Color in Flex Builder 2.0

May 24th, 2006 sascha 1 comment

Mike Morearty of Adobe wrote in his blog how to change the syntax colors in Flex Builder 2.0. This is useful stuff since I loathe the default blue and green colors of Flex’s syntax colors. Think about it! If you code the whole day long you have to look at your source all day long and you will look all the time at these colors! Sooner or later you start wearing blue shirts and green pants with pink socks! ;)
To know this is even more important since Mike states in one of the comments that Flex 2.0 will not have any preferences to change these colors and that such a feature might be part of a later version. Another thing about the default syntax style that confuses me is that strings in quotes are in bold while keywords are not. I usually have it vice versa.

Categories: Dev Tags: ,

Does Flex needs it’s own JRE?

May 13th, 2006 sascha 1 comment

Short answer: no! Full answer here. However when I had Flex2 beta2 installed, I deleted the JRE that installed with Flex because I already had the JRE 5.0 installed and it caused no problems at all. I don’t really like the idea that every application installs it’s own JRE on my harddisk (Maya is such another app). Not that the ~50Mb are wasting too much space but its getting confusing if there are many JRE’s installed and Windows doesn’t make this fact easier with it’s obscure environment variables configuration.

Categories: Dev Tags: , ,

Flex Application: Star Wars Name Generator

May 11th, 2006 sascha 3 comments

I finally spend some time to make myself more familiar with the Flex 2 Beta and this is what came out as a result: Star Wars Name Generator! It’s a small and modest tool to generate random names (obviously). If you’re a fan of the Star Wars Pen & Paper Role-playing game (like me) you might find this tool useful!

You can generate names for planets and for characters, there are some parameters that can be chosen from before pressing the Generate button. After that it will spit out a list of more or less useful names (some of them sound very exotic). Interesting names can then be dragged and dropped onto the right side list. All names in this list are stored in local shared object on the users computer until the Clear button is pressed. The Switch button displays the saved names in a text area from where the names can be copied to the clipboard. (Small update: Works now with latest Flash Player v9).

swnamegen_preview.png

The Joys of Public Beta

May 10th, 2006 sascha 1 comment

Flex 2 public beta3 was just released and already all formerly written Flex2 beta2 apps started to fail working in the newest Flash Player! Seems like Adobe is making critical changes to the framework faster than we can change our pants!
This somehow spoils it for me to write more stuff with Flex until the very final release is published because I’m pretty sure it will fail working in a soon cooming beta4!
Yes, there’s a big and fat beta glued on it so it’s clear that changes are ahead and former stuff might fail but it’s all public and it’s obvious that Adobe isn’t only making it a public beta for testing but also for propaganda! My written SWNameGenerator doesn’t work anymore, giving me a nicely red flooded Eclipse editor full of errors!

Categories: Dev Tags: ,