Tagged Questions
0
votes
1answer
75 views
Do MXML apps using Apache flex 4.9.1 SDK automatically compile with falcon?
Did I get the following assumptions right?
ASC 2.0 is used to compile pure Actionscript projects,
Falcon is used to compile MXML apps,
Apache Flex 4.9.1 SDK automatically compile using Falcon ...
0
votes
1answer
60 views
Button skin issue in Flex
I have created a button skin named HTMLBtnBlue.mxml, I created another skin with copy of HTMLBtnBlue.mxml and named it HTMLBtnYellow and changes up color to 0xF8C313.
code for HTMLBtn.mxml is as ...
0
votes
0answers
54 views
How to use defaults.css?
I am using Flash Builder 4.7 with Flex 4.6 and Adobe AIR 3.7
I have a library project that produces a SWC.
I have included a defaults.css file in the root of the src folder.
When I try and use this ...
0
votes
0answers
61 views
how change mxml property completion in flashBuilder 4.7
I'm looking for advanced modification of the mxml code completion.
for example:
completion on the property scrollSnappingMode on a List is managed by the metatag :
[Inspectable(category="General", ...
0
votes
0answers
98 views
Flex 4: Flash Player 11 SWZ files caching
I am usig the Flex 4.1 to create my Application, and to reduce the size of the application.swf I sat the framework linkage to RSL, which produce a small swf file.
and as what I read about the RSL ...
0
votes
1answer
74 views
Masked MovieClip area is included in height
I have a MovieClip which I compiled to SWC and imported to Flash Builder.
The MovieClip has a masked (visible) area, and an invisible area which is hidden by the mask:
I wrapped the MC in a ...
-3
votes
1answer
285 views
Flex 4 Itemrenderer for List
I just started working with Flex. I know it's pathetic but it's a long story.
Now, the problem I am facing is that I have a list component which has a dataprovider on it. What I would like to do is ...
0
votes
1answer
98 views
AS3: Alert event firing with no input
I have an alert that pops up when a user clicks on a delete button. However, when the alert is created, it fires the Yes function despite no user input.
Obviously, with a delete button this is bad.
...
0
votes
0answers
64 views
Flash Builder, Facebook Button Link
I'm building an Android app, with video player list. Could you tell me please, how can I send my chosen video on my facebook wall through the facebook button link, or may be some examples you know. ...
0
votes
1answer
42 views
Can I disable CHANGE event in a custom component?
I have a custom MXML component which has a change event declared as:
<mx:Metadata>
[Event(name="change", type="flash.events.Event")]
</mx:Metadata>
The problem is that this event ...
0
votes
0answers
93 views
How can I add MXML objects from a Flex Library into my ActionScript Project?
I have a few objects made in a Flex Library that I want to now add to my ActionScript Project.
I have added the Flex Library's generated SWC file to my ActionScript project's build path and it sees ...
1
vote
1answer
90 views
Add change event to a custom MXML component
I am building an MXML project in Flash Builder 4.5
I have a custom MXML component that contains a TextInput field. I want the custom component to have a change event that triggers a function in the ...
1
vote
2answers
119 views
JavaScript code equivalent in ActionScript
Hi everyone I'm new in both languages... I found a example for scrambled numbers in JavaScript and HTML I would like to convert that code into ActionScript code, the languages looks similar for me but ...
0
votes
0answers
55 views
Making Two Lists Identical
I have a list (mx:List) in the master class of my Flex project.
I have another class that handles something else, but needs to have this identical list in it, all the functions of the list and the ...
0
votes
2answers
112 views
Rearranging order of elements in BOX after rotation
I have been searching a solution for this since 2 days but couldn't find any. My knowledge of Flex is intermediate.
I am writing on flex application where I use two elements lets call box 1 and box ...
0
votes
0answers
125 views
how to set value and trigger function in flash
hi so this is my first flash application i have two functions one a click handler to take you to the list page and a function to call the results is there any way in actionscript to pass values ...
0
votes
0answers
124 views
communicating between flex php
This is my first flex application i have written a php class for the purpose of getting the results from the database. the service definitely works but i'm having difficulty getting flash to list the ...
0
votes
2answers
232 views
how do i stop a spinnerList from repeating in flash builder?
i have a spinner list that just keeps scrolling how do stop it from repeating data?
<s:SpinnerListContainer id="branchSpinner" width="100%" >
<s:SpinnerList id="branchData" width="100%" ...
0
votes
0answers
73 views
How to check flash p2p application over lan
I have two adobe flash mxml applications
publisher.mxml
subscriber.mxml
using adbobe rtmfp serverless technology.
I am using Adobe Flash builder 4.6, they both are running fine on my system.
I ...
0
votes
0answers
34 views
How to run my Flash(Publisher.mxml and Subscriber.mxml) files over lan(or internet)
I have two files Subscriber.mxml(to post video) and Publisher.mxml(to publish video) using adobe flash builder, I have used the serverless mode other than the Cirrus service.
It is executing fine ...
0
votes
1answer
520 views
Creating MXML components via an ActionScript loop in Flex
I'm using Flash Builder 4.6 to create an app for a uni project. I have a custom Spark component, and I need to dynamically create a number of instances of that component at runtime depending on the ...
0
votes
0answers
248 views
URLRequest and URLRequest work in simulator but not on device Flex Mobile
I have a really strange problem. The following code works fine in the flash builder simulator, but when i debug on my Droid X it fails to work. This code is supposed to load a string from a server ...
0
votes
1answer
356 views
Access of undefined property data flex
I'm learning flex/flash and I'm lost on this one. I have used the "data" in a bunch of views and it works fine. For some reason it isn't working here.
I set a field to a string here:
function ...
0
votes
0answers
62 views
How to disable FlexNativeWindow resizable option
On my air application, I try to create a no resizable window.
But even if I add this option, window may be resizable.
Could you help me to solve that?
Thanks
var wOptions:NativeWindowInitOptions = ...
2
votes
4answers
1k views
How to add wordWrap on spark GridColumn
Today, I decided to test spark datagrid instead of mx:Datatagrid.
But a problem appear: I didn't found wordWrap option, do you know how to solve that?
<s:DataGrid id="scrollableDG" ...
0
votes
0answers
161 views
DataGrid with footer
I search a solution to create DataGrid with footer, I found some idea to do that with avanced DataGrid but it's look like very hard.
So do you know a simple solution for a footer on DataGrid.
...
-1
votes
1answer
639 views
Change the Selected TEXT Color on Spark DataGrid cell
Does anyone know a way to apply style on selected text in a Spark DataGrid?
I think that the best way is to have an itemrenderer with textarea but after, I don't know how to do.
My goal isn't to ...
1
vote
1answer
499 views
datagrid inline itemrender change dataprovider value
I create a datagrid with inline itemrenderer.
The renderer is a dropdownlist.
When dropdowlist value change, I'd like to update dataprovider but I didn't found how to do that.
Can you help me?
Thanks
...
0
votes
1answer
280 views
Why my grid layout is too strange
I try to understand how work gridlayout and I'm very desapointed by the result.
Indeed, my layout doesn't apply width GridItem.
For each mx:GridRow, GridItem total colspan is 6.
At first GridRow, ...
1
vote
1answer
42 views
air customize about window
I work with Flashbuilder 4.6 and Air application on Mas Os and I'd like to customize "About MyApp" window.
I know that all information about this window is in Adobe AIR Application Descriptor File, ...
0
votes
1answer
259 views
ActionScript 3 and mxml
My problem is this:
I want to use mxml for visual element... i want to graphically set components and in an as class to program because it easy to me... How to do this??? I have two classes: one as ...
1
vote
2answers
509 views
Run a function when view state is change in Flex
I am learning Flex and trying to make a simple RPG to practice. I am using view states to change between screens. right now I have a HomeView.mxml which displays my character information, ...
1
vote
1answer
202 views
Import Flex Project as a component?
I'm building a Flex App for a Media Development course and one of our requirements for this sprint is to implement a simple P2P chat into the interface. I created one from a tutorial that served my ...
0
votes
1answer
268 views
action script 3 class & mxml file
I have an AS3 class with some getVideo function. I want to use this function in mxml. So I am creating object there and trying to call the function, but I get this error:
Call to a possibly ...
0
votes
1answer
144 views
How to add in .as with a package int MXML
How to add in .as with a class extends Sprite ??
We created the Easy1 in Flash Professional to create a live streaming video viaFMS for 2 users and now we want to combine easy1 into HelloFlerry to ...
0
votes
1answer
303 views
How to remove title from RichTextEditor control in Flash?
It is possible to remove some RichTextEditor control bar with showControlBar property.
But how to remove title bar too?
The following code displays control WITH empty title bar:
...
0
votes
1answer
449 views
Flash builder read-only rich text field?
How is it possible to DISPLAY text with simple formatting (like font color) in flash TextArea or similar control? I need to add text to this control programmatically and be able to select and copy ...
0
votes
1answer
196 views
How to make input text control ready for input on creationComplete in Flex/MXML?
I have the following Application tag code in my widget:
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:local="*"
width="100%" height="100%" minWidth="200" ...
0
votes
2answers
494 views
Reference to Parent MXML within an AS3 Class?
I have an AS3 class on my Flex project:
package system
{
import mx.managers.PopUpManager;
import ui.Eula;
public class Dialogs
{
public function Dialogs(){}
public ...
1
vote
2answers
310 views
Creating A dynamic grid of input areas in Flashbuilder 4.6
I'm trying to make an application with flash builder that performs operations on square matrices. I take in the size of he matrix (n) but now, I am having difficulty figuring out how to generate an n ...
0
votes
1answer
101 views
YQL Table Error
I have been using a specific YQL call in an app I am building for Blackberry Playbook. Specfically the call is select * from yahoo.finance.stocks where symbol ="ABF.L" Previously this returned a ...
2
votes
2answers
505 views
SWC File fails to load in Design Mode
I am exporting an SWC via Flash Professional CS5 version 11.0.0.485 with the latest Flex Component Kit (2.0.0) installed in the Extension Manager.
In Symbol properties, I'm Exporting for Actionscript ...
0
votes
1answer
280 views
An unknown item is declared as the root of your MXML document. Then all new projects create components namespace
I am using Flash Builder 4.6
Yesterday the project is working fine. Now it does not. It has this error.
An unknown item is declared as the root of your MXML document. Switch to source mode to ...
0
votes
1answer
79 views
layout issue after scaling
I have a datagrid that loses its layout after scaling it (by switching between states).
The initialised grid looks as followed:
but when it is scaled (and rescaled), it looks like this:
The ...
-1
votes
4answers
3k views
How i write inline conditional statement in Flex with two expressions(case)?
How i write the inline conditional statement in Flex with two expressions(case)
like
text="{expression, expression2 ? true:false}"
Flex compiler only check the first expression and on behalf of ...
0
votes
2answers
178 views
Fade effect being applied to the adjacent ItemRenderer
I am applying s:Fade effect on s:ItemRenderer on mouseOver event. The fade effect ends fine, but during its execution, it is applied only on half of the ItemRenderer object, plus half of the adjacent ...
0
votes
2answers
159 views
Refer to a Spark view component in code
I'm building a mobile AIR app using Flash Builder 4.5. The initial view in my views package is TestHomeView.mxml. I want to refer to it in one of my .as classes elsewhere in the app, and I'm not sure ...
0
votes
1answer
112 views
Flash builder 4.0 hide text if string is empty mxml
What to do to hide Office manager: if {manager} is empty?
<mx:Text id="lblManager" text="Office manager: {manager}" width="220" height="20"/>
0
votes
2answers
189 views
Trying to access an images .source information in actionscript - for some reason it doesn't show up
I'm working on a project (using flash builder 4.5) where a user can click on one of a number of pictures to perform an action. The images are all loaded into an array of UIComponents through ...
0
votes
2answers
144 views
How do I automatically activate the browser's vertical scrolling when a popup is too large for the screen?
I have a flash application that utilizes a lot of popup title windows that do not have parent containers. I'm having a problem when users with smaller resolutions try to use my application because the ...

