How to generate checkbox on grouping column in advanced datagrid : flex 3
This is my code .but it generate for all rows. I want checkbox for only where studyid displayed. <mx:AdvancedDataGrid id="dgList" x="10" y="342" width="1001" height="175" sortExpertMode="true"...
View ArticleFU4CIListener build.xml not setting properties?
I am following the Ant Task Setup. I have flex sdk 3.6.0.X, apache-ant 1.8.2 and the flexunit source 4.1.0. When I run > ant -v clean packagefunction(){return...
View ArticleSequence Runner and Signals
I've got a unit test where I want to test reading from a local sqlite database. Obviously I need to write a record before I can read it. I've written the sequence below but I'm getting an...
View ArticleFlexUnit + AIR + Ant: flashplayer hangs
Hi, I'm currently experiencing some issues when trying to run FlexUnit tests with Ant and AIR. The player doesn't close after the tests are finished and it's giving me the following error when I kill...
View ArticleFlexUnit Eclipse/Flex Builder 3 Plugin - Feedback Please
Hi All, I have been beavering away developing an Eclispe plugin for FlexUnit and would like your feedback. To get this free plugin simply visit:...
View Article"Error launching the test runner." running FlexUnit tests from CruiseControl
Looking for suggestions on what to try next running down a problem that manifests ONLY when I run FlexUnit (SDK 3.2.0.3794) tests from CruiseControl on RHEL4. These same tests run from the command...
View ArticleErrors in RunListeners
I recently ran into a situation where one of my RunListeners was throwing an error (attempted to create invalid XML - oops). This produced some very strange results: my RunListener stopped receiving...
View ArticleFlexUnit report XML format deviates from that of JUnit
Folks, We are starting to get some mileage from the CI support in FlexUnit4 - thanks to all for the work on this. Currently we are using the CI builds from the FlexUnit Hudson server: FlexUnit4-Flex3.2...
View ArticleIllegal override of ExpectAsync in...
Hi,Run into a painful bug that blocks our testing. Will continue investigating but wanted to post for advice / answers / etc.Problem description: Previously testing-working FlashBuilder library...
View ArticleTesting the AIR and Web based Application
Hi All , I am a new Flex Developer.I have a requirement that , i want to test my Application which is AIR Based and Browser Based Application (big product).My requirements is What type of testing...
View Articlehelp me in screen sharing application in flex
hii iam new to flexany one can help me in making screen sharing in flex 4.5 i tried it and i was facing problem in connecting to room. Lccs had stoped giving new account is their any solution for...
View ArticleHow to get the handle of the advancegrid which is present in parent file from...
Hi Guys,I want to refreh the AdvanceGrid present in one MXML so want the handle of it from 4th file how to get it...In one mxml I have a AdvancedDatagrid with in the Itemrenderer property of it ,I am...
View ArticleHelp with flex4unit ant build.xml: Socket timeout waiting for flexunit report
I'm having trouble setting up ant to build and test my project locally and I'm not sure what the next step is. Info:Running on XP/Cygwin.All of the files that FlexUnit4 references when used in Flash...
View ArticleTest dataProviders in 4.1 beta 2?
I'm using the 4.1 beta 2 download from here: http://www.flexunit.org/?page_id=14 I have a test using the new dataProvider mechanism: public function getDates():Array { function...
View ArticleHo to run a TestSuite Using ASMock
Hi All, As per the As mock we can run the Test using the flex compiler option -includes asmock.integration.flexunit.ASMockClassRunner Bu we run the a test Suite using the same we get the below erroe...
View ArticleFlexUnit not generating TestRunner.swf when compiled with Hudson / Ant
I've been dabbling with FlexUnit (4.1 RC2) and CI under Hudson. To that effect, I chose to test the server configuration with the sample CI project that comes with the 4.1 RC2 distribution of FlexUnit,...
View ArticleHelp using FlexUnit with Nant
Hi, I created some tests which run perfectly if I use my IDE (FlashDevelop) to run them. I've been trying to create a Nant script to automate my tests and have the results written into an xml file....
View ArticleFlexUnit 4, Flash Builder 4, and Flex SDK 4
I am endeavouring to create a project using these in combination. When I created my test runner under SDK 4, it would fail while trying to initialise the test. I decided to build FlexUnit 4 with SDK 4...
View ArticleError parsing report
Hi all, I'm having trouble getting the Ant task working in Linux. The swf runs, but there seems to be an issue communicating back the test results. I pasted a full dump of the ant output below....
View ArticleFlexUnit4.1 B2 upgrade breaks CI system - flexUnit.cfg issues?
Folks, We have a working CI system which is currently using binaries from FU4.0 development snapshots. When we last checked the releases page, we saw that 4.0 stable was out, but so were 4.1 Beta 1...
View Article