Is there any 'FindBugs like' plugin for Adobe Flex Builder or Flash Builder?
Is there any 'FindBugs like' plugin for Adobe Flex Builder or Flash Builder ...
Is there any 'FindBugs like' plugin for Adobe Flex Builder or Flash Builder ...
Is thre any program which uses static analysis to look for bugs in actionscript code? ...
What the question says: I want to use compc (either command-line or ant) to build a .swc from some actionscript and mxml code. Right now, the command I have is this: # compile src to .swc FLEX_HOME="${FLEX_HOME:?'FLEX_HOME must be set'}" PROJECT_DIR=$(unset CDPATH; cd `dirname $0`/..; pwd) COMPC="${FLEX_HOME}/bin/compc" "$COMPC" \ -...
Hello! I have some images I would like to display in TileList in Flex. My TileList dimensions are 2 columns by n rows. What I want to do is to display the first item (row 1, column 1) empty and not clickable, and to start displaying my items from row 1, column 2. Is that possible? I also wonder when I create click event for the same Til...
Hi, I am using a ContextMenu for an AdvancedDataGrid in my application. I could implement the normal context menu for the grid. Now, I am planning to make the context menu dynamic. For example, if I click on a particular cell, I need to see only the items related to that cell in the Context Menu. Is there any way we can do that? ...
I have an AdvancedDataGrid that has a couple AdvancedDataGridColumnGroup's I would like each group to have an extra column, that shows the total of all the other columns in the group. I also need to use my own calc function to calculate the totals. Is there anyway to do this? I hope I explained this well. Thanks!! ...
I'm attempting to compile a Flex application from an ANT script, inside of Eclipse (CFBuilder, based on Eclipse), and I've run into this error: Could not load definitions from resource flexTasks.tasks. It could not be found. I haven't been able to find anything that gives directions on where this file (flexTasks.tasks) shou...
Hi, We have some actions associated with double-click events on a data point inside Flex charts. When user hovers mouse pointer, the mouse datatip is shown properly. However, user needs to double click 'precisely' onto the point, to fire the event correctly. Can we increase 'radius' or 'range' or 'region' or 'target area' of this click ...
Hello everyone. I have the following problem. In my application I have several modules and each of them have components CollapsableTitleWindow (extends Panel). After opening the window it is added to the container which is in the main application (CollapsableTitleWindowContainer). In these windows you can open another window (and so on)...
Hi friends, I want to check in my function if a passed argument of type object is empty or not. Sometimes it is empty but still not null thus I can not rely on null condition. Is there some property like 'length'/'size' for flex objects which I can use here. Please help. Thanks in advance. ...
Is it possible to change the starting value on an axis for a chart in Flex 3.4? For example, rather than the y axis starting at 0, have it start at 50. ...
Hi, I am setting 'dropLabels' property to true for the charts. When there are many data points on x axis (which is date time in my case) no label is displayed.This is probably because it needs a lot of space tp display all the labels which chart don't have. Is there some way where intermediate labels can be displayed if not all. If any b...
I have been tasked with doing some planning and research for a home grown in house application. Our primary development language is ColdFusion and Flex3, so I wanted to attack this problem with a modular solution, using an MVC framework. I must mention that I am not a huge ColdFusion developer, but will be one of the architects behind ...
Hey guys, I am a Flex developer and never used CGI before. I wanted to create a solution whereby A flex would call a CGI script to read a database. Ive been trying to look for examples on how such a solution would work. I was hoping someone on here might be able to shed some light as to how this would work, and what are the various comp...
How to use validator controls like Required validator, integer validator etc in Air application? I tried to use them but I got this error: Component declarations are not allowed here. (Note: visual children must implement mx.core.IUIComponent) i have imported the validator like this... import mx.validators.Validator; and used li...
I am attempting to reproduce a foreign language quiz in Flex. Since I'm new I can't post an image yet, but picture a box on a page with a paragraph of text inside of it. At parts within the paragraph there are drop-down boxes for users to select a particular word or phrase from a few different options. There's a "Check Answers" button at...
I like to create a Flex application, an image gallery, which comes like 3D wall. How can I do that? Is there any examples available? ...
hi All, In Flex i want to upload a particular file to server form local system.how to do it? Thanks. ...
How much of an impact will migrating to Flex 4 have on our code base? We have about 40k LOC written in Flex 3. I'm hoping that there are no breaking changes in the Flex SDK, and that we can smoothly transition to the new features of Flex 4 while minimizing any disruption. From what I've read Adobe is developing a new set of GUI component...
In my application i used Advance datagrid . On this arraycollection based to binding the dataprovider like <mx:dataProvider> <mx:HierarchicalData id="GC" source="{groupList}"/> </mx:dataProvider> my arraycollection like private var groupList:ArrayCollection = new ArrayCollection([ {Country:'India', children:[ {Country:'S...