Community Questions & Answers
Desktop removeEventListener not working
I have an app which uses event listeners to receive events inside an iframe from the outer window, and every time a page is browsed to, a new event listener is added, which causes a huge backup after a while of the same event firing over and over. Since...
Can't login - the login server returned an error
I can't login when launching the latest version of Titanium Studio (just downloaded it for the first time), I also can't create an account through the Studio (I was just testing it). For some reason the Internet is not working through it..what would be...
TideSDK development
Hi, folks ,I m developing mobile application for ios and android , I m using Ti 3.0.1 sdk .and now I want to build desktop application using TideSDK.Can I use mobile Js file. for desktop . is it enough I change CSS it must be same application but its...
rename html file automatically rename all references to that file?
If you rename a file in the project explorer is there a system setting to enable studio to automatically search the entire project for references to the original file name and rename it to the new file name? Currently when I rename a file in project...
MenuBar Applications
Hello All, I was wondering if it is possible to create an application in Titanium Desktop that just displays only in the menubar in OS X and is accessed by clicking on an icon? Thank you for your time, Joshua
Normal html inputs, labels,... with the last letter cut off
I have a desktop application that is built with HTML code and what is happening is that all word inside inputs, labels, paragraphs have the last letter cut off. For example if I put the number "1", I almost can't see that is the number one,...
Bluetooth support
Is there any way to use bluetooth communication between mobile app (android & iphone) and a desktop app with Titanium or with any third part (free) module? Thanks you!
Mobileweb: HTTPClient call not timing out when REST webservice unavailable
**Titanium SDK**: 3.0.2.GA **Studio Platform**: OSX 10.7.5 **Device**: Mobileweb (using Chrome for web browser) I am trying to call a REST web service via a mobileweb app (works fine in iOS). Everything works fine when the REST web service is available. ...
Titanium Studio 3, OSX 10.8 Fails to launch with 'An Error has occurred' message
I have updated Java, uninstalled and re downloaded/reinstalled titanium twice, cannot get past the splash screen. The error log starts with: !SESSION 2013-03-02 15:19:51.770...
Compile error while building Titanium Desktop from source
Hi, I'm trying to build Titanium Desktop from source, with the hope of being able to investigate hard crashes my app is experiencing. I have followed the instructions on [Building Titanium From...
Titanium.App.Properties.removeProperty does not force writing option
Titanium desktop 1.1.0. Seems like function: ~~~ Titanium.App.Properties.removeProperty("key"); ~~~ does not really write to global `application.properties` file like setString do. It's means that when you remove property from...
Connect to device via USB or Bluetooth?
I have an external device (Lego NXT brick) that I'd like to communicate with for sensor reading and motor control, but it can only be connected to over USB or Bluetooth. Is this possible to do with either the desktop or mobile versions of Titanium? I know...
Installing previous version after download
Once a previous version (2.15) is downloaded and unzipped, how do you install it and replace the newer version (3.0) on a Mac (10.6.4)? Thanks.
Titanium Version download availability for Snow leopard
I'm trying to download Titanium 2.x so I can run it in Snow Leopard. Is there a location where I can do this? Thanks.
"adb devices returned 0 devices/emulators" on desktop
I have just create an android project on a desktop titanium and ready to install into an android device. However, it keeps giving me message "adb devices returned 0 devices/emulators" and then timeout. Where is the problem? Is that desktop does...
Here is a good beginner Tutorial
Here is a good tutorial to guide you through starting a desktop and mobile app if you're a Titanium Appcelerator beginner:...
Have TLS/SSL Sockets Been Implemented
There have been some questions about this, but most are 10-12 months old or older. While I can always set up a web server to proxy the connections and data streams using https, there are multiple downsides to acting as a proxy for those connections. Also,...
What can I do with Titanium
I would like to use Titanium to develop an application for all platform. I still have some question: Q1: If I run titanium on windows XP, I know I can't develop application for iOS. But if I want to develop application for Win8 mobile, Android and iOS on...
"Failed to create the Java Virtual Machine" when I lunche Titanium Studio
Hi, I m new on Titanium and on this forum, when i launch Titanium Studio, I get an alert : "Failed to create the Java Virtual Machine." I have the same problem for Aptana Studio 3.3.1 I have this configuration : Mac osx 1.7.5 java 7 Update 10...
Installing titanium desktop
Hi all, I just tried installing titanium desktop and I stuck with this error. Pls help The selected wizard could not be started. Plug-in com.appcelerator.titanium.desktop was unable to load class...
created projects lost all connections after re-opening studio
Hi there, first I created a php-project with three connections. Working with titanium studio works fine already. But after I close the studio and re-opened ist, all three connections are gon from the project. I have to link them manually to the project...
Error
Hi, Now i have installed the Android SDK, Java and App Titanium. i Try to launch KitchenSink, but i have always an error: [INFO] Launching Android emulator...one moment [INFO] Building KitchenSink for Android ... one moment [INFO] Waiting for the Android...
Guidence to build an application
Hi, Can u explain how to build a sample application in titanium.
Draggable transparent windows choppy
When I use the transparent-background property in my tiapp.xml file, and set the window content to drag the currentWindow location via javascript (shown at the bottom of http://developer.appcelerator.com/doc/desktop/tiapp.xml), it works, but the movement...
TideSDK-1.3.1-beta for Desktop Development - Packaged and Ready for Download
 TideSDK-1.3.1-beta for Desktop Development. Packaged and ready for download. For the release...
Websockets in Titanium Desktop 1.2?
There is already a 1 year old question about this but Appcelerator didn't react on it, so I thought I bring it up again. Node.JS, Socket.IO and NowJS have made it remarkably eays to use sockets. On Windows TiDesktop is falling back to XHR-polling. Beside...
Desktop Applications -- did they go away??
I upgraded to the new Titanium Studio, latest version, and for the life of me, I cannot figure out how to create a new Desktop app. This use to be very easy. Is this no longer an option? Should I dig out my old version of Titanium to make a desktop app??
TideSDK-1.3.1-beta Release Announcement
We are extremely proud to announce the release of TideSDK 1.3.1-beta. This is the first community release following the transition of Titanium Desktop to TideSDK. This is also the beginning of a progression of releases in the 1.3.x series as we move...
Enabling WebGL on Titanium desktop
Hi all, I know that the desktop version is using WebKit, and WebGL should be part of that. But how do I enable it to run with in Titanium desktop? Thanks!
Titanium Desktop
Hi, I have a desktop application to developp. can i do it with titanium ? thanks
Request for ability to exclude files/folders from packaging
I'm building a Titanium Desktop application and using CVS as a source control system. Of course, there are CVS folders sprinkled throughout my code directory structure. Unfortunately, those folders are included when I package my application. It would be...
Footer in table view
hi, how can i add footer to the table view
Make web emulator from mobile app
Hi. I am working on a mobile app for iOS and Android. The app works fine but i have a question that i am sure of is stupid so bare with me.... Would it be possible to make an "Online" web based "Emulator" from the code i got for my...
Problems with animations
Hi everyone, After few searches about a crossplatform API to build apps and html5 softs I've finally decided to go on with titanium. I'm just testing the API right now, basically I'm trying go get some results before going forward. I'm having some...
Updating WebKit in Titanium Desktop on Windows
Hi, Is it possible to update WebKit in Titanium Desktop on Windows without building Titanium from source? WebKit runtimes are located in /runtime/win32/[SDK_VERSION]/, however when I replace files from WebKit Nightly Build (WebKit.dll, WebKit.resources,...
Excluding .svn files
I've already review the posting at http://developer.appcelerator.com/question/114541/excluding-svn-files, and still am not having success. I have not made any changes to my builder.py file as I was able to see that the appropriate ignored directories and...
polling packaging request never ends
i've been developing a desktop app on titanium studio and now i can't pack it. i go to publish then distribute desktop and provide the packing settings but when i click ok to pack the application, it's stuck at "Polling packaging request". is...
TideSDK - Progress Report and TideSDK 1.3.0 Timelines
A progress report has been prepared for the community to bring folks up to date with TideSDK development and provide anticipated timelines to the 1.3.0 beta and formal...
ID3 Data
Is there anyway to access the ID3 information for a file in with the API? I couldn't find it if there is
TideSDK - Project Achieves US Non-Profit Status
Its official. Shortly after the unanimous 9 to 0 vote of the Board of "Software in the Public Interest" (SPI) on a resolution to offer TideSDK "Affiliate Project" status; David Pratt, Project Lead for TideSDK accepted. TideSDK is now...
TideSDK - Stack OverFlow Tag Created for Q & A
Hi. I just wanted folks to be aware that a tidesdk tag was recently created on stackoverflow.com. You can subscribe to the tag by hovering over it an clicking 'subscribe'. Subscribing provides a filtered view of TideSDK questions and...
TideSDK | Bundle Packaging
I am now ready to package my application, but I'm having problems with the network type installer. It always gives me code 404 on the Application first run: ~~~ Could not query info: Invalid HTTP Status Code (404) ~~~ I presume the installer is having...
error while running android emulator
hi friends i have this problem when running the android emulator [ERROR] Error locating JDK: set $JAVA_HOME or put javac and jarsigner on your $PATH
Desktop packaging | Public links
Hi, I've just made the switch for Adobe Air to Titanium Desktop, and am very happy with my choice. Since this is a Business Application, I don't want to create public links. I've set the *PUBLISH PRIVACY* to *PRIVATE*, but it created a Public Link. All...
Workaround for missing Titanium.include in Desktop (all versions up to 1.2.0 RCx)
While Titanium.include has been implemented for PHP, Ruby, and Python files, attempting to use it inside Javascript files gives an error message. Here's a workaround I've found that works much better than using eval(). The problem with eval() is that...
Aptana ruble - Output Stream is closed
Hello! Can you tell me how to avoid this error message when trying to execute some ruble command? ~~~ An error occurred while processing the invoke block for the command "COMMAND_NAME" in path-to/file.rb: (IOError) Output Stream is...
Aptana ruble - how to clear CONSOLE
Hello! Is it possible to clear console content programmatically from ruble command code ? I wonder if there is a command like CONSOLE.clear .. CONSOLE.reset or something like that ... Best regards!
Error when compiling Desktop SDK source
Been trying to build the titanium desktop from source, but I get an error, which I assume boils down to "installer/osx/Controller.h:6:24: error: Cocoa/Cocoa.h: No such file or directory". (see full log output [here](http://pastebin.com/pqXmcPw9)...
How to build titanium_desktop on Mac OS X Lion
While attempting to build, I am continually receiving "Resource temporarily unavailable" errors. I've tried different versions of Python (2.5.*, 2.6.*, 2.7.*), SCons (1.2.0 up to 2.1.), and the Mac OS X SDK (10.5, 10.6, 10.7). I've also tried two...
TideSDK - New Site Launched as TideSDK Continues to Move Towards Release
The TideSDK Team has been working hard towards a release of TideSDK 1.3.0-beta. The 1.3.0 release will come with major library upgrades to support OSX Lion, Mountain Lion, Ubuntu 12.04, Windows 7 and 8, updated notifications support for growl in OSX, and...