Tagged Questions
1
vote
3answers
265 views
How to access other panels in Flex 3 ViewStack?
I have a ViewStack with 2 panels:
<mx:ViewStack id="viewstack1" height="243">
<mx:Panel id="gridPanel">
<mx:DataGrid id="grid" right="10" left="10" top="10" bottom="10" width="300" ...
1
vote
2answers
810 views
Must be a simple mistake I'm making: Flex CSS style not working in a trival case
I must be making a simple mistake (new to Flex). Here is main.mxml:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
...
1
vote
4answers
352 views
Severe Flex issues
I seem to be having difficulties getting the trace function to output anything to the console in either Eclipse with the Flex Plug-in, Flex Builder, or even FlexBeans (the Netbeans plug-in for Flex). ...
1
vote
3answers
472 views
What is the best way to put a Flex3 project under source control (subversion)
Setting up Flex project for group development can be a bit tricky. There are lots of little local settings that might need to be tweaked in order to have a project that can be easily checked out.
...
0
votes
1answer
116 views
Installing Aptana 3 on a Machine that has Flex Builder 3
I want to install Aptana 3 on my machine. I've got Flex Builder 3 (I think that I've got the standalone version, but I'm not sure). Both of them are Eclipse based. I don't want to cause a problem with ...
0
votes
1answer
70 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
214 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
1answer
465 views
Component names and ids in Flex and Actionscript, where do they come from?
To illustrate my question. Assume the following code snippet:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Script>
...