rss
twitter

Saturday, February 28, 2009

Trim or Limit the Axis label length of Flex-Charts using Actionscript

One common problem that all the developers facing when creating flex applications with Flex Charting components is with displaying axis labels,when the axis labels exceed some limit then the label of next one one automatically wrap to next line.Some times if all the label text's length is large take 15 to 20 characters then that time the labels will overlap with each other and total chart will ...
Read more...

Bookmark and Share

Wednesday, February 25, 2009

Editing Vertical/horizontal Axis labels of Flex Charts Using labelrenderer

There are many charting components are provided by Adobe with Flex Builder professional to develop rich Dashboard like applications.There are many provisions are given with those components to format/change the way of displaying the data in charts.There are also many direct properties are given with the charting components to made changes to the developers wish.When looking with the Axis labels ...
Read more...

Bookmark and Share

Saturday, February 21, 2009

Reload Flex Application By itself using NavigateToURL and Externalnterface Methods

With the simple logic we can allow a Flex swf reload by itself.By Loading Application.application.url using UrlRequest in the same page using _self attribute we can get refresh/reload effect to the Flex swf file.Here is lines that do the trick.var urlRequest:URLRequest = new URLRequest(Application.application.url);navigateToURL(urlRequest,"_self"); If you are using History management in your flex...
Read more...

Bookmark and Share

Thursday, February 12, 2009

New Adobe-AIR Marketplace Launched

Adobe updated its AIR Marketplace with new features and an improved GUI look-and-feelbritepic_id="1045864"; britepic_src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmoN9PD7gvDUqf8PVluyGfokWzsSoude8bSNnds91ci7lPGej26AF0HXRhGxksK8ggx9SvvG2iasCP0DzwsZRfJMy7WqaxBp8slmLdeNHYhg5NfL50klrAYpWuTrzH0JCKU__uvMtypQ/s400/abobe+air+marketplace.JPG";britepic_keywords="adobe%20air%20marketplace"...
Read more...

Bookmark and Share

Wednesday, February 04, 2009

Showing Current Date and Time in Flex

There is no component to display the current time and date in Flex.we can achieve that by updating the time every seconds using Timer control.Download SourceFor that i have created new Label component that shows the current time and date(using new Date()) ,to make it dynamic i have implemented Timer function that will invoke every second and update the content of that label .i have defined timer...
Read more...

Bookmark and Share

Tech World

Label Cloud

Must Buy

  © Blogger templates by Ourblogtemplates.com updated with zenplate.com tips

Back to TOP