Flex :: Auto-mation - Design A Fully Functionnal Automated App?

Jun 25, 2010

We are currently thinking on getting our apps automaticaly built and tested through a CI server.My major concern is regarding UI tests.. I've been playing with FlexMonkium/Selenium IDE in Firefox but it doesn't really play nice with my app. I'm also testing RIATest 3 but I would have liked the Firefox approach better because it's easy to use for non technical users..A bigger concern is that my app is really complex, using custom events, custom components, ExternalInterface calls.. in order to make it all work smoothly, should I give an automationName to every single component ? How can I handle custom events ? RPC responses time

View 1 Replies


Similar Posts:


Make The .swf Files Fully Automated?

Dec 15, 2009

I'm actually an artist who happened to stumble on flash and have been subsidizing my income with animation projects for some time.My question, query, bane of my existence is the automation of my e-cards.Many many people ask how they can send my cards. Up to now I have been manually customizing cards. whew.I would like to make the .swf files fully automated so people can fill out the "to, from, text message" and e-mail a notice to a customized animation.Is there a generic code I can cut and paste? Beyond basic html code,(seen on my site)

View 3 Replies

Flex :: Automated Testing Without Static AutomationIDs

Aug 5, 2009

testing a Flex app without static Automation IDs attached to components? All of the elements in the apps are generated .....

We've investigated FlexMonkey but it appears to be incompatible with any app that utilizes the ExternalInterface. RIATest's scripting language leaves much to be desired...

View 4 Replies

Actionscript 3 :: Flex - Automated Test Frameworks?

Mar 6, 2012

I've just been tasked with finding automated actionscript frameworks. Can anyone offer the best out there? I'm just beginning to write the code for my project. Is it better for me to keep my MXML and AS in separate files so I can more easily integrate with any frameworks....or does it even matter?

View 2 Replies

Actionscript 3 :: CI-friendly Automated Builds For As3/flex Projects

Jan 27, 2012

We're currently developing a flex web app and our build situation is far from ideal. At present we're (as in individual developers) just building using FlashBuilder and deploying manually. The programmers are currently screaming bloody murder for two reasons, though:The lack of CI is like going back to the stone ageWe don't much care for FlashBuilder(Note: We're only using FlashBuilder because it was the easiest way to set up a flex project in conjunction with Away3d and get it building / rendering correctly -- it's a stopgap solution).As a predominately .NET development shop, we're used to doing continuous integration as well as continuous deployment. Ideally, we'd like to get something comparable to this for our flash projects without tying ourselves to a particular IDE.

Requirements:

The build process must be:

.. runnable via the commandline
.. runnable on both developer and CI build machines (and certainly not requiring an IDE!)
.. preferably as IDE-independent as possible (pragmatism will kick in though; if this causes a lot of friction we'll just pick one).
.. able to run on Windows (we develop using Windows)

We don't mind a touch of duplication or a few manual steps (e.g. tarting up the build scripts if we add a new project via an IDE, or generating one configuration from another if tools exist), but the less duplication / maintenance required the better.

View 3 Replies

Licensing :: License The Data Visualization Components (charting) For The Flex SDK On An Automated Builder Server?

Oct 23, 2009

I have a professional license of Flex 3.3. This allows me to create applications using the data visualization components (charts) without watermarks. However, all of release builds (test, production, etc) occur on our build server.

The build server only has the Flex SDK installed (not full Flex Builder). As a result the SWFs compiled with this SDK contain watermarks on all the charts. How can I apply a Flex Builder Professional license to the build server to remove the watermakrs w/o installing Flex Builder?My build environment is Flex SDK 3.3 + CruiseControl.NET + NAnt.

View 3 Replies

Canvas Component Fully Opaque In Flex 3?

Nov 19, 2010

I have a canvas component that I create and add as a child of a parent canvas component. I set the opaqueBackground property for the child component which makes it opaque over the parent component. However, when I add two child components, they are not opaque over each other. How do I set it up so that one child component completely covers up the other child component?

View 1 Replies

Flex :: Does Flash Fully Load A Flv Before Starting To Play It

Nov 4, 2009

If you have an flv of 20mb, does Flash fully load it before starting to play it? And if not, what's the difference then with streaming video?

View 1 Replies

Flex :: AdvancedDataGrid Multiple Cell Selection Highlight Not Fully Clearing

Sep 23, 2010

I've two problems, the second of which is only an issue because it's a possible way to fix the first! I'm developing a Flex 4.1 application, using a Spark theme: I can't change these; Halo isn't an option. It's providing the facility to fill multiple-selected cells of an AdvancedDataGrid with a single character, from a single keypress. So the user selects their cells using the Shift key, hits H (for example) and sees all the cells update with H, without using an itemEditor but via grid keyDown events instead. Then they click somewhere else and the selection should clear.

However the visible selection isn't fully cleared and the newly coloured cells won't all change from their selected colour. Underneath I can verify that the selection has cleared: mygrid.selectedCells is empty. All behaviour afterwards points to some kind of display glitch with the grid: The cells aren't selected any more but they look like they are.

[Code]...

View 1 Replies

Flex - Design - Mediators Coupled To Proxies In Flex PureMVC?

Aug 14, 2009

I've just recently learned the PureMVC framework, and am a little confused as to the coupling between Proxy and Mediator objects. The links on this page connect to some documents describing the framework. (Please note, the links on the aforementioned page open PDFs.)

The diagrams and examples of PureMVC I've examined often show a direct coupling between a Mediator and Proxy. When the proxy's state is updated, rather than sending a new Notification, the Mediator (which retrieves a reference to the Proxy from the Facade) has its state updated.

This certainly seems to simplify the logic of the code, but it also directly couples two seemingly disparate components together. To my understanding, a Mediator's purpose is to translate Events from a view into PureMVC Notifications. Proxies are meant to perform some function to gather data and relay it back to the view. These two components seem to exist in different layers of the application, and perhaps shouldn't necessarily be coupled together.

Wouldn't it make more sense to have the Proxy objects send their own Notifications when their state updates, which are forwarded to the interested Mediator by the Facade?

View 2 Replies

Flex - Design Patterns For Adobe Air/Flex Applications?

Jun 2, 2010

I'm going to write an application with the Air/Flex-Framework. I'm looking for Best Practise and general Design Patterns for designing software especially in Air/Flex. I have experience with this framework but never had the pleasure to write a piece of software from scratch.

For instance: I stumbled across lots of software written in Air/Flex with nearly infinity global vars Most of the software I saw was not object-oriented How can I pack the asynchronous method calls nicely?

I'm familiar with general design patterns by gamma. I'm looking more for advise in designing good quality software with Adobe Air/Flex.

View 4 Replies

Flex :: Design Desktop App (from Web App Dev)?

May 16, 2010

I have only worked on web apps for my whole career.I'm starting a new desktop (Adobe AIR) app project but I found myself having difficulties with:

stuck with thinking about overall UI design in the traditional page model

not sure how to handle the navigation part in the UI

not taking advantage of states

deciding what should be implemented on client vs server side, (or on both?).

View 3 Replies

Flex :: What Was Design Decision Behind ItemPendingError

Jul 29, 2009

Flex has the notion of lazily loading data. It has a class named ItemPendingError which allows developers to handle it when an attempt is made to access data that is not yet available aka "pending".However, looking at the documentation it's clear you have to add try/catch blocks around your code wherever you have code that might cause an IPE (ItemPendingError) to occur.I'm curious if anyone knows why it works this way. I'm not sure what the best solution might be, but having to willy-nilly add in try/catch blocks to catch the error and then register a Responder with it feels bad and not very clean. And the fact that you sort of have to exercise your application to make sure you've caught all the possible places where the error might occur is also lame.Is there some other way or better approach that I haven't seen/heard of?

View 3 Replies

Periodic Table Design In Flex

Aug 27, 2010

I now need to design a chemistry periodic table. I will have a set of few elements that have been chosen by the user,and that should be reflected on the periodic table by making these few elements clickable.So when the user clicks on these few elements,corresponding explanation text will pop up on the text area outside the periodic table.Making all the elements of the periodic table buttons,so only the buttons that are within the set are enabled(clickable),while others are disabled.Embedding a static periodic table picture,and do things there(don't know exactly how yet).

View 1 Replies

Actionscript 3 :: Design Usa Interactive Map In Flex?

Jun 11, 2009

i need of simple UsA map in flex ,all Area need to be click able as button Is there any tool available for designing buttons in various shape in flex or any build in free map is available in flex. As vector format so that zoom in will not affect the quality.[URL]..

View 3 Replies

Flex :: Design - Gradient Fill Of Chart

Oct 17, 2009

I'm struggling to reproduce the gradient fill of this chart. Is there tools that help testing GradientEntry properties on fills?

View 1 Replies

Flex :: Design A Dynamically Changing Table In It?

Aug 30, 2010

I'm new to Flex 4 and have been doing the Flex in a Week crash course online.

build a dynamically growing or shrinking table with columns and rows. The cell backgrounds of the table will change color depending on an XML file.[url]...

View 1 Replies

Flex :: Design - Static Functions Or Events?

Feb 1, 2011

I'm working with an application which was originally designed to make heavy use of static-variables and functions to impose singleton-style access to objects. I've been utilizing Parsley to break apart some of the coupling in this project, and I'd like to start chiseling away at the use of static functions. I will explain the basic architecture first, and then I'll ask my questions. Within this application exists a static utility which sends/receives HTTP requests. When a component wishes to request data via HTTP, it invokes a static function in this class: Utility.fetchUrl(url, parameters, successHandler, errorHandler); This function calls another static function in a tracking component which monitors how long requests take, how many are sent, etc. The invocation looks very similar in the utility class:

[Code]...

View 1 Replies

Flex :: Implementation Of Value Object Design Pattern?

Jun 20, 2011

I am just looking design patterns used in Flex. Any value object design pattern and how is it implemented in Flex.

View 3 Replies

Flex :: Design Mode Not Working In Builder 3?

Feb 9, 2012

When i try to open my mxml script in design mode i'm always getting following message "This Component is base on VBox, which is not a visual component. Switch to source mode to edit it"

View 1 Replies

Flex :: Papervision3d - Design A Sphere With 8 Holes Around One Of Its Diameters?

Jun 22, 2009

I am a newbie to Papervision. I want to design a sphere with 8 holes around one of its diameters. How do I do it? How do I draw anything on a sphere in Papervision?

View 1 Replies

Flex :: Image Shows Up In Design Preview But Not Application

Jun 23, 2009

My embedded images show up in the Flex Builder Design Preview, but are not displayed when the application is run. The images have relative paths (/assets/images/...), and the application is run on the server (wamp). I've appended the path to the compiled location [URL] and tried to display a image in the browser, and the image exists, too. I've compiled it via FlashDevelop, Flex Builder, and Ant. I've deleted and remade the bin/bin-debug/release/bin-release files to no avail.

View 1 Replies

Flex :: Design - Changing DataGrid Highlight Color

Dec 29, 2009

How can i change the color, when the user mouse over an item on datagrid or tilelist. Basically once the user mouse overs and once the user selects a file. How to change the default color to something else. The default is blue and i dont like it :)

View 3 Replies

Use Flex's Coding Ability With Flash's Design Interface?

Dec 22, 2010

I am looking for some decent tutorial that will explain the correlation between flash and flex (how can I use flex's coding ability with flash's design interface).

View 3 Replies

Flex :: Video Player Doesn't Play Until The Video Is Fully Loaded?

Sep 18, 2009

the player uses a VideoDisplay and i set the source like videoDisplay.source = "sourceStringURL"

and the vid doesn't play until it's fully loaded

View 1 Replies

Flash :: Design Tools For Creating Skins For Flex 4 Components

May 11, 2010

I'm looking for a tool to create just the skins for different kinds of Flex 4 components.I'd like to be able to create the components myself and have the designer/artist do the skin, but I don't think they'd like the idea of doing them by writing MXML files.

View 2 Replies

Flex :: Design A Dynamic Chart Showing Wavelength(s) For Element

Sep 9, 2010

I have a very interesting challenge here for my Flex project development. I now have an experiment wizard which consists of three states.In the first state,the user selects the elements they are interested from the periodic table. When it comes to the second stage,now we have the elements that the user selected in the first state,and these elements are shown on a list A',the user can select an element from there. Also,I have an xml file that has the intensities and wavelengths for all the elements in the periodic table

[Code]...

View 1 Replies

Design Patterns - Particular Flex Framework Can Bring More Advantages For This Case?

Apr 7, 2011

I had experiences using Mate and Parsley. But for now, I'm using none.For instance, I'm using observer and singleton patterns like following.

RegisterView.mxml implements IRegisterAction interface
function onBtnRegisterClick(){
var action:RegisterAction = new RegisterAction();[code].......

This is my interface IRegisterAction.as

function registerCallback(customer:Customer ):void;

My question is "What additional benefits I will get, if I use a particular framework ?".

View 1 Replies

Flex :: Accessing Properties Of AdvancedDataGrid Runtime Vs Design Time

Jun 12, 2011

I am new to Flex and trying to modify some existing code.I am trying to It uses and Advanced DataGrid. In the click event, the ListEvent is passed in, and the code is able to access properties such as event.itemRenderer.data.feature.I would like to check whether the user has clicked on a parent (group) record or the child record; at runtime, I can see that the property I want to access is event.itemRenderer.listData.hasChildren. However, the listData property of itemRenderer does not show up in intellisense, and when I try to access that at design time, the project will not build because of the error "Access of possibly undefined property listData". But the property .data.feature doesn't show up in intellisense at design time either, and that builds and runs just fine.

What do I need to do to access event.itemRenderer.listData without throwing errors when I build the project? Do I need to capture a different event, or cast the event object or one of its properties into another object that will have the properties I need at runtime (I've investigated these options but cannot find info on how to do that).

View 1 Replies

Professional :: Automated Area-sizing?

Oct 25, 2011

When using HTML and CSS you can automate the size of an "area" of the page an "area" is classed as a DIV and you automate it by setting its height and/or width to auto (usually height only with width given a fixed size)in adition you can set the DIVs overflow parameter

this is vital for CMS managed websites

does flash have any simple functions for achieveing the same result? or if i used flash with a CMS system would i need use AS3 to calculate the total height and width of all child objects and set this number as the height and width of the pearent object? (with HTML/CSS i would use javascript to do this)

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved