Tagged Questions
0
votes
0answers
31 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
49 views
Flex get the first object of an Hgroup
Introduction of my code: I have a Vgroup inside a scroller, because the user is going to add a numbers of objects.
Each time the user clicks the Button, its going to add to the Vgroup and Hgroup ...
0
votes
0answers
75 views
Flex 4.5 Web Application not loading
I need some help with Flex.
I have a Flex 3 web application that i migrated to the Flex 4.5 version.
The application works fine in the Flex 3 version.
In the flex 4.5 version, when i try to run the ...
-1
votes
1answer
254 views
Error in Out Memory FLEX 3
friends
It is an urgent problem'm in my flex command when compiling an application in Flex3 gives the error image attached.
ERROR:
An out of memory error has occurred. Consult the "Running Eclipse" ...
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 ...
0
votes
0answers
18 views
Drag and drop across two swfloaders
i am developing a web application.In one particular module i used two swfloader which loads another application. i want to drag and drop a container from one swfloader to another swfloader .
NOTE:All ...
1
vote
2answers
538 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
votes
1answer
129 views
how to save a text file automatically in flex when the text area is changed/edited. please help me
I had a situation like.... I need to save a text area field in the form of .text file automatically when ever the text area is changed/edited. Please some one help me.
Thanks in advance
0
votes
1answer
284 views
if we can access outer function from rendered item by using “outerdocument” object then cant we access inner function from outside.?
These are the scripts under same application first one is under application and second is under dataGrid. from first script through outerClick() i am accessing a inner() function in itemrenderer. Well ...
0
votes
2answers
148 views
How can i use desgin pattern in flex?
I am flex developer,
I have created multiple application in flex. But i did not use any design pattern in my application.
How can i start using design pattern in my flex application.
I know there is ...
0
votes
0answers
112 views
Flexlib scheduleViewer - How to Drag and Drop to highlight viewer and enter item
I am trying to use flexlib schedule viewer in my flex project.
I wanted to allow the user to select and highlight (by dragging) the time frame and then enter some details into the schedule viewer.
...
0
votes
2answers
185 views
FillColor of CheckBox in Flex 3
I have about 8 checkboxes that are created dynamically using a for loop. Each checkbox has a different color. Basically i want to change the fillColor of every checkbox (label not included) using 8 ...
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 ...
3
votes
1answer
125 views
peak Memory in AIR application in Flex 3
I developed a AIR application in which many module use and when i load and unload module in my application that time every 4 to 5 MB system memory use and then me logout memory not release.
0
votes
0answers
140 views
Flex ANT task fb.exportReleaseBuild
I am using ANT to do build several Flex projects at once.
My XML file defines a target that's a series of
fb.exportReleaseBuild tasks.
But, I am driving this with a shell script (OS X, Terminal),
not ...
0
votes
1answer
102 views
weird behaviour with addChild
i am trying to add one Box to my application using the following code
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" ...
0
votes
1answer
791 views
move cursor spark text input
I am using flex 4.5
I am using spark.components.TextInput control.
The values of the text can be change dynamically according to user selection.
The problem is that after the user is write anythings ...
1
vote
1answer
1k views
comparison between flash builder 4.5 and 4.6
I create a screen with flash builder 4.5 and I compile it using ant but when flash builder 4.6 is out i used the same screen under 4.6 after compilation by ant i noticed these:
flex 4.6 have a ...
0
votes
3answers
910 views
Flex 4.5 - to long build process
We are developing an app using flex 4.5. The app runs just fine (no performance issues at all) but it takes us forever to compile and build it. A minor change, like just add a comment or press enter ...
0
votes
1answer
261 views
Flex SQLite delete function
I wanted to delete a selected Item from a List control but can't. What's wrong with my code:
[Bindable]private var dp:ArrayCollection = new ArrayCollection();
private var conn:SQLConnection;
...
0
votes
1answer
381 views
Flex 3 PopUpManager does not correctly enable Accessibility features
I have an application written with Flex 3.6 and when I create a modal popup dialog, the buttons and text on that popup do not work correctly with the Accessibility properties that I have defined. The ...
0
votes
1answer
128 views
Can't find mx.rpc.xml.XMLEncoder/Decoder
I'm using the Flex 3.5 compiler (on Flash Builder 4), and I need to use these classes, and I just can't find them! I looked at the source code, and they are in the 3.4 branch, so I guess they must ...
0
votes
1answer
390 views
itemRenderer is cancelling wordWrap setting on DataGrid
have a question.
Now, I created two codes.
The code of (1) is displayed correctly.
However, as for the code of (2),doesn't wrap.
(1)
<mx:DataGrid id="myGrid" horizontalScrollPolicy="auto" ...
0
votes
1answer
114 views
how to replace a certain value in string?
I am using Flexbuilder with sdk 3.5. I convert an int to a binary string. Now I want to replace binary value at certain index. How can I do this?
I tried following but it did not work;
binaryStr[0] ...
0
votes
1answer
331 views
Convert Binary String to Unsigned int in Flex3?
I am using Flex builder with sdk 3.5. I want to convert binary string to unsigned int. How can I do this? Thanks
0
votes
1answer
77 views
How can I load multi resouece to resourceModuleURLs
I use Flex3.0(SDK 3.2).
I have a question Flex(resourceModuleURLs).
I am making loading of the resource using flashVars properties in the HTML wrapper as follows now.
AC_FL_RunContent(
"src", ...
0
votes
1answer
80 views
Trouble with ArrayCollection in flex
I have trouble with ArrayCollection in Flex. Here is my code:
private var productPageArr:ArrayCollection;
private var productCount:Number = 10;
private function ...
0
votes
1answer
236 views
Can I update the AIR version for Flex Builer 3?
I am using Flex Builder with Flex SDK 3.2. It has Air 1.0. Now since Air 2 has a whole lot of features that I want to use / study, can I update the AIR version of my Flex Builder so I can build air ...
0
votes
2answers
338 views
Flex: use function of parentApplication from a module, but with some kind of API
I have an application which loads modules. These modules could be developed by third parties. So to make it easier for them, I would like to develop an API so they know which functions they can call ...
2
votes
2answers
1k views
Is there init() method in flex like Servlet init() only one time execute
Flex having any init(), destroy() method. Like Servlet init()method will run at Application initialize and never call it again if Refresh the Page also.
0
votes
3answers
615 views
See the event listeners in Flex/Flash builder debug
Do anyone know how to see the event listeners of any component in the debug mode of the Flex or Flash builder?
Cheers,PK
0
votes
1answer
752 views
Resizing Panel using its center as anchor point
I'm trying to Resize a panel using a Resize Effect using its center as the anchor point. I've been googling for some information and the only thing I have found is to set the horizontalCenter and ...
0
votes
1answer
180 views
Adding Tomcat 7 Plugin to Flex Builder 3
Is there anyway we can add the tomcat 7 plugin to Adobe Flex Builder 3?
0
votes
2answers
351 views
Flex IntelliJ Idea produces java.lang.NoSuchMethodError: flex2.tools.oem.internal.OEMConfiguration.setIncludeResourceBundles([Ljava/lang/String;)V
We have a project that builds fine with Flex Builder 3.
I installed a trial of IntelliJ Idea 10.5 to try and see if it makes the compilation faster. In IntelliJ you have 3 compiler options. With the ...
0
votes
2answers
518 views
Context Menu is not working in flash player 10.1
I write a flex application. I added some custom menu items in context menu. when I compiled this code using flashplayer 10.0, it works fine and my added context menu items are shown when I ...
0
votes
1answer
131 views
Flex 3.5 style individual buttons
If I have a button named:
<mx:Button id="backButton">
and another named:
<mx:Button id="cancelButton"
How can I style each button seperatly?
Can I give each button a style, then set ...
0
votes
1answer
196 views
Flex 3.5 - 100% Width Grid inside ApplicationControlBar
I've got a really simple Grid inside an ApplicationControlBar:
<mx:Grid>
<!--<mx:GridRow width="100%" height="100%">
<mx:GridItem colSpan="3">
<mx:Text ...
0
votes
2answers
424 views
How to capture a streaming video display and save it to disk in Flex Builder 3?
I've been looking for a solution to my problem for a while and didn't get the answer.
I have a page with a VideoDisplay object and a "Take screenshot" button. I would like to get the screenshot from ...
0
votes
2answers
322 views
event listeners not firing in this code can anybody guide?
event listeners not firing in this code can anybody guide me what is problem with this code
<?xml version="1.0" encoding="UTF-8"?>
<mx:HBox creationComplete="{initComponent();}" height="51" ...
0
votes
2answers
202 views
how to dispatch custom event in flex
how to dispatch custom event in flex
in my main mxml file i have put this code to dispatch this function
private var ageVerifyMessage:AgeVerify = new AgeVerify();
public function ...
0
votes
1answer
395 views
conflict exists with definition friendlist in namespace internal flex error
in my variable i am getting error
private var friendsList:VBox;
"conflict exists with definition friendlist in namespace internal" what it is ? thanks in advance
0
votes
3answers
380 views
how to use mxml component in another actionscipt
how to use mxml component in another mxml component actionscipt code
for ex.
in my main mxml file
private var warningMessage:Warning;//this is variable
if (!_controller.flashVars.chatSession || ...
0
votes
1answer
199 views
how to use this as class code in mmxl aaplication?
I have taken this code from one of my friend,but in real it is totally mess there are plenty of error i am getting by running this code,i have some question
How i can use this code in mxml ...
0
votes
1answer
149 views
could not resolve <custom:DialogTitle> to component implementation error in flex
I am getting the following error ...
could not resolve <custom:DialogTitle> to component implementation
What does this mean and how can I resolve it?
1
vote
1answer
205 views
how to use actionscript components code in mmxl components
how i can use actionscript component code in mmxl components,as in actionscript components we use classes ,but in mmxl component we can not use classes function, so how i can use actionscript ...
1
vote
1answer
310 views
Flex: Adobe Flash Builder with MXML: HTML Progressive Streaming doesnt work!
I am using progressive streaming with VideoDisplay, the HTTP URL provided gets buffered completely even if I have configured it to start playing the video when the buffering reaches 20%, the trace ...
1
vote
2answers
663 views
override public function initialize() error in flex
i want to know what i should put befor .mx_internal
override public function initialize() : void
{
var target:DialogButtons;
var watcherSetupUtilClass:Object;
...
0
votes
2answers
228 views
error parsing stylesheet in flex
i Am getting error "error parsing stylesheet" what it is thanks for help in advance this is my code
<mx:Style>
.friendRendererToolTip
{
borderStyle : solid;
paddingTop : 3;
...
1
vote
2answers
188 views
error parsing stylesheet c:\\path\demo\src\demo.xxml in flex
I have include css code in my xxml application,but i m getting error error parsing stylesheet c:\path\demo\src\demo.xxml below is my code thanks for help in advance
<mx:Style>
...
0
votes
2answers
357 views
Whitespace required before attribute error in my flex code
In my flex code I am getting error whitespace required before attribute what may be problem below is code
<components:DialogButton buttonLabel="okCaption" click="{dispatchOK(event);}" ...

