RIA in a new avtar with Flash Builder 4
June 22, 2009 at 8:13 PM | In Blog, Flex / AS, Programming | Leave a CommentTags: adobe, catalyst, flash builder 4, flex, flex 4, gumbo, sdk
Adobe Flash Builder, formerly Flex Builder is already out with beta tag at present. Personally, I dislike the renamed brand as Flash Builder. Already, many have misconception that Flash and Flex are similar! The only common point is that both supports ActionScript (ECMA 335), but so what? Application of both suits are totally different. Of course, the SDK brand remains same, Flex SDK version 4, Gumbo.
It is near to Adobe’s Creative Suite family. In Flash Builder 4, you can work with Flash MovieClip, import designs from Catalyst. So is pointer in that direction.
Data centric features are really attractive, be it data binding or data object like Hibrnate in java, representing data as POJO. But, this is limited to CRUD only. Flex 4 has backward compatibility – with halo components!
Features with newer IDE is welcomed, especially network monitor. This eliminates need of httpfox and such third party browser plug-in!
Overall, Flex 4 seems to be reached to the community expectations!
Here is something more. Tim Buntel says this.
Adobe Flash Builder, formerly Flex Builder is already out with beta tag at present. Personally, I dislike the renamed brand as Flash Builder. Of course, the SDK brand remains same, Flex SDK version 4, Gumbo.
It is near to Adobe’s Creative Suite family. In Flash Builder 4, you can play with Flash MovieClip, import designs from Catalyst. So is that pointer.
Data centric features are really attractive, be it data binding or data object like in Hibrnate with java, representing data as POJO. But, this is limited to CRUD only. Flex 4 has backward compatibility – with halo components (I am yet not sure about the level)!
Features with newer IDE is welcomed, especially network monitor. This eliminates need of httpfox and such third party browser plug-in!
Overall, Flex 4 seems to be reached to the community expectations!
A statement can change the life
January 20, 2009 at 11:48 PM | In Flex / AS, Programming, Software | Leave a CommentTags: bug, component, css, enable, flex 3, font-color, Programming, sdk, stylesheet
This makes very generic sense – this is about my experience in terms of software programming.
My team was facing big pain to solve a very small – simple looking issue. Everything was logically simple and correct.
In flex 3, I disabled TextInput something like under:
objTextInput.enabled = false;
After that I tried to change color through stylesheet (CSS) and it did not work. Contradictory I was able to change font-family and font size of the same component in same fashion, and was working fine.
Changing to objTextInput.enabled = true; worked perfectly fine as expected!
What can I consider this as? A bug in Flex 3 SDK or bug in my understanding?
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.
