Adobe Flex is a software development kit (SDK) released by Adobe Systems for the development and deployment of cross-platform rich Internet applications based on the Adobe Flash platform.
2
votes
0answers
45 views
Apply Sprite Image data to Button Icon
I am stuck with a Flex 3 legacy application and I need to be able to dynamically apply generated Sprites containing different gradient fills as well as Embedded SVG images to the icon of a button. ...
2
votes
0answers
745 views
BlazeDS Security Custom LoginCommand
I've implemented a own LoginCommand and it works perfectly for all the remote calls from flex. But beside the flex remote objects I'd like to protect some other web resources like html, jsp and swf ...
1
vote
0answers
25 views
Proper Flex 3 control (example would be great too) to display dynamic array
I need to display a table represented by the 2-dimensional array object (typed Object), with column headers and row headers coming from two separate Array objects. Size of the Array objects ...
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 ...
1
vote
0answers
87 views
Flex: Negative number wordwrap in mx:TextArea
Version: Flex SDK3.5
Example code:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" backgroundColor="0xFFFFFF"
...
1
vote
0answers
529 views
Applying Item Renderer to Flex Advanceddatagrid
I'm trying to apply a custom item renderer to a Flex AdvancedDataGrid. I'm testing right now by applying a solid black square to the parent nodes @ depth="1". The black square is not the final item ...
1
vote
0answers
35 views
how can I change the color of weekends in datefield in flex 3.5
How can I change the color of Weekends in datefield. for example when user click on datefield, dateChooser popup. I want to show weekends (Sat, SUN) in red color in datechooser. How can I do this? I ...
1
vote
0answers
69 views
Migrating from Flex 3.5 to Flex 4.6 : error 1137
when migrating an existing app from flex 3.5 to 4.6 we have the following error :
Description Resource Path Location Type
1137: Incorrect number of arguments. ...
1
vote
0answers
142 views
Adobe Flex datagrid's renderer validation
I have got a advanced datagrid with around 20 rows out of which only 7 are visible (vertical scroll in ON). I am using item renderer on one column with rendererAsEditor=true.
I am doing user side ...
1
vote
0answers
106 views
Adobe Flex i18n working properly in Google Chrome, not in other browsers
I have developed an i18n sample program in Adobe Flex [SDK 3.5V, Adobe Flash Builder 4]. The program which I have developed is correct and I am getting correct output in Google Chrome. In other ...
1
vote
0answers
95 views
IE9 FileReference.browse() shows non-modal dialogue when shows within a new window
I would really appreciate if you can help me to this issue in Flash 4.0 FileReference.browse() dialouge.
The situation is like this.
open web page(contains flex button) in new window using ...
1
vote
0answers
145 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 ...
1
vote
0answers
146 views
Flex Shoutcast player
I need a bit of help, I`m trying to find a way to play shoutcast though flex, with only a play and pause function.
I followed the steps in:
Flex/Flash Shoutcast player
But found that the new Flex ...
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 ...
1
vote
0answers
95 views
Complex Column Chart
I'm trying to mount a column chart with this xml, my idea is make horizontalAxis with <CategoryAxis categoryField="INICIO_CICLO"/> and series like above, but have two bars (CUSTOMER) value C1 ...
1
vote
0answers
537 views
Flex Datagrid Edit event
in my flex application im using a datagrid with 5 columns...in which 3 are editable...if i add an item to the grid, when i hit enter, the cursor position moves in the grid from right to left in ...
1
vote
0answers
437 views
java.lang.ClassNotFoundException: No ClassLoaders found for: flex.messaging.io.amf.ASObject
Currently we are using flex with ejb and i am getting the error. where i am going wrong. can any one help me please. if any code postings are required please let me know .
Thanks in advance.
1
vote
0answers
424 views
Flex 3 DataGrid Component Losing Focus
I'm running into problems getting the focus to work on my custom datagrid. It is a subclass of MDataGrid which can be found here.
My problems is, that every other mouse click on inline components ...
1
vote
0answers
81 views
Method to detect if multi-byte support is required
Is there any way in Flex to detect if the user's locale requires multi-byte support to render content? Our app uses an embedded vector font but we have added a toggle to use system fonts if they need ...
1
vote
0answers
198 views
Flex4 RichText - RangeError: Property color value 0 is out of range
I just migrated a Flex3 module to Flex4 since I needed to use RichText for TLF support.
However, when I run my web application I get this exception:
RangeError: Property color value 0 is out of ...
1
vote
0answers
269 views
how to automate a flex application?
I have a Flex Application that needs to be automated using tools like HP's QuickTest Pro (QTP) or something. However, QTP requires that you write some custom code if you wish to automate some ...
1
vote
0answers
260 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 ...
1
vote
0answers
426 views
Issue with using dual vertical axis in flex charts?
I am plotting two line series on a single LineChart which share the same horizontal axis, but have different vertical axis on the left and right of the chart:
<mx:LineChart id="linechart1" ...
1
vote
0answers
71 views
Date range backgroundElement shading on datetimeaxis
How would I go about shading a date range in my flex chart using backgroundelements? For example, if I have a start date and an end date, how do I pass these date objects so that range can be shaded ...
1
vote
0answers
314 views
Dynamic Skin Change in DataGrid, Flex 3
I'm trying to dynamically change the sortArrowSkin in a DataGrid.
Here's my code:
grid.clearStyle("sortArrowSkin");
grid.setStyle("sortArrowSkin", mx.skins.ProgrammaticSkin);
and then resetting ...
1
vote
0answers
328 views
is it possiable apply stylename to <s:span > in flex4?
I have RichEditableText component , In this component I have created hyper link label based on condition ,but no need inline style(color font-family) . I want to apply style name(CSS) . is it possible ...
1
vote
0answers
344 views
Flex Webservice result event slow ? for Soap complex type wsdl
I am loading a Web service with a complex type wsdl. It returns a large set of complex data as tables. After all data received completely, the web service take more than 10 secs to fire the Result ...
1
vote
0answers
233 views
Set '£' sign to Excel cell when Export data from Flex3 Datagrid
Exporting currency values from flex datagrid to Excel, it shows some unknown format for currency symbol but value is right.
For ex: values like 'ÂŁ1234.00' in flex datagrid. After exporting, the value ...
1
vote
0answers
73 views
flex form submission
Your function would look like this: submitForm():void { var req:URLRequest = new URLRequest("http://localhost/c/x.php"); req.method = URLRequestMethod.POST; var vars:URLVariables = new URLVariables(); ...
1
vote
0answers
114 views
How to draw a string on a line?
I'm a member of Openscales. I have added a FeatureLayer of lineString and added a line marker on very line using textField control. But found that it is too slow. Now I do not decide to use control ...
1
vote
0answers
209 views
send an extra parameter to red5 and retrieve back into flex application
call("sendMessage",null,str,boo);
i would like to pass both str is a string variable and boo is a boolean variable parameters to red5 and from there i would llike to get both the values in flex ...
1
vote
0answers
475 views
Grails dependency injection no longer working after upgrade to Grails 1.3.3
Project setup is Flex 3-BlazeDS-Spring Flex Integration-Grails
Dependency injection in my Service classes was working just fine with Grails 1.2.1, when service methods were called from my flex ...
1
vote
0answers
140 views
Sorting problem after grouping
Here is my advance data grid without grouping ,
Once I apply grouping, sorting is getting lost, see below ,
Here is piece of code which is applied after grouping is done and the GroupingCollection ...
1
vote
0answers
455 views
Flash CS5 MAC input textfield problem
I'm developing external Flash Panel with Flex Builder 3 which can be opened through Window > Other Panels. While using that panel it opens more .swf windows as popup dialogs. Some of those windows ...
1
vote
0answers
749 views
How to Force a Flex Chart to Redraw During Runtime
I have a column chart that uses a label function to format the vertical axis. I added a button and want the axis (or chart) to redraw when the button is clicked. Right now, the chart axis renders OK ...
1
vote
0answers
207 views
Adobe AIR: how to play and download an audio file synchronously?
in adobe air , I can play a mp3 file from the web , and download the file to a custom file system before or after too . but in this way I have to download the file twice factly.
So, how to save the ...
1
vote
0answers
220 views
Key navigation in advance data grid
I am using advance data grid in my project and i have made a separate component for datagrid.
I have set the property 'selectionMode' to single cell.I am also using some text boxes in cells.Now I want ...
1
vote
0answers
627 views
Bug in stacked series in Flex Charting
I think there is bug in Flex charting.
"DATETIME AXIS DOES NOT SUPPORT SERIES STACKING IN CERTAIN CASES WHILE LINEAR AXIS AND CATEGORY WORKS FINE IN SIMILAR CONDITIONS"
This happens for 'clustered' ...
1
vote
0answers
339 views
Flex/Spring: Working with join table/entity
I have a question regarding mapping and entities/domains with Flex/Spring mapping via BDS. I currently have domains mapped to tables, and I am working off existing code to try and change the logic ...
1
vote
0answers
953 views
LoadRunner and XML Data with Flex 3
We have a Flex app that we are trying to test with Load Runner. The application runs just fine when run stand-alone in a browser. When the app initializes, an XML properties file is loaded.
When ...
1
vote
0answers
94 views
Disadvantage of using multiple moduleloader
i want to ask what are the disadvantage of using multiple ModuleLoader?Does it increase swf size?What are the other disadvantage?Thanks a lot...
0
votes
0answers
10 views
Error in Java function call using BlazeDS after recompiling java class in new java version 1.7.0_21
Can somebody tell me what this flex stack trace means. I am calling a java function from flex using BlazeDS. The class all worked fine, but now I've recompiled the java class using java version ...
0
votes
0answers
10 views
Recreate shared Objects at client-side if disconnected (Flex and FMS)
I have a problem, at client-side(I am using flex). When the user disconnects and reconnects back, I am getting null object reference at shared objects. Do I need to recreate(i.e reinitialize) the ...
0
votes
0answers
10 views
adding multiple locales create huge size swf
I have a simple flex (flex builder3) app with localized text. I need to add multiple locales to it. With two locales file size was around 500KB and now i have added 4 more locales and the size has ...
0
votes
0answers
10 views
Flex 3 - Why change index when checkbox event
<mx:AdvancedDataGrid id="result" width="100%" height="100%"
dataProvider = "{ mainSearchList }"
>
...
0
votes
0answers
34 views
Adding tab key function in rich text editor (Flex 3)
I'm trying to add the tab key functionality in a rich text editor using the event keyDown. Just to be clear, on a tab key, I need the control to remain in the same text box with '\t' spaces ahead and ...
0
votes
0answers
12 views
Event.SELECT is not firing for local variables in Flex 3
I made a simple application in flex 3. The code is below.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
...
0
votes
0answers
10 views
Flex 3 - Is it possible inspect page fields value and click stream events in Adobe Flex from outside of Adobe Container
I have an old Flex 3 based application, which has quite some tabs and text fields that I want to inspect using 3rd party tools. By term "inspect", I mean to see through the runtime value of certain ...
0
votes
0answers
24 views
Flex do not detect chenage in mx:TextInput when pasting data
I am using Flex 3.5 in my application (for this version I have licence).
I noticed some problem when using Windows version of FlashPlayer (on Linux debug version all is working fine).
I have form ...
0
votes
0answers
42 views
Need suggestion to display XML in Flex Advanced Data Grid
I have xml like this,
<Manager>
<name>AAA</name>
<empid>111</empid>
<age>45</age>
<Reportees>
<Reportee>
...
