4
votes
2answers
189 views
Any Flex 4 migration experience?
My current development stack is MySQL + iBatis + Spring + Spring BlazeDS Integration 1.01 + BlazeDS 3.2 and Flex 3 with Mate 0.8.9 framework. Now Flash Builder 4 beta 2 is out. Th …
4
votes
19answers
1k views
What is this called in computer science?
A lot of programming languages and frameworks do/allow/require something that I can't seem to find the name for, even though there probably is one in computer science. What they ba …
2
votes
3answers
110 views
To execute Flex cleanup function when browser is closed by user
I have a Flex client application. I need a clean up function to run in Flex when the user closes the browser. I found the following solution on the net, but it only works half-way …
2
votes
1answer
89 views
Advice on converting a design-by-accretion Flex project to Mate
We have an internal Flex application which has been designed more through feature creep than by any kind of clear vision. It's basically a kind of CRM and reporting system which ut …
1
vote
0answers
31 views
Using Web Services in the Flex Mate Framework
I am currently trying to use the "Invocation tags" of Mate to call my web services and delegate the WS-responses to my fault/result handlers.
I want to use the generated proxies, p …
1
vote
1answer
175 views
Mate actionscript only version, does it exist?
Hey there, I'm looking into using Mate, but the projects I work on do not require the majority of the functionality of the Flex framework. My workmate said that he heard of an Acti …
0
votes
2answers
34 views
Mate: Unable to set property model
Hi,
i hope anyone can give me an hint to my issue...
i have an Application with modules. Every Module lives for itself. There are no shared events or something between them.
In my …
0
votes
1answer
31 views
Injecting an object created by OjbectBuilder as a property to view
I have a PresentationModel AS class that holds all the values used in SomeView.mxml. The entire class for the model is bindable, and the model property in the view is also bindable …
0
votes
2answers
117 views
Flex + Mate + WebServiceInvoker : Changing the WSDL according to FlashVars
I have a Mate project with a WebService tag instance in the EventMap (which I'm using within various event handlers). I'd quite like to be able to set the wsdl property of the WebS …
0
votes
2answers
124 views
Mate RemoteObjectInvoker arguments
In a Mate EventHandler tag I have an RemoteObjectInvoker tag.
<RemoteObjectInvoker
destination="zend"
source="AccountService"
method="createAccount"
arguments …
0
votes
2answers
541 views
Navigation issue in Flex - ViewStack, states or something else?
Hi,
I have a bit of doubt regarding my application which is being created using Mate framework. The first thing user has to do is to log in, so I created Login.mxml view. After a …
0
votes
1answer
99 views
Mate PropertyInjectors - Inject to as3 class?
Does anyone know if it is possible to inject into a regular as3 (non mxml) class? I've tried with limited success.
Thanks
0
votes
2answers
124 views
Mate Framework - Check data before making remote call
Hi,
Until recently I have been using cairngorm as a framework for flex. However, in this latest project I have switched to Mate. It's` still confusing me a little as I kind of got …
0
votes
2answers
1k views
Flex - Mate framework - dispatching events
Hi, I've recently changed to Mate as a framework for flex. However am running into a few issues.
I want to know how to dispatch events from classes generated via the methodInvoker …
0
votes
1answer
129 views
Flex: How does the compiler know about dependencies?
Hi,
I'm completely new to Flex and am just having a play with a sample application from the Mate framework. I'm hacking on Linux so I'm using the command prompt and a text editor …
