Tagged Questions
Mate is a tag-based, event-driven Flex framework.
12
votes
2answers
5k 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. There are cool ...
5
votes
18answers
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 basically do is bind ...
3
votes
1answer
381 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, provided by the Flex ...
3
votes
3answers
1k 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 for me. How could I ...
2
votes
3answers
96 views
Actionscript Compiler directive
I have an established pattern for lazy loading data from a server via AMF.
private var _XeventDispatched:Boolean;
private var _X:ArrayCollection;
public function get X():ArrayCollection{
...
2
votes
2answers
197 views
Reflect property change from one View into another View using a Class as intermediate
I did submit a thread which was (after reading it again) totally wrong formulated. This is actually what i wanted to know:
In a Flex application using MATE suppose we have a view called View.mxml ...
2
votes
3answers
86 views
How to bind property of View to property of class using Flex MATE
Lately i discovered MATE (for Flex development) and was wondering: how do i bind a property in a view (actually a navigatorcontent component) to another property in a class so that they stay in ...
2
votes
1answer
138 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 utilises quite a lot ...
2
votes
2answers
3k views
Flex - Mate framework - dispatching events
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 tag.
...
1
vote
1answer
78 views
How do you choose the initial view for a flex application?
I want to load an initial component to be displayed in my flex app, depending on whether a value in the SharedObject is set (first launch). How do I accomplish that?
1
vote
2answers
142 views
Mate How to inject UI component
In the Mate framework for flex. I'm trying to inject a UIComponent into a non UIComponent.
The reason is the UI component is a library component and it has methods that need to be invoked on it. I'm ...
1
vote
2answers
106 views
Unicode characters from Flex to Java
I am using MATE Framework. I am using HTTPService to send data. While sending unicode characters from Flex to Java, I recieve garbage values in Java form. Can something be done about it?
1
vote
2answers
153 views
Mate not listening to events - Flex
I am working on a simple project involving flex 4 and Mate framework. When I am including Mate event map in fx:declarations tag in mxml file, and when I fire up an event, Mate event handlers listen to ...
1
vote
1answer
253 views
Integration using flex 4(MATE MVC) and MSMQ
I`m doing an application in air(flex4), as this is my first app, I need some advices to do the integration part.
All integration between my system and the back-end have to be done using MSMQ, ...
1
vote
1answer
184 views
How to use strongly typed remote service objects in Flex with Mate Framework?
I am relatively new to the Mate framework, but so far really like what I see. My application makes a lot of use of the <RemoteObjectInvoker> tag to call my BlazeDS/Java service methods on the ...
1
vote
1answer
102 views
In Mate, Sending two or more requests to the server simultaneously?
I'm using Mate's RemoteObjectInvoker to call methods in my FluorineFX based API. However, all requests seem to be sent to the server sequentiality. That is, if I dispatch a group of messages at the ...
1
vote
1answer
151 views
Mate and Remote Java Services Integration
I am new to Flex and need to integrate Java services with Flex UI built using Mate framework.
Can anyone point me to any website/links or show an simple example of integrating Flex UI on Mate ...
1
vote
6answers
188 views
how much effective is a frameworks for RIA in long run?
i am pretty newbie in terms of flex/RIA frameworks. mostly done work on server side. as i search on internet , people are using a lot different framework, cairngorm to mate. so my question is , as i ...
1
vote
1answer
187 views
Mate not catching Event in EventMap [Flex]
In my AIR application I am having problems catching dispatched events in my eventmap.
The class that is dispatching the events looks like this:
Shortcuts.as
[Event(name="centeredZoomOut", ...
1
vote
1answer
123 views
Mate Dispatcher tag
I need to pass a variable in dispatcher tag... for instance
var google:EventName = new EventName(EventName.ADD_User,user);
dispatchEvent(google);
Now when i go to Mate dispatcher tag... how can i ...
1
vote
2answers
280 views
Mate Framework - Check data before making remote call
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 used to leaving data in ...
1
vote
1answer
274 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 Actionscript version, ...
0
votes
1answer
33 views
Handling event inside loaded swf in MATE
Can I handle an event inside a loaded swf file(using swf loader) using MATE when my main application fires the event ? i want to make a remote service call based on the data i get from the main ...
0
votes
2answers
130 views
Spark List SelectedIndex doesn't update
So my problem is the selectedIndex isn't updated when i use nextSlide() and prevSlide(), which are executed when i click on two buttons. SelectedIndex works when i click on the elements in the List. ...
0
votes
4answers
549 views
Comparison between Mate, Swiz and Robotlegs frameworks for Flex development
My company is willing to reffactor its biggest and heaviest project introducing some kind of framework. Are there good online source/issue/blogpost with comparison of these 3 frameworks - Robotlegs, ...
0
votes
2answers
132 views
How to Use Scite as default editor in Git
I'm using git config --global core.editor "mate -w" when using textmate. How do I set it to scite? I am not sure what -w or -f means. Thanks!
0
votes
2answers
72 views
Flex, Mate: event path - what way to choose?
Imagine we have an object dispatching some event and this object should perform some action on this event. What's the right way of catching this event? May I listen to this event directly in my object ...
0
votes
4answers
236 views
What's the best and smallest framework for flex 4?
I'm looking for a framework that is small and reliable and works in Flex 4.
I have some suggestions (but which should I choose):
Mate
swiz framework
robotlegs
0
votes
1answer
63 views
Where does Flex 4 states sit with components and frameworks?
Basically each of them tries to build smaller manageable parts of an application, but now I'm getting a little confused. I've seen the Mate Framework which claims to be an eventbased framework, but ...
0
votes
2answers
90 views
callback to model object
I am trying to figure out how to define a callback to my model object, via the Mate Frameworks LocalEventMap.
<EventHandlers type="{WebServiceEvent.RT_GET}" debug="true">
...
0
votes
1answer
73 views
Flex - MATE Framework
I am new to MATE framework and I have been digging around some sample codes so that i can do the following:
On clicking a button (on a canvas)
Display a Panel.
The issue is that i am not trying to ...
0
votes
3answers
1k views
Initialize webservice WSDL at runtime using Flex and Mate framework
I am developing a Flex application on top of Mate framework.
In this application, I am using a webservice to retrieve data.
As this webservice as not a fix location URL (depending on where customers ...
0
votes
1answer
704 views
Flex-Mate, How To Back PopUp (Dialog) With A Model
I'm using MATE on an Adobe Flex project for MVC. On one of our pages, we have a dialog window that is presented to the user that displays them information that comes from RPC. The pages where this ...
0
votes
1answer
467 views
Mate: Unable to set property model
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 modules there is a ...
0
votes
2answers
378 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. However, I am ...
0
votes
1answer
421 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 WebService via ...
0
votes
2answers
614 views
Mate RemoteObjectInvoker arguments
In a Mate EventHandler tag I have an RemoteObjectInvoker tag.
<RemoteObjectInvoker
destination="zend"
source="AccountService"
method="createAccount"
arguments="{event.fname}"
...
0
votes
2answers
1k views
Navigation issue in Flex - ViewStack, states or something else?
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 successful login I need ...
0
votes
1answer
320 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
1answer
200 views
Flex: How does the compiler know about dependencies?
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 rather than Flex Builder.
...
-1
votes
1answer
56 views
mate framework - site down? [closed]
I can't enter the mate framework website -> http://mate.asfusion.com
is it just me or you also have the problem?
It is pretty important for me since I need access to download, documentation and forum.
...