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
14
votes
2 answers

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 features like Data Centric Development (DCD), form…
Gok Demir
  • 1,404
  • 4
  • 21
  • 40
7
votes
17 answers

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 to a variable/object/class/function by name. Flex…
thvo
  • 1,532
  • 2
  • 15
  • 29
6
votes
2 answers

How do I set the default window manager under Fedora 21?

Fedora 21 comes with the ugly Gnome 3, and I installed XFCE and MATE, but I don't know, how to set either of them as a default X window manager. After I logout from Gnome 3, I don't see any selection from installed window managers.
user3719454
  • 994
  • 1
  • 9
  • 24
4
votes
0 answers

mate desktop environment marco window manager window focus not working

I am running : fedora32 mate desktop environment wayland marco window manager xterm emacs -nw (text mode) emacs dired+ mode emacs "openwith" mode When I start up "emacs -nw" in the xterm it uses "dired+" mode to give a directory listing. The emacs…
4
votes
5 answers

Ubuntu asking for password again and again

Ubuntu asking for password again and again I am also having the same problem . When I enter my password while booting up, it shows screen with system loadings for a split second and takes me back to password entry screen
mohitmonu
  • 117
  • 1
  • 2
  • 7
4
votes
2 answers

Where is the HiDPI option in Linux mint 17 "mate"

I installed Linux mint 17 mate in my Macbook pro retina with Virtual box, but the font is very small, how do I enable the HiDPI option in mate?
Awin
  • 139
  • 2
  • 9
3
votes
0 answers

run bash script every time user unlocks the screen

With every screen unlock by providing credentials in, my aim is to have a popup for the user to click "agree" for terms & conditions. I am using xmessage for this, simple bash script that throws the file out and two buttons: -agree; -no; I can't…
sredwopclub
  • 51
  • 1
  • 3
3
votes
3 answers

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 synchronization (meaning that whenever the property in…
Savvas Sopiadis
  • 8,213
  • 10
  • 34
  • 53
3
votes
0 answers

QT on raspberry pi 3 model b running ubuntu mate 5.10

I am a noob trying to run QT creator on my raspberry pi 3 model b With the ubuntu mate 15.1. I followed instructions online for installing QT and it ran the installation prosess. But when I try to run creator it Only opens the program gui toolbars.…
Bjørn
  • 31
  • 1
3
votes
1 answer

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 Builder, and not the plain or…
Juve
  • 10,584
  • 14
  • 63
  • 90
3
votes
3 answers

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 fix it? Thanks in advance for any…
tomato
  • 5,644
  • 13
  • 43
  • 48
2
votes
3 answers

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{ if(!_XeventDispatched && (_X==null ||…
SuperSaiyen
  • 1,410
  • 10
  • 12
2
votes
1 answer

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 of Flex components (trees, graphs, custom…
inferis
  • 1,303
  • 1
  • 9
  • 15
2
votes
3 answers

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

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 with a property called ViewProp and a class called…
Savvas Sopiadis
  • 8,213
  • 10
  • 34
  • 53
1
2 3 4 5 6