Launch new Ruby process
Hi Obviously my Titanium app can have a Ruby interpreter built in, and I know there's an API to launch new processes. My question is, is there a way to launch a new Ruby process. I've had a dig around...
View ArticleDesktop: Titanium does not process my code
Hey all, i developed an application with mobile sdk, but now i'm pretty new to desktop api. Below is my index.html code. Titanium doesn't process the scripts both local api and the php code. All I have...
View ArticleAlarm - Background Processes
Hi, I was wanting to write an alarm type application. I thought this would require some sort of background process to watch the clock and launch some sort of action when a certain time was hit. Does...
View ArticleBackground 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...
View ArticleDoes apple still allow appcelerator
I am really interested in appcelerator and have already begun developing my app (transitioning from web based to native version), and this platform is amazing! But I've been hearing that the apps...
View ArticleTitanium Desktop - Understanding Titanium.Worker
Sorry for the noob question! :) Okay, here’s the deal: I’m writing an app that has a function that downloads a gob of files from a server using Titanium.Network.HTTPClient, and saves them to disk. And...
View ArticleDeploying an app .ipa for sending to Apple
Hello, I am new to Titanium, and I am a bit unsure about the Deployment process. I am using Mobile API 1.6.1 and Developer 1.2.2, XCode 4 iOS SDK 4.3. When I click "Package" in the Distribute tab, it...
View ArticleHow to properly execute commands using only the API
Hi, I'm using Titanium Desktop and am converting my app to only use javascript and the Titanium API (right now I am also dependant on PHP, which I want to deprecate). I've already converted everything,...
View ArticleTi.Desktop -Process - Env or Enviroment Argument
Hey, does the env / "envioment" argument work on Ti.Desktop in createProcess? I have no success with that: Example_env =...
View ArticleEvevnt Based cpu and memory usage in iPhone
I'm developing a mobile application which analyze the cpu and memory consumption in iPhone. For this I want to track those based on events(like GPS, WiFi). What amount of cpu, memory used for GPS or...
View ArticleTitanium desktop process is not releasing memory
Hi, I am building a fairly complex music manager application using titanium desktop. As part of this project I am calling various 3rd party command line utilities via the Titanuim.Process desktop API....
View ArticleTITANIUM.EXIT being called on process end
When my php process is terminated or ended on its own the event TITANIUM.EXIT is fired. Windows XP Side Note: Is this the proper avenue to report bugs? Cheers, Jay
View ArticleTitanium Desktop - Ti.Process fires Titanium.EXIT /CLOSE event on process.exit
Hey, i notice that wired behavior. When a process (Ti.Process.createProcess()) ends, the sdk fires a global Ti.EXIT and Ti.CLOSE event. Unfortunaly, i need the global Ti.EXIT/Ti.CLOSE for special...
View Articleprocess interrumped android
i have the 1.7.5 version titaniumstudio and i add correctly the android's SDK because when i test my apps in the android simulator it runs right...but when i pass'em to my mobile device, it opens the...
View ArticleLoading/processing alert to user
During a time when talking to a server or loading large amounts of information, i want to display a processing or loading box to the user to let them know the app is working just loading the data....
View ArticleTi.Process like for Mobile
There is some way to run shell commands on Android within Titanium?
View ArticleThe process "1460" not found.
I'm trying to run geolocation code but every time I got no output from the emulator and figured out this number of process process 1460 but I don't know what this number refere to ! -[INFO] logfile =...
View ArticleMove application to background process
Hi, I am trying to programmatically close the application from foreground and run it in the background on click of a button. Any ideas? Ti SDK: 1.6.1 | Platform: iOS 4.x
View ArticleHow can i create Synchronous Processes?
Hi all, I'm interesting to create a process (a function for example) and wait until it's finish in order to execute the second process (function). I want to achieve truly synchronous process especially...
View ArticleHow can ActivityIndicator run some functions and the close?
HI, I'm trying to create an activity indicator that executes some functions in the background and then closes automatically. The problem I face is that the activity indicator closes before completion...
View Article