Flex & AIR

Layout Prototyping Part 1: XML

GUI Layout is hard, but is it harder then it should be in Java? Can we do something to better the situation?

12 replies - 6456 views - 11/17/08 by cfagan in News

Bringing Data into Flex Applications - Introduction

This article will describe the most common ways to bring data into a Flex application and will present the advantages and disadvantages of each approach. It...

3 replies - 5037 views - 11/17/08 by ccreanga in Articles

Flex 3 : Dynamic Layouts With Repeaters

When you have a static number of items to display, presentation is easy. But what if this amount is dynamic? This is when the use of a Repeater can help. A...

0 replies - 17277 views - 11/12/08 by Schalk Neethling in News

The Top 10 Things You Should Know About Flex

Flex is getting a lot of buzz lately. A lot of people may be interested in using it just because they’ve heard good things, but they aren’t really sure if...

29 replies - 11429 views - 09/29/08 by Schalk Neethling in News

Creating Fixed-Column Tables in Pivot

I came across this Flex demo the other day that demonstrates the use of fixed columns in a Flex data grid: I wanted to see how this might work in Pivot....

6 replies - 3016 views - 08/27/08 by Greg Brown in News

8.8.8 - IntelliJ IDEA 8 Milestone 1 is Here

On the 8th August 2008 JetBrains releases IntelliJ IDEA 8 Milestone 1. Though IntelliJ IDEA 8 is due out by the end of autumn 2008, you can already preview it...

0 replies - 3952 views - 08/08/08 by Irina Megorskaya in News

AMF - Problems When Serializing Between Java and ActionScript

Below are some tips and tricks when dealing with serialization between Java and ActionScript. I’ve spent some time and encountered some frustrations...

3 replies - 3538 views - 07/30/08 by ccreanga in Articles