Questions tagged [flex4.10]
8 questions
2
votes
1 answer
URLLoader Error#2032 issues in Air 3.8
I am looking for some help to address the below mentioned issue;
Ever since I upgraded the Adobe air version from 3.7 to 3.8 in my mobile (S4), my Android App started getting URL stream error #2032 when trying to contact an INTRANET URL (web service…

Karthik
- 137
- 8
1
vote
1 answer
Getting error "org.apache.flex.compiler:mxmlc:jar" when trying to compile with FlexMojos 7.0.1 and Apache Flex 4.14
I'm migrating an application I had working with Adobe Flex 4.6 and FlexMojos 4 to Apache Flex 4.14 and FlexMojos 7. When I try to execute "mvn build" I'm getting this error:
[ERROR] Unresolveable build extension: Plugin…

Jose Ignacio Hita
- 874
- 1
- 10
- 17
1
vote
2 answers
How to convert 2 css files into one swf file in flex 4.11 SDK
I am having 2 different CSS files in my application but i need to use one swf file by combining those two CSS styles.
Can anyone give me some idea to compile two css files in command prompt.
Usually we do compile single css file by using…

raj
- 43
- 14
1
vote
0 answers
Flex 4 - manifest breaking spark
When I use the following namespace command line argument (in FlashDevelop's additional compiler options) and declaration, spark components (SolidColor, GradientEntry, etc.) are no longer resolved to component implementations:
-namespace…

Kyou
- 13
- 3
0
votes
2 answers
Embed Fonts using @font-face in CSS across domains in flex4.11
I am trying to Embed fonts in External css file using @font-face in flex4.11 sdk. The code snippet is like this,
MyOwnFontStyle.css:
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
@font-face {
…

raj
- 43
- 14
0
votes
0 answers
Test flex mobile application built with 4.10 sdk with testcomplete
I've been able to test a flex desktop app after following this steps ( http://support.smartbear.com/viewarticle/30904/#Compile ) but now I have to test a mobile flex app and I always get this error when I'm starting the simulator, and after the…

Gabriel Pita
- 336
- 1
- 3
- 13
0
votes
1 answer
IconItemRenderer: How to display decorator only for some List items?
With Flex 4.10 and a spark List using IconItemRenderer -
is it please possible to display decorator images only for some List items?
I have a List representing a weekly Top-rating of players and wonder how to display the medal for winners…

Alexander Farber
- 21,519
- 75
- 241
- 416
0
votes
1 answer
How to set default value of Drop down while returning on service?
I have Two Drop down one name as Branch and other as Employee .Both are related
to each other. I have a scenario if a branch selected first and then employee
Drop down show only employees related to each other. Its working fine .
There is a bug in…

ricky
- 23
- 1
- 2
- 14