0
votes
1answer
22 views

how to fullscreen with keyboard input enable on flex 3.6a sdk? theres no class on StageDisplayState.FULL_SCREEN_INTERACTIVE?

i tried using fullscreen interactive using 4.6a sdk but i need to run my application on 3.6a sdk ..can somebody tell how can i solve this..i cannot change my flex application because some class are ...
0
votes
0answers
29 views

Showing warning on my Flex 4.6 Project give me the details of this Warning

I am using Flash Builder 4.6. Creating Flex Application, i am showing warning on my code the Warning is. 'This compilation unit did not have a factoryClass specified in Frame metadata to load the ...
0
votes
1answer
34 views

Flex: Zipcode validator not working properly

I just want to validate Canadian zip code using Flex's ZipCode validator. Here how I am doing it it: <mx:ZipCodeValidator id="zipCodeTextInputFieldValidator" ...
1
vote
0answers
44 views

When using three ModuleLoaders my application sometimes fails with Error #1009

My problem occurs when I attempt to use more than 2 module loaders. My first problem was when I tried using more than 1. Below you can see my workaround. I'm still somewhat new to Modules so I ...
2
votes
1answer
194 views

Flex 3 preloaders died with Flash 11/11.5

I really need help, I've been dealing with this for months. Basically I have an old Flex 3 app with a custom preloader. Once everyone upgraded to Flash 11 and 11.5 the preloader has disappeared. ...
0
votes
2answers
117 views

Flex: Resetting prompt of a comboBox

There is a <mx:ComboBox> component with prompt = 'Please Select'. User selects an option, save it, comes back tomorrow and want to undo it. How would he do that? Because prompt option is gone ...
0
votes
4answers
185 views

How to add datefield in datagrid

I have a datagrid with editable property and inside a column to display date information. Dates are storing in a dataprovider as string format. (those dates come from database with httpservice). But ...
0
votes
0answers
33 views

Flex 4 slidebar search [closed]

I'm searching for a slidePanel that work in flex 4 spark, i had a few but nothing work, someone know some website with this type of drawers etc. i tried this slide drawer (null object errors) and ...
1
vote
2answers
76 views

Flex 4 new States format

Can someone explain how the new states work in flex 4 im migrating from flex 3 to flex 4 and i got an error in the states code: <s:states> <s:State name="login"/> ...
0
votes
2answers
66 views

flex 4 Paddings,ScrollPolicy,borderAlpha,backgroundColor errors

i have the folowing inicial code: <s:TitleWindow xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx" ...
0
votes
1answer
86 views

Flex 4 Child elements error

I get an error in the above code, Error: Child elements of 'FormItem' serving as the default property value for 'mxmlContentFactory' must be contiguous. <s:Form id="bxPrePaidTypeAdvanced" ...
0
votes
1answer
70 views

Flex 4 error labelWidth

Im getting a error in my application with the labelWidth the question is simple i think, but i cant find the right answer. code: <s:FormItem labelWidth="0"> Error: Cannot resolve attribute ...
2
votes
1answer
118 views

Flex 3 compatibility mode

I am working on a upgrade project where I am migrating from Flex 3 to Flex 4. I want to ask about the difference between 'Flex 4' and 'Flex 4 with Flex 3 compatibility mode'. What are the pros and ...
0
votes
1answer
110 views

TitleWindow position on screenreen in Flex 3

I would like to position the window on the screen as TitleWindow image attached to an applicat![enter image description here][1]ion because I'm using is necessary that he is to be called exactly that ...
0
votes
1answer
63 views

Module warning in Flex4 migration

I'm migrating from flex 3.5 to flex 4.6 with flex 3 compatibility mode. I got this warning in my two modules: Module1 is a module or application that is directly referenced. This will cause Module1 ...
2
votes
1answer
255 views

Endless NullPointerExceptions in Flash Builder 4.5

I've been using Flash Builder 4.5 with Flex SDK 3.5B on Mac OS X 10.8.2 for a couple months. It hasn't been a perfect experience—the software has quite a few bugs—but in general it has been working ...
0
votes
0answers
122 views

Cant Compile JW Player

I am trying to compile jw player and can't get it. I just added secure token and that is all I changed. I am using ant to compile and have flex sdk 3. root@server1 [/home/hold/compile/trunk/fl5]# ...
0
votes
1answer
97 views

how to discover devices through Bonjour(Zeroconf) in Adobe Flex Mobile application for iOS and Android

I am writing an app in Adobe Flex framework targeted on iOS and Android platforms. My app is suppose to 'talk' with other hardware devices on the network e.g. Printers, game consoles, computers etc. ...
0
votes
1answer
79 views

Flex tree : any way to reduce vertical spacing between nodes?

I would like the tree to render each node with less vertical space between them. Any suggestions?
0
votes
1answer
110 views

Child section in AdvancedDataGrid always opens to 6 rows

I have an AdvancedDataGrid set like this: <mx:AdvancedDataGrid variableRowHeight="true" id="dg_groupArticolo" treeColumn="{gc_idarticolo}" ...
1
vote
2answers
509 views

Flash Builder converting number to string

I'm trying to calculate a BMI and set a label to the number, but it keeps returning "NaN" rather than the number. Full code: <?xml version="1.0" encoding="utf-8"?> <s:View ...
1
vote
1answer
330 views

Dynamically creating menus in Adobe Flex?

I have a Flex application and need to generate a menu programatically, it will be quite complex and dynamic. What is the best technique for doing this? UPDATE : I've tested out the code below ...
1
vote
0answers
140 views

Adobe Flex : tree data structure to back tree UI component?

I'm currently working with a tree of devices using an ArrayCollection to define the tree nodes. I'd prefer to use an actual tree data type composed of custom objects (each defining how to render ...
0
votes
1answer
103 views

SQL Result returns undefined value

I have a table that has a record of score. When I query the max value of score using this: selectStmt = new SQLStatement(); selectStmt.sqlConnection = conn; selectStmt.text="SELECT MIN(score) FROM ...
0
votes
3answers
205 views

Can't find solution: Implicit coercion of a value of type void to an unrelated type Function

I have searched the web and I can't find an answer to my problem. I'm building an air app that reads txt files and displays them in the air app but for a strange reason I get 2 errors on the same ...
0
votes
1answer
26 views

Identifying which skin is applied to button

Hi I have a little problem. Is there a way to identify which skin is applied to button? I want to use an if-else statements... //if Skins.skin1 is used //statements... //else if Skins.skin2 is ...
0
votes
2answers
91 views

Using array efficiently to disable buttons

For example i have values inside array. Those values are the IDs of buttons. My question is how to use array efficiently to disable the buttons?
0
votes
0answers
102 views

Getting null pointer exception in ListBase/collectionChangeHandler()

I got this issue recently while working on the Tile list. Am using Flash builder 4, and the project is Flex 3 compatible one. some times when i try to remove an item from the tile list data provider ...
1
vote
1answer
181 views

Actionscript 3 find what item in xml contains selected label and return another label from the same node

I have an XML that i retrieve from a call so all values are dynamic exept for the labels of the nodes(so I know that there is a appname that I have to display). I display appname in a ComboBox, then I ...
1
vote
0answers
105 views

Embed asset in a Flex library project, then override in main application

I've developed some code that I want to use in all future (web based) Flex projects. (I'm stuck at Flex 3.5 for infrastructure reasons.) As part of its operation it reads an XML file to find project ...
0
votes
0answers
107 views

Using squiggly spellchecker in Flex 3.0

I am using Felx 3.0 with flash 9.0.28 and need to have spelling check with correction options on a flex text area (not spark). i have downloaded several examples of which all seem to have problems ...
0
votes
1answer
840 views

How do I use compc to build a swc that dynamically links in Flex components?

In Flash Builder 4.6, when managing a Flex project, under the Build Path options for a Flex Library Project, I can select between "external" and "Merged into code" Framework linkage, with "external" ...
0
votes
1answer
143 views

SystemManager null when loading module in flex

I'm having the exact same problem as the OP in the official adobe forum post here. Through the link, the OP solves his problem supposedly by overriding the initialize() function. Why he does this and ...
0
votes
4answers
226 views

Adobe Flex : function called when item becomes visible?

I'm working in FlashBuilder 4.6 on a Flex app. I want to know if there's a function that is called when a component (in my case a tab on a tabbed dialog mx:TabNavigator) becomes visible to the user? ...
0
votes
1answer
255 views

Flex 3 - Copy MS Word Text to Flex application

Is it possible to copy text from a formatted MS Word document into a Flex application? We are in the process of converting a VB.net application to a Flex web application, and one of the fundamental ...
0
votes
2answers
227 views

How can I access the width attribute of the embed object from within my application swf?

I have a flex 3 project with a root mx:Application. The width and the height are set to pct values, because the application has several sizes that can be chosen by the user, so the correct size is set ...
1
vote
1answer
942 views

Building Flex project with Ant. “The class not found in jar file: mxmlc.jar”

We've been tirelessly working on trying to catch up on our deployment that was due on Tuesday, so now that we have reached a point of deploying our application, Ant seems to be having difficulties ...
0
votes
1answer
459 views

Flex 3: Convert Plain text editor to Rich Text Editor

Trying to save htmlText from a RichTextEditor back to an Oracle database. From what I've gathered searching all afternoon, I shouldn't need to change my database type from a varchar2 to a blob, but I ...
1
vote
3answers
373 views

Changing individual tab style in flex

I have figured out a way to change the style of tabs at run time with following logic: var cssStyle:CSSStyleDeclaration = StyleManager.getStyleDeclaration(".MyTabs"); ...
0
votes
1answer
200 views

CSS style specific to an id in flex

I am trying to change border color of few tabs in TabNavigator based on some logic. I am doing it with the help of following answer: Changing tab border color at run time in flex var ...
0
votes
1answer
125 views

Migrating flex 3 to flex 4.5 mobile development

I recently started developing mobile applications using Flex 4.5. I try to migrate an web application done flex 3 to flex 4.5 the following error shown. Definition mx.core:Container could not be ...
0
votes
1answer
207 views

Drag & Drop from 2 Sources to 1 Target in Flex, is it possible?

My question is simple. Let's say I have 2 List Controls. 1 of Users and 1 of Tickets. (The 2 Sources) And I have a DataGrid (the target). Is possible to select 1 user and 1 ticket in the 2 list ...
0
votes
1answer
321 views

Display Epub Files using Flex 4.6

I am making a epub reader flex project on web, air and mobile. I'm quite good in understanding the facts from the below link. Its just shows how to unzip the epub file, either local or in web. ...
1
vote
1answer
189 views

Load png from URL save it and display it

I'm new to Flash Builder 4.6 and trying to make a mobile application. I'm trying to load a png file from a website and then save it with PersistenceManager for later display. But nothing shows. Here ...
0
votes
0answers
89 views

Error in displaying image in Flash Builder 4 and above versions

I am using the code below for displaying image from flex app-storage directory in HTML container in Flex 3, Flex 3.5 and Flex 3.6 flex sdk and image is displaying properly in container. Code link ...
1
vote
0answers
259 views

Write a custom spark datagrid component?

I am a newbie and really stuck with this. The company I just started working for has a full MVC based application written using Flex and we have our own component library which was written using Flex ...
0
votes
1answer
216 views

Flex unable to find definition for type from WCF Service?

I have a WCF Service running SOAP and allowing Flex / Flash to connect to it using basicHttpBinding by using the 'Data' \ 'Import Web Service' option. Unfortunately when I consume and invoke this ...
1
vote
1answer
310 views

Flex Compiler, Not a compile-time constant, but only in instance methods

I am having a very strange issue with the flex compiler (using Flash Builder 4.5) that I have never come across before. I am trying to create an instance of a class (that exists in the same package) ...
0
votes
2answers
358 views

Flex 3 with Flash Player 10

I have just created a Flex 3 project. I understand from the flex-config file that the mininum requirement for Flex Builder 3 is Flash 9 or above. I have Flash player 10 on my machine but when I ...
0
votes
2answers
353 views

Drawing on Flex Chart

I've created a line chart in flex and it works like expected. Now, I would like to add shading to the background for specific information. For example, this chart - ...

1 2