Wednesday, 27th of January, in Bucharest, Mark Anders, the creator of Flash Catalyst will tell us how Flash Catalyst appeared and how it got done. For anyone who doesn’t know about him, Mark Anders is a major contributor for the whole Adobe Flex platform.
The meeting starts at 6 PM but we will start gather and [...]
As a was write the post about Tour de LiveCycle I just realize that we don’t have a post about Tour de Flex. So …
I use Tour de Flex from last year and I got what I need some times. It’s a tool for large use but it’s all you need in order to [...]
Many of you may already know about the rebranding of Flex Builder. It will no longer be named Flex Builder but Flash Builder. Adobe took this action in order to make the Flash name (and platform) a stronger one. Flex will not disappear but it will remain as framework. Neither Flash IDE. I know many [...]
Last week I had to write a small piece of code to send to a webservice a number from a text input. All was fine for the normal test values (0,1,100). The problem appeared when I tried to send the number -9223372036854775808. Instead of receiving this number I got -9223372036854776000. So I started to do [...]
Today I upgraded my flash player to version 9.0.124 and I’m referring to the debug version of it.
The upgrade went OK on IE, I downloaded the version for IE from Adobe’s download page (http://download.macromedia.com/pub/flashplayer/updaters/9/flashplayer_9_ax_debug.exe), I installed it and everything worked out.
I was thinking: “Great! That was easy! Let’s do it for Firefox also…”. I [...]
During last week I had to do a small application for AIR. That was until friday when I had to release it and found out that the app had to work also in normal browser. Since almost all the code was independent of the type of app (AIR/Flex) my task was pretty easy:
Get all existing [...]
Bellow you can find a list tags and their attributes that are supported by flash player (and also by flex framework). This list applies to TextArea, TextFields and other controls that are html enabled.
Anchor tag (<a>)
Creates a hypertext link.
href
target
Bold tag (<b>)
Renders text as bold.
Break tag (<br>)
Creates a line break in the text field.
Font tag (<font>)
Specifies [...]
Last week I tried to convert a small flex 2 application to air. It went pretty smooth with some minor exceptions that were fixed fast. So if you have a flex 2 app and did not do anything fancy in it then it all should work fine.
Keep in mind that flex 3 has some modifications [...]
During 7-9 April 2008 there is a Flex meeting in Milano. Price 360 euros. More details here or here.
I may be there as well .
Yesterday I had to do a small flex application that resided on a server with php. Since I required a connection to mysql I wanted to use the same class I did before to connect to web-services. But PHP does not support web-services (and WSDL) by default.
So after I did some search on the net [...]
Today I found a way to remove the “black line” of a tree which has drag and drop functionality enabled. I did that by skinning. Searching through the help I’ve been crossing over a property named “dropIndicatorSkin” where (as its name is suggesting) the drop line is drawn. So I just re-skinned it.
Here is the [...]
This it’s an working example of how you can customize your tab bar navigation.
So, we have a MXML file, style file and a skin script. Let’s see them all.In MXML file we just link style.css file and I have used a TabNavigator component with 3 tabs. Style.css files contains to css [...]
Two days ago I needed to customize the very first preloader of a flex application (the one that is shown before finishing loading initialization classes of flex). My first impression was that it cannot be changed because I thought is something built in the Flash Player but at the end I found a way using [...]
It just hit me!! I missed one very important news for us developers from the free comunity:
Adobe has opened up AMF specification and has announced plans to release the source code of BlazeDS, a messaging and remoting framework based on LiveCycle Data Services.
More information can be found here.
One of my friends was so kind and tell me about his tool and I think it’s really good.
SO, Flex-Spy allow you to inspect and dynamically change most properties and styles of the visual components in your Flex application.
Check it out a live at: http://www.mieuxcoder.com/data/2007/12/FlexSpy-1.2/dashboard.html (in the application, click the flexSpy button on the top-right [...]