Questions tagged [titanium-modules]

Custom Add-on / Plugins for the Titanium Platform written in Obj-C (iOS), Java (Android) or Javascript. Functions and features not included in the standard Titanium API.

Titanium is a JavaScript based platform for developing mobile applications produced by Appcelerator.

It supports Android, iOS (iPhone, iPod, iPad), Blackberry and Mobile Web applications using a mostly common set of Mobile APIs which render using each platform's native controls and features.

Titanium modules allow developers with experience in specific native platforms to leverage that experience in the form of Add-On's or plugins. Generally modules encapsulate native API's not found in the Titanium SDK (such as EventKit for iOS), wrap some outside service (UrbanAirship libraries) or access hardware specific features (such as OpenGLES modules).

338 questions
0
votes
1 answer

Titanium Paypal integration for Android

I'm learning Titanium for mobile development. Currently, I am trying to learn Paypal usage through Titanium programming. I have the following test code. var ppButton = Ti.Paypal.createPaypalButton({ width: 294, height: 50, bottom: 50, …
Ammar
  • 1,811
  • 5
  • 26
  • 60
0
votes
1 answer

Titanium appcelerator module for PDFTouch crashes with null value

I have create a module of PDF reader having search facility. I have integrated PDFTouch (http://www.binpress.com/app/demo/app/859) framework for this. When I start the app and open a PDF, so, when executing below lines from PDF module, my app…
Paresh Thakor
  • 1,795
  • 2
  • 27
  • 47
0
votes
1 answer

Getting error on [exportSession exportAsynchronouslyWithCompletionHandler:^-[TiBlob _formatReader]: unrecognized selector sent to instance

I am Getting following error on exporting the video using [exportSession exportAsynchronouslyWithCompletionHandler:^ Error: -[TiBlob _formatReader]: unrecognized selector sent to instance I am using the Titanium Module. I am sending video from…
MobileGeek
  • 2,462
  • 1
  • 26
  • 46
0
votes
1 answer

Titanium Cannot display admob on iOS Simulator

I am trying to get Admob to work with Titanium iOS App. First of all I downloaded the Ti.admob module and integrated it to my app. I could see on the Titanium console while it's building that my app found Ti.Admob module, but nothing was shown on…
Aing
  • 116
  • 10
0
votes
3 answers

Trouble installing Appcelerator Titanium modules

I installed the ti.paint module (link) from the marketplace and installed the included demo app. It works on Android, but I get a "couldn't find module: ti.paint" error on iOS. Please help. I should also note that I haven't been able to get ANY…
0
votes
1 answer

ALAsset module for Titanium works on simulator but crashes on device any hints?

I forked this great Titanium module to access the ALAsset. https://github.com/amigoni/titanium-mobile-alasset-module I am trying to access the pictures data and info. It seems to work fine in the simulator but not on the device. Here is where I…
Leonardo Amigoni
  • 2,237
  • 5
  • 25
  • 35
0
votes
1 answer

Titanium Appcelerator Module with FastPDFKit fails to be built

I am trying to create Appcelerator Module with FastPDFKit. I have tested this module with demo code in XCode and it's working. So, I started implementing module for it. I have done all steps as shown required in document to integrate the…
Paresh Thakor
  • 1,795
  • 2
  • 27
  • 47
0
votes
1 answer

App fails to be built when Titanium Appcelerator Module with EventKit is integrated

I am working on titanium app with Calendar module I created before almost 6 months ago. When I had created the module for Calendar, I was using Snow Leopard. But recently I have upgraded my machine for Lion and now, when I tried to modify the…
0
votes
1 answer

EXEC_BAD_INSTRUCTION on calling Appcelerator Module

I am working with Appcelerator module. On Device I get EXEC_BAD_INSTRUCTION error while I call the module.
Paresh Thakor
  • 1,795
  • 2
  • 27
  • 47
0
votes
1 answer

In Appcelerator module, ENSURE_UI_THREAD crashes on device

My code is not working on device, could anyone please help..? - (id) TweetPost : (id) args { NSArray *arr = args; _post = [args objectAtIndex: 0]; NSLog(_post, nil); [_post retain]; ENSURE_UI_THREAD(Tweet, args); } - (id) Tweet…
Paresh Thakor
  • 1,795
  • 2
  • 27
  • 47
0
votes
1 answer

Error 258 while creating Titanium android module

I am trying to create an android module with titanium. I am getting the error below: Buildfile: C:\Users\dhairya\workspace\titanium-testandroidmodule\build.xml init: [mkdir] Created dir:…
Dhairya Vora
  • 1,281
  • 12
  • 35
0
votes
1 answer

Can titanium android module read the database created using Ti.Database?

Database is created (and updated) using Ti.Database with titanium code. I have created an android module. Is it possible that the created android module can read the database created using titanium code (using Ti.Database)? Basically, I want to know…
Dhairya Vora
  • 1,281
  • 12
  • 35
0
votes
0 answers

close titanium application

while starting the application, if it cannot connect to the server then I want to close the application. Please note that I have not opened any window or tabgroup. How can I close the application? In case it is not possible to close the application…
Dhairya Vora
  • 1,281
  • 12
  • 35
0
votes
1 answer

C2DM and Titanium Appcelerator Integration

I am using Titanium Appcelerator in order to implement C2DM on Android. After looking at many answers in their forums and in Stackoverflow, I found a guide that walked me through compiling and incorporating a module(titanium-c2dm from GitHub) into…
avivas
  • 173
  • 1
  • 3
  • 17
-1
votes
2 answers

how to remove all Toggle BreakPoint once time?

I am a new Titanium User, I don't know about Toggle Breakepoint in Titanium, i set a lots or break point in one or many .js file. how, i remove all toggle view once time. plz, help me? Thanks in advance,
MRT
  • 1,610
  • 15
  • 41
1 2 3
22
23