I'd like to set up my projects in Eclipse to run FlexUnit tests everytime I save my work.
I found an example with JUnit here : http://misko.hevery.com/2009/05/07/configure-your-ide-to-run-your-tests-automatically/
How would you do it? Is it possible to run FlexUnit tests without Flash Player?
...
Does anyone have any examples on how to create a dynamic number of TextInput boxes and have each of the text being typed in these boxes be bound to a label? For example, say I have an XML file that specifies that I want 3 TextInput boxes. Flex should then take this data, create the TextInput boxes, create bindable variables for each Text...
I want to use a ColorMatrixFilter with a HDividedBox element so that the left and right boxes make the chart black & white, but leave the center section in color.
It seems like the filter would have to be on the AreaChart instead of the HDividedBox, but I was wondering if there is a way to setup the canvases to mask the content behind t...
Hi all. I’m in need of some dire help here. I'm writing an application in Flex 3 that utilizes a TileList with a custom itemRenderer to display info from a service. Unfortunately, I'm running into an exception with the drag/drop/rearrange portion of the TileList. With dragEnabled and dragMoveEnabled, I receive a fully-reproducible ex...
I have a function I wrote that gets the height of the application without scrolling. Meaning the height it would need to be to not have to scroll.
This is the function:
private function getContentHeight():Number
{
var height:Number = 0;
for(var i:uint = 0; i<this.numChildren; i++)
...
I have seen questions here asking about xsd->actionscript objects, but these seem to require xsd->java->actionscript and is all in source code. Our requirements are a bit different:
receive an xsd during runtime that we have never seen before
Create an instance object based on the xsd
fill in the values of the instance (either from an ...
Hello
Is it possible to put dinamically gradient mask on text on flex?
Is possible - can you give the samples please.
Thanks
Vladimir
...
I'm looking to develop some CMS-able 100% Flash based websites. I have only worked with creating static based Flash websites in the past. What is the best way the approach this?
...
Hi community,
I added an external stylesheet file (css) to my flex project. Is there a possibility that the css is not compiled with the swf? It would be great if I could put the swf on my webspace and afterwards only change a css file to customize my application and fit it to the colors of my homepage.
Thanks in advance
Sebastian
...
Basically I want to override some function in the flex/actionscript list class which creates a new ItemRenderer and passes it the required data ready to be displayed. I need to do this because I wish to show a different renderer based on the type of data being displayed. Is there such a function?
I don't really want to pass the list a...
I am responsible for creating a team, which will build a Flex application. Unfortunately I have zero experience with Flex. So I found an expert within our company to interview candidates. Our expert came up with the following questions:
how to write item renderers
explain methods commitProperties, updateDisplayList, measure
binding pos...
Hi All,
Is it possible in flex to create submenu under linkbar option.
if yes then please show me the solution.
Thanx in advance..
...
After upgrading the Flex SDK from 3.1 to any newer version of the SDK and trying to compile an existing project, the following error appears in the Problems pane:
Description: { expected
Resource: (shows project name, not a specific file)
Location: line 15
Any ideas how to solve this or where to start the bug hunt?
It looks like the p...
I have a task of getting the snapshot of Adobe Flex application (imagine graphs, charts and tables) and produce the PDF file of it from inside of that same Flex application.
Imagine having a button that would do the screenshot and dump it into PDF file. Does anybody know the framework and/or component that would have such functionalit...
In Adobe Flex, I'm trying to restrict the input to allow the user to type only a list of IP addresses, separated by a space or a comma. Currently, I have:
I expected it to be able to enter all alpha-numeric characters, periods, colons, spaces and commas.
However, the commas I cannot be entered, unless the first character is a comma. ...
I am in the process of creating a new - "lite" - version of a Flex application I created a while ago. I have been porting over many of the Classes and Components to a Flex Library Project that compiles an SWC file. Because both are Cairngorm applications, I'm not able to completely eradicate duplicate code, but it seems logical that I sh...
Hi,
Is there a way to stop the download of a flv file started by the VideoDisplay object after calling the VideoDisplay.load() method ?
And most important : without losing the previously loaded data. By that I mean that VideoDisplay.close() won't work for me. When I play the video after calling the close() method the request to the flv...
When I upload a file using a Flex application,
what is the difference between complete and uploadcompletedata
events?
In which cases one of them will be dispatched and the other
one won't?
...
I've worked with AMFPHP for a while, but with Adobe supporting ZendAMF, I was wondering if I should migrate.
One of the major disadvantages for AMFPHP is that class mappings need to be public, so not only does that mean public members on the PHP side, but also on the Flex side. I was wondering if it is the same case for ZendAMF.
...
Hi,
The problem can be summarized as when clicking an item in datagrid, the text area shows the value of the item, but here the compoents are separate and hence events need to be dispatched.
My mxml component file :
<?xml version="1.0" encoding="utf-8"?>
<mx:DataGrid xmlns:mx="http://www.adobe.com/2006/mxml" itemClick="itemClickEvent(...