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

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 tag to call my BlazeDS/Java service methods on the back-end. However, it is bothering me that I must enter…
Dave
  • 21,524
  • 28
  • 141
  • 221
2
votes
2 answers

Last used files crash on openFileChooserDialog in TideSDK

I work with openFileChooserDialog() in TideSDK: Ti.UI.openFileChooserDialog(callbackFunc, options); callbackFunc = function(filenames){ fileSelected = filenames[0]; console.log('---'); console.log(fileSelected); …
procek
  • 111
  • 1
  • 5
1
vote
2 answers

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 the model. I have a couple of components which…
user17510
  • 1,549
  • 5
  • 20
  • 37
1
vote
0 answers

E: Package 'nautilus-wipe' has no installation candidate Ubuntu MATE 22.10

I tried to install nautilus-wipe on MATE 22.10 which cannot find the package: $ sudo apt install nautilus-wipe Reading package lists... Done Building dependency tree... Done Reading state information... Done Package nautilus-wipe is not available,…
Erriez
  • 53
  • 5
1
vote
0 answers

Logout lightdm session does not close session

I have lightdm running on RHEL7.9. But when I try to logout user from vnc session. It doesn't close the vnc session instead it stays with blank screen and the process is not getting exited. I have also tried "exit_on_failure=true" under Seats…
user3132525
  • 123
  • 6
1
vote
2 answers

Ubuntu 20.04 mate marco hard coded key binding

I use ubuntu 20.04 with mate (then marco). Up to now (pre-20.04) I could bind Mod4+S to my liking (Win+S). After 20.04 upgrade I discover that this Key shortcut Mod4+S is kinda 'hard-coded' to run mate-search-tool, and my explicit binding from…
Phi
  • 735
  • 7
  • 22
1
vote
1 answer

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?
gurghet
  • 7,591
  • 4
  • 36
  • 63
1
vote
2 answers

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 not able to remove the requirement to invoke the…
Wes
  • 6,697
  • 6
  • 34
  • 59
1
vote
2 answers

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?
fR0DDY
  • 795
  • 1
  • 8
  • 20
1
vote
1 answer

Auto refreshing mate-panel applet

Ubuntu restricts what you can do with timezones - most applications have a hard dependency on /etc/localtime, including the Clock applet in mate-panel. I am trying to write a python applet that shows the time in a timezone of the user's choice, but…
Francis
  • 11
  • 2
1
vote
2 answers

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 events and act upon it. The issue is this, in…
Antony
  • 1,608
  • 1
  • 20
  • 27
1
vote
1 answer

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, alright, I have heard some libs that I can import inside…
Arthur Neves
  • 11,840
  • 8
  • 60
  • 73
1
vote
1 answer

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 same time, the 2nd one isn't sent until the first…
Roland Rabien
  • 8,750
  • 7
  • 50
  • 67
1
vote
1 answer

how to get rid of the ghc dependency of xmonad-mate?

I am on fedora, and use the xmonad-mate package. This depends on ghc, and I don't want this, because I have (newer) ghc installed anyway, so it just wastes space on disk, and time/downloads on upgrades. Why do I use the package at all? Because it…
d8d0d65b3f7cf42
  • 2,597
  • 15
  • 28
1
vote
1 answer

How to disable autorun for removable media in ubuntu MATE?

I've been looking a way to disable autorun for removable media in Ubuntu MATE but couldn't find it anywhere. I've looked on Google, Control Center of Ubuntu and even in gconf-editor but couldn't find the option to do so.. Anyone knows how to do…