Skip to main content

Questions tagged [flex]

Adobe Flex is a framework designed for rapid Rich Internet Application development which runs on Flash Player or Adobe Air.

Filter by
Sorted by
Tagged with
23 votes
3 answers
10k views

As said in the title, which data type should a lexer return/give the parser? When reading the lexical analysis article that Wikipedia has, it stated that: In computer science, lexical analysis is ...
Chris's user avatar
  • 2,860
0 votes
1 answer
980 views

I have the following field in Flex: [Bindable] public var zIndex:uint; And I was trying to create the methods to process the calls in Java and I ran into a problem. 1. public int getZIndex(); // ...
Mr. Polywhirl's user avatar
3 votes
1 answer
938 views

I was wondering whether the community utilizes automation tests to the extent of UI? Is there some common best practices for testing UI? Also - the product I'm working on is flex-based. I would love ...
Avi's user avatar
  • 516
6 votes
2 answers
666 views

I am building a Flex 4 based application using the presentation model design pattern. This application will have several different components to it as shown in the image below. The MainView and ...
Ryan Taylor's user avatar
  • 1,016
4 votes
1 answer
596 views

We have three applications developed in Flex and all these use BlazeDS. These applications have their own authentication implementations (Database). Also they will be deployed in tomcat. Deploying all ...
kpk's user avatar
  • 49
1 vote
1 answer
490 views

Consider a Flex (actually AIR) application that is considered proprietary, but needs to use an LGPLv2.1 AS3 library, so that it is considered a "work that uses the Library" according to the license ...
user avatar
2 votes
2 answers
202 views

I have been reading about various Flex frame works, Robot Legs, Swiz, Cairgnom (spelling error) and a few others. What I am missing is how they actually work with Flex / Flash Builder. Are they simply ...
smulholland2's user avatar
1 vote
1 answer
2k views

It's unfortunate, but I'm taking this course that would require me to work in Flash CS3 (specifically programming), which would make me use windows. I'm very used to development under Ubuntu, and ...
Pwnna's user avatar
  • 197
0 votes
2 answers
234 views

Do you think flash performance is bad mainly due to the fact that most people build flash applications using the flex framework? As opposed to the problem having everything to do with the lower level ...
Ryan's user avatar
  • 1,645
4 votes
1 answer
372 views

What is the best practice to develop a visual component in Flex Hero? I do it like this: I consider a component has 2 "parts", the declarative part (the visual sub-components) which I define in the ...
gavri's user avatar
  • 175
-2 votes
4 answers
8k views

I want to learn Flash Builder 4 (Flex) because I see so many jobs requesting experience with it. I also just like knowing stuff. I am also very interested in focusing on RIA development now. BUT... ...
user avatar
4 votes
3 answers
8k views

I've used Adobe Flex to develop a web application and I simply don't have an opinion of it, it looks good to the user and the code can't be seen for most users, but, is that it? What other advantage ...
eiefai's user avatar
  • 337