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

Parsley autowiring not working

I'm starting with Parsley and cannot manage to make the autowire working. My configuration is based on flex 4.5 and parsley 3.0.0. My application contains the folowing bootrap :
GaetanZ
  • 2,819
  • 3
  • 21
  • 20
0
votes
2 answers

parsley and swfloader: famous domain propagation

we've got two applications (not modules, two independent applications!): A and B. both are Parsley-managed and we'd like to embed B in A using SWFLoader (but, and i stress that, we don't want to "connect" these applications using Parsley, we just…
Yog Sothoth
  • 344
  • 1
  • 4
  • 18
0
votes
1 answer

Which is a better implementation? Flex programming using Parsley Framework

I'm fairly new at event driven programming and using MVC so forgive me if this question seems like a non-question. I'm trying to assign values to my singleton model class (Client). I have 2 options: I can use the model class constructor to assign…
Justin Go
  • 331
  • 1
  • 5
0
votes
1 answer

Error: cannot add .mxml file to project

I have a project .swc made with maven. the build is successful. If I add the project to Flashbuilder, i get no errors. But if i add a .mxml file with flashbuilder, so its generated from flashbuilder. Then i get This error: 1172: Definition…
Mathijsm
  • 5
  • 2
0
votes
2 answers

Send custom event from one module to another module (Parsley)

I have created a modular application. I have two modules, for example Module1 and Module2. I have loaded these modules in my application. I am using Parsley in my application. I have loaded separate different context builder in both modules. But…
Mitul Golakiya
  • 402
  • 4
  • 20
0
votes
1 answer

Parsley mxml tags are not displayed correctly in Intellij Idea 10+

I'm trying to use Parsley framework in Intellij Idea 10(11) IDE, but in doesn't recognize some mxml attributes, giving error "attribute 'type' is not allowed here". But in the Eclipse the mxml parses Ok. Anyone had the problem? Why would it…
Vitamon
  • 538
  • 7
  • 18
0
votes
2 answers

How does the Parsley Framework Messaging System Work?

I am trying to use parsley framework in my flex application. Messaging System is one of the best feature that I see while using parsley, But I had a doubt, Does using Parsley framework in your application means that, Replace every…
0
votes
3 answers

Flex Parsley - How to handle flash.events.MouseEvent

I am using Parsley framework. In my application, messaging system of Parsley is working fine for custom events. But, in some areas, I have event listeners for MouseDown, MouseUp events on some components. How to deal with flash inbuilt events…
tomjerry
  • 105
  • 1
  • 3
  • 13
0
votes
1 answer

Flex Parsley - How to include ActionScript File in Configuration

I am trying to use Parsley framework on my application. I am able to include all my custom components (written in mxml) and other mxml files in Parsley's configuration file like this, etc .. But, I have…
tomjerry
  • 105
  • 1
  • 3
  • 13
0
votes
1 answer

button not disabling , when error=true then also

I have added javascript code that should disable button when there is error for preventing form submission , I can see the error but button is not disabling and it's submitting the form , In the console.log i can see true also $(function() { …
Meera
  • 41
  • 7
0
votes
1 answer

Flex and Parsley Logging

i'm looking for a possibility to log messages in my flex 4.5 Project. This should cover errormessages in remoteClasses, errorHandler or messages typing by hand. After reading a lot of webpages, the solution from parslay looks good. i want to switch…
Frank
  • 780
  • 1
  • 10
  • 22
0
votes
1 answer

Looking for examples of command chaining in Parsley 2.4

In order to help me understand, I'm looking for examples of command chaining in Parsley. What I mean by command chaining is when one command returns a result that is then immediately used to initiate another command. I ask this question here because…
user223364
  • 469
  • 1
  • 4
  • 14
0
votes
1 answer

Parsley: Creating an ObjectDefinitionBuilder from an ObjectDefinition

I'm working on a framework extension for Parsley, and need to effectively clone an ObjectDefinition during initialziation of the context, and mutate some of it's properties. As ObjectDefinition's are inherently immutable, I'm finding I have to jump…
Marty Pitt
  • 28,822
  • 36
  • 122
  • 195
0
votes
1 answer

How Check if all inputs different from each other by parsley validator

Sorry I'm a beginner *** I have 6 School Children id , and the teacher will put this ids or not important but he must put 1 minimum .. or when he put more of one must them be different from each other . I used parsley.js to validate my test live…
mssss
  • 15
  • 6
0
votes
1 answer

parsley popup displaying 2 popup

I have a parsley popup that can create another popup. The issue comes when I close the root popup, when I open the popup again and click on the child popup, it's actually opening 2 child popups. Any idea why this thing happen? I have already make…
Rudy
  • 7,008
  • 12
  • 50
  • 85