Loading a swf from flex builder
Hi Everyone, Hi have a project, in which three technologies are used :1.) Action Script 3.02.) Adobe Flex3.) Java I want to know how do i load the swf file since i have various swf file in .fla file....
View ArticleFlexUnit tests fail due to missing sound card on headless CI server
Hi, I have set up Jenkins CI server with Xvnc to run FlexUnit tests during the build process. Everything worked fine until I started working with Sound - now Flash Player is started, throws a bunch...
View ArticleRe: FlexUnit tests fail due to missing sound card on headless CI server
We have the exact same problem. Did you try to fake sound card? http://serverfault.com/questions/166542/how-to-create-fake-sound-card-on-linux-server
View ArticleCIListener implementation details
After reading the code of CIListener, I have a question about how it works. As far as I'm aware, code snippet is following:socket = new XMLSocket ();socket.connect( "127.0.0.1", 1024 );Does it means...
View ArticleStatus of Code Coverage in FlexUnit?
Just curious if there is any update on this thread from almost a year ago: http://forums.adobe.com/message/2994338 We would really, really, really like to generate Cobertura-style reports from our...
View ArticleDevelop BLOGGER POSTING (Android Application)
Hi, everybody ..I want to ask you some questions about FLEX.I tried to create applications for mobile devices (Android, IOS) which allows users to make posts on their blogs, especially on...
View ArticleAlert.show() error in PMD
I am using PMD tool for testing my Flex application. The Alert statements are throwing errors while checking with this tool. Kindly let me know what statements are to be used in place of Alert.show().
View Articlehelp me to fix it in simple way
Flex Error #1001: Digest mismatch with RSL http://www.babblesex.com/assets/26d8d138/flexapp/framework_3.5.0.12683.swf. Redeploy the matching RSL or relink your application with the matching library.
View ArticleMerging of code coverage reports
1) Is it possible to merge 2 coverage reports(.ascc)? 2) Is it possbile to overwrite/append the imported report into coverage plugin?
View ArticleRe: Status of Code Coverage in FlexUnit?
Little late to the game, but maybe this link will help:http://code.google.com/p/flexunit-with-code-coverage/ -Jason
View ArticleRe: how to access stage in flexunit
I found this BDD project page, which includes a stage access example: Cuke4AS3 https://github.com/flashquartermaster/Cuke4AS3/ [EDIT]After much research and complication, I ended up using a Singleton...
View ArticleUploading File classic ASP
HiIm a new flex developer and i making an app that insert data into a db and upload a file in a path web server, but my problem is when i send to asp my archive there is no way to save on the path and...
View ArticleParametrized Tests and IRunListener issues
Hi, I'm currently working on fixing flexunit 4.1 support for Flexmojos and have run into some problems with the new Parametrized reports.In Flexmojos we usually counted the number of tests and then...
View ArticleRe: Parametrized Tests and IRunListener issues
Ok well in the meanwhile I solved the problems by restructuring the flexmojos unit test support in general.
View Articleitem close event is triggering twice for Advanced Data Grid
HI, I'm using AdvancedDataGrid for my project. My issue is when click on item close, the item close event is triggering twice. Why it is triggering twice? Thank you...
View ArticleHow can i link between two or more test cases(with 1 Test suite) using...
Hi.How can i link between two or more test cases which i have written in the following manner.private function createSuite(suiteMethod:TestSuite):TestSuite {...
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 ArticleFlex 3 charts xfield and horizontal axis for line series
Hi, I have some queries with line series. I am using a column chart along with line series to display data with date field on x axis. It has a horizontal axis to plot date. I have not set any x...
View ArticleMerging Code Coverage Reports
1) Is there any way to merge the report generated by the Actionscript Coverage plugin?? (*.ascc and *.ascs files)2) Is there any way to continue the coverage from an imported report?
View ArticleHow 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 Article