Textual Status Menu

Hi all,

I’m relatively new to Xojo but loving it so far.

Curious if there’s a way to add changing text to the status-menu section (right side) of the OS X menu bar, similar to the way the clock appears.

I’m writing a timer application and I’d like to show a countdown of the time remaining in this area so the user can see it regardless of whether or not my application is in the foreground.

Thanks in advance!

You can do that with MacOSLib or using MBS Plugins.
https://github.com/macoslib/macoslib

Thanks for the info! Will check it out.