Community Questions & Answers

Minimize to tray only works once

I'm trying to make my application minimize to the tray on Windows. I am using the following code which works, but I can only restore from the tray after the first time the application is minimized. The second time I minimize and try to restore from the...

tray menu on Desktop app

Hello, I need to execute a code when the user click on tray icon on the MacOSx topbar. Currently I'm using this code ~~~ var tray = Titanium.UI.addTray("icon.png", function() { alert("Hello"); }); ~~~ The alert is displayed when the...

Titanium.UI.Tray

Hi, I'm trying to work with Tray UI api, but not matter what I try the Tray never show. My apps is in ruby but I've also tried to use Javascript instead without success I'm using the build you can find on appcelerator.com on osx, and I'm targeting...

Mac OS X Tray application?

![Example image](http://26.media.tumblr.com/tumblr_lpggeyuNYG1qejjfeo1_500.png) Would it be possible to build something like this with Titanium? - running an app that pops up out of the menu bar with custom style. How would I go about doing something...

How can I run a mobile app in the background

Hello. I need to run my app (for both Android and iPhone) in the background, with a tray icon. How do I do this? My app will regularly connect to a server and check if there is anything new. So the user starts the app, do stuff, then when he exits the...

Mac Tray

Is it possible to make an app that resides in the mac tray with Titanium desktop? I would really like to develop an app similar to those that are at the top-right corner of the mac bar. The kind that are next to the volume, wifi, and bluetooth control. Is...

How to run a titanium appication as a service and how to intecept window onClose event to get application on tray

Hi i'm a newbie on Titanium, i'm asking you 2 questions: 1) is there a way to automatize the autostart of my application (The application should start automatically after a OS reboot). 2) how to add an event listener on the window object and change the...

Showing 1-14 of 14