Questions tagged [mate]

Mate is a tag-based, event-driven Flex framework.

Mate is a tag-based, event-driven Flex framework.

Flex applications are event-driven. Mate framework has been created to make it easy to handle the events your Flex application creates. Mate allows you to define who is handling those events, whether data needs to be retrieved from the server, or other events need to be triggered.

In addition, Mate provides a mechanism for dependency injection to make it easy for the different parts of your application to get the data and objects they need.

Website: http://mate.asfusion.com/

77 questions
1
vote
1 answer

How to get window origin (position) in mate applet?

I try to get window origin in a mate panel applet. To be more precise I want to know the position of my applet (x and y) on the screen because I have a button which show/hide a Gtk.window but I need to move that window next to my button (above,…
Duffydake
  • 917
  • 7
  • 18
1
vote
1 answer

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 framework with Java remote services? A simple integration…
subh
  • 307
  • 1
  • 7
  • 15
1
vote
0 answers

Xfce4 & make dcript for saving theme in a script for restore theme

I'm trying to write a Script for save all desktop theme cursors, icons, fonts, wallpapers, panel + panel Content. This is very simple and repetitive script. Becuase I don't know a better method for saving and using variables with some more advance…
inukaze
  • 441
  • 1
  • 6
  • 17
1
vote
6 answers

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 am baby stepping through flex, should i go for…
iamgopal
  • 8,806
  • 6
  • 38
  • 52
1
vote
1 answer

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", type="flash.events.Event")] public class Shortcuts extends…
asawilliams
  • 2,908
  • 2
  • 30
  • 54
1
vote
1 answer

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 pass the value user.
Kevin
  • 23,174
  • 26
  • 81
  • 111
1
vote
1 answer

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, but I can find no information on the main site…
BefittingTheorem
  • 10,459
  • 15
  • 69
  • 96
1
vote
0 answers

Does mate framework for flex leak with injectors?

I have been trying to pinpoint a memory leak I have in my flex application and I have just discovered that it might be related to mate. I'm using mate's Injectors (in a mapping file) to inject an item to a popup:
Ofir
  • 1,565
  • 3
  • 23
  • 41
1
vote
1 answer

Mate: Unable to set property model

I have an application with modules. Every Module is completely self-contained. There are no shared events or anything else between them. In each modules there is a DataGrid and with a ContextMenu. The details of selected data open in a popup window.…
Frank
  • 11
  • 1
1
vote
1 answer

How to collect objects created by ObjectBuilder tag and assign them as collection to another object in Flex 4 Mate framework

Suppose I instantiate two sub-objects in Mate event map: ... ... ...and one main object which must contain previous objects in a…
Yarovoy
  • 649
  • 7
  • 17
0
votes
1 answer

Flex Application Framework: PureMVC vs Mate, which is better in productivity

I am trying to develop several small machine(such as a ic-m700pro) simulator in flex. I have been read document and tried in both PureMVC and Mate, each for two day. I don't have experience enough to choose the right one. I just want to develop…
Viet Anh
  • 165
  • 1
  • 11
0
votes
2 answers

cairngorm vs mate framework comparison in flex

I have been developing applications in cairngorm framwork in flex for over 2 years. Now I have to develop applications using Mate framework. I have no idea about Mate framework and which one is better than the other. I also need to know where to…
nitin
  • 75
  • 1
  • 12
0
votes
2 answers

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 to display the main view with…
alonzo
  • 95
  • 9
0
votes
1 answer

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
user17510
  • 1,549
  • 5
  • 20
  • 37
0
votes
0 answers

No package libnautilus-extension to build ubuntu-wipe from source Ubuntu MATE 22.10

As the nautilus-wipe tool cannot be installed on MATE 22.10, I tried to configure/build from source script on MATE 22.10 results in the following error: No package 'libnautilus-extension' found Configure log: nautilus-wipe-0.3.1$…
Erriez
  • 53
  • 5