Community Questions & Answers
How to detect even of minimizing App in android?
Hi I found some codes but cannot run for me? I need to detect te minimizing app and run a service in a background for android, I cannot add my app to Tray also, there is no method in Ti.Ui,AddTray!!?? please help me. tq ~~~ if (Titanium.Platform.name...
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...
System tray menu icon - transparent background?
Is it possible to display png or ico in the system tray menu with transparent background? Doesn't seem to work for me. It sets the background to white.
System tray icon for mobile app
Hello. How can I make a system tray icon for my app (Android and iPhone)?
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?
 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...
Left mouse click on tray icon in Titanium Desktop
Hello, Is it possible to attach a function to the mouse click on a tray icon, in Titanium Desktop? I can't find an appropriate event to intercept. Thank you in advance.
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...
Native notifications in Windows possible?
Windows has a native notification system in form of the balloon notifications associated with icons in the notification area (aka tray). Titanium seems to support only third party notifcation applications or roll its own notifications as a fallback. Is...
Titanium Desktop - Window hides, but doesn't show again
I'm reasonably new to Titanium, but I was following some tutorials. I came across the [Tweetie-like desktop application video](http://vimeo.com/4320245) and wanted to implement functionality similar to the OS X tray icon that hides/shows the main app...
Background Desktop Process
I'm looking to use Titanium to create a small uploading application using the Tray icon functionality. I've got everything I need working perfectly but I cannot seem to get the application to run in the background without the window. I understand that the...
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