I am trying to use Flex builder for the first time in years. I haven't used the "Run Application" option before, and when I do that now it tells me "Errors exist in required projects" and whether I should proceed. I would like to debug those errors.
Does anyone know how I can do that?
PS: When I click the "Debug" button, it does exact...
I have a menu, each time you click on an item it opens up a screen (a new flex component), when I click back on to the screen I want to dispose of that particular instance, is there an easy way to do this?
...
I have several Flex Builder projects which depend on each other (both libraries and "applications", i.e. projects which generate an SWF), and want to compile them from commandline. I know there is the fb.exportReleaseBuild ant-Task, but unfortunately it doesn't work on Linux and only comes with Flex Builder.
Is there any other way to bu...
I'm using flex sdk and trying to draw primitive geometry figures, what is wrong in following code? i tried without the trigger(placing) of button, but did not work.
<mx:Script>
import flash.display.Sprite;
import flash.display.Shape;
private function draw_circle():void
{
var myCircle:Shape = new Shap...
I'm pulling my hair out with this one.
How do I set which Flash Player to use when running a project?
...
Here at SO, I asked what language I should use to create a web app that would capture video from the user webcam and send it to the server when he clicked 'submit' and the answers were mostly Flash.
But searching the web I got confused with this Flash/Flex thing as they say Flash is to make animations and Flex is to really create web ap...
Have an advance search functionality, we have dynamically create some components to make criteria as SQL query to search. For example, textbox, combo box are used here with different combinations.
After sometime user wants to see that criteria by click the button named 'CRITERIA'. This time send the request to server and get the XML fro...
When I produce an application in Flashbuilder 4 and click the green run button, it opens Firefox with this URI:
file:///C:/chapter_1/starter/Getting_Started/PersonalTrainerWebApp_Finished/bin-debug/Main.html
but the screen is blank (grey, right-click says "about adobe flash player 10")
but if I copy that URI into Explorer, it is conv...
Guys,
I've this tabs that I wanted to make rounded only on top-right and top-left corners. But it ended up rounding all 4 corners.
What I did:
<mx:TabNavigator id="myTabNav" x="58" y="61" width="584" height="200" creationComplete="setColors(event)" styleName="myTabStyle">
<pages:One label="ThisOne" id="one" name="One"/>
<pages:...
I am using flash as3 and red5 to record a live chat.I recorded live chat as two flvs they are user0.flv and user1.flv
i started the second video to play in exact position.But while playing that recorded videos it's unsync due to streaming.Both video streaming separately how to solve this.
...
Hi,
I need to read a large CSV file (8-15 MB) and generate a LineChart in Flex AIR. Since Chart need data in structurd format like XML.
When I read CSV and convert it to XML object 8 MB file size become 24 MB XML object and not able to graph.
Best solution is to read Line by line and read only part of data.
How can I acheive this in Fl...
A few questions regarding this topic:
1) What's the largest development team (doing actual commits, not counting read-only) you've had on a single SVN repository? Did you have any issues?
2) What's the largest size team you'd be comfortable with on a single SVN repository? Is a different version control tool better for very large team...
How well does the Perforce Eclipse plugin work with FB (3 and/or 4)? I've found some claims of compatibility on the internet but I'd like some confirmation of compatibility based on real experience before I bother trying it.
...
hello
i am new to flex and need to learn how to use the flex builder 4 IDE is there a step by step tutorial to learn
2ndly i need to know about the following:
event model
validation cycle
display list
List-based controls, item renderers, AdvancedDataGrid, list interfaces
thanx in advance.
...
Is anyone know how to adding fixed gridlines chart in flex, for example: I have a vertical axis which has a minimum value 0 and the maximum value 100 but I only want to display gridlines on values 30 and 70.
So please me....
thx
...
I would like to crate a web-solution for price matching, a solution similar to Pricerunner.
My question is what tool would be best to use? I would prefer Flex or Flash Builder with java back-end but is it the best?
...
i am trying to add a uicomponent which contains an object of a custom class the extends UIcomponents and i want to display this uicomponent to canvas i have done no error compile or run time but it does not display the Uicomponent.
here is code;
var item:RecordRanderer = new RecordRanderer();
item.randerItem(child);
it...
SOLVED. Dumb error. Failed to check that table specified was on remote server!
I have a Flex project which uses ColdFusion remoting to access an SQL database
The html/swf works fine both locally and remotely (where the coldfusion cfc is in the same folder struture as locally)
I have adapted the project to an Air application. Again thi...
hello
i am working with actionscript flex and using UIcomponents i need all the valid arguments for this function for example
component.setStyle("borderColor","white");
i need all valid strings for first string parameter and 2nd valid argument for there value setting,
i have some of them that are given below but i need all possible...
Can Anyone tell me the differences between Flex SDK and Flash Builder ??
Like - "Mobile development using Adobe Flex SDK "Hero" and Flash Builder "Burrito"
Are Both same ?? Please clarify in details. We understand that Flex is an IDE or SDK(software development kit ) where we build,compile and deploy projects with sets of components a...