RAMses v1.0  GokMasE 2023
==========================

RAMses is a demo program for Motosu as a $TAPIRSERVER.




TAPIR (Taskbar and Tray API Register) is an API that clients that wish to control
their visual appearance on Motosu can utilize.

At this time a client can:

1) Set a custom icon for their own process tab
2) Install a context menu in their own process tab

3) Create and update a Tray object (an object consisting of 1 icon and 2 display areas)
4) Install a context menu in the right click menu related to the Tray object


So what does RAMses do exactly?

The program installs a Tray object that shows in real time the amount of free STRAM/TTRAM.
Memory readings are shown on top of level meters indicating percantage of free memory.

What do I need to try this?

You need to add an environment variable called TAPIRSERVER and set it to "MOTOSU  ". By doing so,
any client wanting to support the API can find the server AP_ID and register for a session-ID.

RAMses seems to include a GEM menu bar too - what is the purpose of that?

The entries in the menu bar has been used to test the details of API and is perhaps not that useful
to end users, other than demonstrating what the API can do with limited effort.


Details on how to achieve this are being prepared - stay tuned for detailed documentation.

===============================================================================================================

