Questions tagged [parsley]

Parsley is an Application Framework that helps Flex/Flash developer create large scale enterprise applications. It uses the concept of dependency injection but has many extra features that helps reduce development time and complexity.

144 questions
0
votes
1 answer

Why don't FastInject tags work in my Flex/Air Parsley project when build in release mode?

I've got a project that I am working on that works fine when debugging from IntelliJ but when I do a release build (still in IntelliJ) and install the .air fil to my computer none of the FastInject tags seem to work. I thought that this might be due…
Roaders
  • 4,373
  • 8
  • 50
  • 71
0
votes
1 answer

Including configuration files while compiling a Flex application with MXMLC

I'm using: - Flex SDK 3.5.0 - Parsley 2.2.2. - Flash Builder 4 Down in my src folder (which is configured as part of the source path in the Flash Builder), I have a logging.xml which I configure via Parsley: …
Daniel
  • 1
  • 1
  • 1
0
votes
2 answers

How to determine which class has called a function

I am working on a Flex Front End at the moment, and have been using the Parsley framework for passing messages/events around. I was wondering if there is a simple way for a function (in this case, an event's constructor) to obtain a reference to the…
DannyC
  • 79
  • 9
0
votes
2 answers

Pragmatic Unit testing

I'm writing an application using an MVC framework which takes care of a lot of the boilerplate wiring of our system. Specifically - application is written in Flex, using the Parsley MVC framework. However, the question is not language specific. In…
Marty Pitt
  • 28,822
  • 36
  • 122
  • 195
0
votes
1 answer

How to add elements to an injected array without over-writing the other elements in Flex 4 with Parsley

I have an array that i am using to store a collection of objects. My application allows the user to add new objects to the array and edit the content of the objects. all the objects in the array are of the same type and the problem i am having is…
JamesT
  • 21
  • 8
0
votes
1 answer

Injection using Spicelib command group syntax

I'm using Parsley 3.0 with the Flex extensions, but was wanting to use the spicelib syntax for executing a command group: Commands.asSequence() .create(LoadCachedCredentialsCommand) .create(LoginCommand) …
0
votes
1 answer

Method injection in Parsley

Is it possible to inject method using parsley framework in flex application ? I am able to inject the class itself but is it possible for method to be injected.
TrexTroy
  • 303
  • 7
  • 22
0
votes
1 answer

MessageHandler captured in various tabs - Flex

The architecture is based on the use of the following frameworks: Flex, Cairngorm and Parsley. I use a dispatcher with an event "AdicionarItemVendaMercadoriaEvent" within a popuppanel: PopupPanel. I capture the event with [MessageHandler] within the…
0
votes
1 answer

Flex - Parsley - Event Will Not Dispatch From Method in Result Handler

I have a Command that executes a service call. In the result handler, I am doing some logic based off the result data. If the logic meets specific criteria, I am displaying a confirmation popup. If the user clicks the continue button in the…
anad2312
  • 787
  • 2
  • 8
  • 20
0
votes
0 answers

How Parsley PropertiesFile can be reloded, avoiding the cached version is loaded?

In an old Flex 4.1 project I'm using Parsley 2.3.0 and it is configured by a PropertiesFile tag in my main mxml file, as follow: The problem…
Giorgio Vespucci
  • 1,586
  • 3
  • 18
  • 30
0
votes
2 answers

FastInject not detecting objectId in Parsley

I have just started using Parsley recently and I ran into this issue. The thing is I have a custom component in my project, which is "configured" by Parsley and has a piece of code as follows:
Shiva
  • 43
  • 7
0
votes
1 answer

Find out message type that sent the request in Parsley Dynamic Command

I am developing one application in parsley framework which uses Dynamic Commands. Here is the sample code public class MyCommand extends EventDispatcher { [Inject] public var service:IService; [Inject(id="model")] public var…
ATR
  • 2,160
  • 4
  • 22
  • 43
0
votes
1 answer

Flex columnset not displayed properly

I am developing a chart in which i need to have multiple column sets but flex is giving me strange results for it. I am using parsley framework. Here is my mxml code
ATR
  • 2,160
  • 4
  • 22
  • 43
0
votes
4 answers

Parsley MessageHandlers not working

I am creating a sample MVC using Parsley Framework of Flex. I am having one slider control (mx:HSlider) which dispatches the event to the model for doing something on slider change. For that i have created one custom event and i am using parsley…
ATR
  • 2,160
  • 4
  • 22
  • 43
0
votes
3 answers

Parsley: Unable to execute command line tool after building it.. "Error while loading shared libraries: libparsley.so.0"

I'm getting started with Parsley (parslets.com), an interesting tool to parse data out of webpages. http://parselets.com/dev/command_line I've downloaded the source, built it, and now I'm unable to run it: parsley: error while loading shared…
waterlooalex
  • 13,642
  • 16
  • 78
  • 99
1 2 3
9
10