vladislavm 16/03/2011 - 01:23
   Most of us are familiar with CPU consuming problem in Flash applications. There are cases, when you have nothing to do with, but in few...

Hello again,

 

This time I want to talk about localization (a.k.a. i18n).

As Flex developers, as I assume you already know, all you have to do is create a *.properties file (say Messages.properties) and in it define keys with localized values, like:

columnHeaderName=Name

 

Then, in the main application mxml, you would define the resource bundles:

	<mx:Metadata>
		[ResourceBundle("Messages")]
	</mx:Metadata>

 

And basically you're done. All you need to do to use it, is use the ResourceManager class to access the localized value of the key.

Simple stuff, right?

 

Not so with GWT...

sefi 29/01/2012 - 18:51

Recently, I had to create a custom component that does live filtering on data presented in a grid.

 

If you are reading this series, you probably know how this can be done in Flex. If you don't, a quick google search will probably point you in the right direction. Enough to say that in envolves a custom component to get the search criteria and a filter function on the grid's dataProvider ArrayCollection.

 

I was surprised this is relatively straight forward in GWT (using uiBinder and GXT 3.0)

sefi 15/01/2012 - 21:51

Hi everyone,

 

I have a very strange an annoying problem:

I have an appliaction written in Flex 3, with BlazeDS 3.2 and Java in the backend.

I'm actually using a portal (liferay) to display portlets that contain Flex movies.

When I hit a refresh button on my page, all the Flex movies send a RemoteObject request to the server (using BlazeDS), which should go to java classes and invoke a method (standard BlazeDS usage I 'm guessing).

 

I'm experiencing VERY slow response (14 minutes) on the first hit, while the following hits are much faster.

I've enabled the BlazeDS logging (logging level="All") and I also have debug prints coming from my java classes.

I also use the "showBusyCursor" attribute for the RemoteObject - so I can see indication of the request being sent from the flex movie.

 

Here is what I see:

chibban 06/05/2010 - 00:41

There are few ways to download files in Flex, each one is good for specific case.

 

  In this post I want to share just one of those cases when we have specific constraints like download of files bundle by one download session. When it can be helpful? Encryption can be a case. Encryption is pretty expensive processing feature, especially if you are going to download a lot of files in one loading session.

 

vladislavm 19/12/2010 - 17:52

EventController

Event Management made easy. An Actionscript 3 Library.

 

What is Event Controller?

 

 

Essentially Event Controller is an easier way to keep track of events in actionscript 3. Event Controller is a simple extension to your normal workflow that allows you to easily tag, group and remove any and all events. Its designed to stay out of your way and follow nearly the same structure as you are already using for creating and removing events with AS3. Only now with a little extra horsepower under the hood.

 

http://fla.as/ec/index.html

sefi 14/05/2010 - 12:22

 

With the introduction of the iPhone and Android Mobile devices a new medium was created. Touch-screens and smart mobile devices have created an historic technological revolution. These new devices are in the hands of millions of people all the time. With the mobile revolution, a new and unique opportunity has been created that companies can leverage to put their content into the hands of the masses.

 

However, the introduction of these new devices brought with it the creation of many new frameworks for creating content. Each mobile platform has it's own development and design techniques. With all these choices, companies have to choose carefully when picking what approach to take. The most important decision is picking between native development for each device or using one of the many open source options that use a write once deploy to many approach.

 

dov 30/01/2012 - 15:14

vladislavm 24/01/2012 - 23:11

This coming Flex Group Meeting will include two separate one hours sessions:

 

  • "Introduction to Smart phones UX" by Yoav Moran: Yoav will introduce the basics of UX for mobile phones development. 

 

liorb 08/01/2012 - 21:57

PLZ PROVIDE BEST OPEN SOURCE TOOL FOR LOAD TESTING IN FLEX..........

CURRENTLY, MYSELF TRY WITH APACHE JMETER.......I CAN ABLE TO ENTER DATA WITH HTTP PROXY SERVER IN JMETER ...... IS THERE ANY POSSIBLE TO ENTER DATA IN APPLICATION THROUGH JMETER WHILE PLAYBACK THE RECORDING PART....... .PLZ LET ME KNOW IF ANY INFORMATION ABOUT APACHE JMETER.......

team65 16/12/2011 - 10:20

In this meeting I'll demonstrate some of Catalyst's abilities, and how it can be used for fast prototyping and better integration between designer and developer.

ilan 14/12/2011 - 12:14
Syndicate content