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

Can I use same software after switching Window Manager or Desktop Environment in Linux

Suppose I am using Kubuntu. So I have Kwin as Window Manager and KDE as Desktop Environment. I use VSCode and other software. I am switching to other Desktop Environment and Window Manager alongside Kwin and KDE. Note: This means I will have both…
Shezan
  • 277
  • 2
  • 8
0
votes
1 answer

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 applications event , and then populate my loaded swf .
0
votes
1 answer

Wireshark MATE: Calculate response time

I'm just trying to use MATE to calculate response time between each SMPP submit_sm and submit_sm_resp, this is the mate script I'm using: Pdu smpp_pdu Proto smpp Transport mate { Extract cmd From smpp.command_id; Extract seq From…
Lucas Rey
  • 449
  • 6
  • 13
0
votes
2 answers

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. What am i doing wrong? do i have to dispatch some…
Tore
  • 579
  • 1
  • 6
  • 19
0
votes
1 answer

(MATE) pluma "PLUMA_SELECTED_TEXT" is missing from environment

I'm writing a pluma plugin (in python) to automate HTML markup of a selected text. According to (the poor and scarce) documentation, the selected text in the editor should be found in os.environ["PLUMA_SELECTED_TEXT"]. However, when I select some…
Ben Shomer
  • 36
  • 4
0
votes
1 answer

How to show and hide the on-screen keyboard "onboard" in mate-screensaver?

I'm trying to add a mate-screensaver, so that there would be a switch on and off the on-screen keyboard (onboard) right on the window. All the functionality is ready, I use 2 settings of the org.mate.screensaver…
hollou
  • 1
0
votes
1 answer

Ubuntu: Nvidia Applet disappeared after switching to Intel Graphics

I am using Ubuntu 20.04 Mate. And I had some trouble getting my external Display to work via HDMI, therefor I tried switching from nvidia graphics to intel graphics using the applet in my Desktop Panel. Now I can't switch back to Nvidia since the…
Fabrice
  • 3
  • 2
0
votes
4 answers

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, Swiz and Mate?
Kiril Kirilov
  • 11,167
  • 5
  • 49
  • 74
0
votes
3 answers

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!
gerky
  • 6,267
  • 11
  • 55
  • 82
0
votes
1 answer

Keep terminal always open on a workspace

I have installed Parrot OS, which is a Debian-based system designed for cybersecurity and hacking stuff. Running MATE, I have 5 different workspaces I can easily switch to to make my life easier. One of those workspaces I've decided to set as the…
Ciro García
  • 601
  • 5
  • 22
0
votes
1 answer

Angular Material UI Dialog give data to dialog pop up

I'm making a delete confirmation dialog in Angular with Material Ui ( https://material.angular.io/components/dialog/overview). I'm following the logic from the documentation above. But I've run into some errors. I thought I could give some data from…
imkeVr
  • 442
  • 1
  • 7
  • 30
0
votes
2 answers

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 or should I let this event travel through…
Timofei Davydik
  • 7,244
  • 7
  • 33
  • 59
0
votes
1 answer

How to add refresh option in mate desktop environment

Im trying to add the refresh button like we have in Windows in right click in mate desktop. Im running Parrot OS. apt-get install nautilus-refresh sudo apt-get install python-nautilus xautomation wget Both these commands return error as not found,I…
Ebenezer Isaac
  • 772
  • 1
  • 8
  • 31
0
votes
4 answers

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
marko
  • 10,684
  • 17
  • 71
  • 92
0
votes
0 answers

GTK ToolButton text stops displaying after 10 minutes of pc inactivity, in Python gtk mate applet

For some reason the following code works fine but if computer not used for about 10 minutes (no mouse/keyboard interaction) then the ToolButton text stops being displayed on panel and is just blank. The strange thing is if using PC it will stay…