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
0
votes
1 answer

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 somehow the new States feels like it's overlapping.…
marko
  • 10,684
  • 17
  • 71
  • 92
0
votes
0 answers

Ubuntu Mate - Pi 3 - NFC 1.7.1

I plug my pn532 NFC V3 in my Pi, I use this Scheme https://i.stack.imgur.com/deOfX.jpg I'm using a Ubuntu Mate 16.04, I follow this steps: Plug the board. Change this file /boot/config.txt dtoverlay=pi3-disable-bt enable_uart=1 Change…
0
votes
0 answers

Bash script with multiple sudo commands in tabs

I have a bash script that opens a mate-terminal with 3 tabs, each tab having a command that requires sudo. The problem is that I have to put in my sudo password on each of the 3 tabs, which is not ideal. Can I make it so I only have put in my sudo…
Sega dude
  • 1,103
  • 3
  • 12
  • 29
0
votes
1 answer

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. The sample app has two folders in its root…
ChrisInCambo
  • 8,455
  • 15
  • 50
  • 63
0
votes
1 answer

Archlinux + MATE Terminal - `.bash_profile` is not being sourced

I am using Arch Linux with MATE as desktop environment. So terminal emulator is MATE Terminal. Recently I installed Jekyll with gem install jekyll. But when I ran jekyll -v it says bash: jekyll: command not found. So I tried to add path of Jekyll to…
taufique
  • 2,701
  • 1
  • 26
  • 40
0
votes
2 answers

callback to model object

I am trying to figure out how to define a callback to my model object, via the Mate Frameworks LocalEventMap.
reidLinden
  • 4,020
  • 4
  • 31
  • 46
0
votes
1 answer

solarized theme in vim (and MATE Terminal?) doesnt work properly

I just downloaded the solarized theme for vim and for the mate terminal and am now desperately trying to set them up. I've kinda got the light theme on MATE Terminal running (as stated in the description of solarized theme the dark theme is work in…
TheKaltur
  • 21
  • 6
0
votes
1 answer

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 pass any value hence not sure of how/ what should…
0
votes
3 answers

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 installed it), I define this URL in a config…
GroovyB
  • 91
  • 1
  • 6
0
votes
1 answer

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 dialog pops up is unrelated to the data being…
davidemm
  • 2,001
  • 1
  • 23
  • 31
0
votes
2 answers

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 unable to inject the model into the view using the…
tomato
  • 5,644
  • 13
  • 43
  • 48
0
votes
2 answers

Flex Mate - send object with id property to the server

Is there any way to create an Object using the ObjectBuilder with an id property that is bound to another value? The following does not work since "id" is reserved:
Ofir
  • 1,565
  • 3
  • 23
  • 41
0
votes
2 answers

Automatic encryption/decryption: detect file is closed in Mate/Gnome application

I'm writing a bash script to automatically decrypt file for editing and encrypt it back after file is closed. File type could be any: plain-text, office document, etc. I am on Linux Mint with Mate. I'm stuck: can't reliably detect if file was closed…
Queeq
  • 111
  • 2
0
votes
1 answer

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 flashvars, but I'm not entirely sure where or how I could…
inferis
  • 1,303
  • 1
  • 9
  • 15
0
votes
1 answer

Flex Mate - PropertyInjector fired twice when mapped between Manager and View

My application uses Flex 4 and Mate framework 0.9.1. I'm facing an issue with the PropertyInjector being fired twice when there's a mapping between a manager and a view. I have not shared the original code here, but it looks similar to the…
Arvind
  • 83
  • 1
  • 7