base64 image iphone
there is any solution to the problem of moving an image to base64 in iphone?
View ArticleTitanium iOS Local Notification Problem
Titanium iOS Local Notification Problem Application type: iOS Titanium SDK: Titanium SDK version 3.2.0.GA Platform & version: iOS 7.0.3 Device: iPhone 5 Host Operating System: OS X 10.8.5 Titanium...
View ArticleFireevent in remote Webview ?
I'm trying to Fire an event from a remote Webview with Alloy. Is this possible? page.xml<WebView url="http://remoteurl.com/page.html" scrollsToTop="true" height="auto" enableZoomControls="false"...
View ArticleHow to get data from wifi dongle and transmit data to it.
Hi Everybody, I want to know weather we can able to read and write data from WIFI dongle i'm using i have started trying this process in Android application anyone have suggestion on this? Thank you
View ArticleHow to create Admin Users in project developer on cloud?
How to create Admin Users in project developer on cloud? I need to create user in admin user in my project. How to coding it. Cloud.Users.create({ username: $.txTel.value , password: $.txPassword.value...
View ArticleSynchronous http client
here is my code i'm calling a functioncontenturlresp(id); Ti.API.info(e.index); function contenturlresp(id) { var url = Alloy.Globals.networkurl + "/lb/" + id + "/vu"; var xhr =...
View ArticleLooking for iOS module developer (adjust SDK)
Hi, I am looking for an iOS developer who can make a native module based on this advertising SDK: https://github.com/adjust/ios_sdk There is already a Cordova (Phonegap) SDK but Titanium is still...
View ArticleRenaming a titanium module's namespace (moduleId) in android
Hi there, I recently renamed one of our titanium android modules. I did so by using Titanium Studio and choosing refactor to change the package name. Now when we try to build the module, we receive the...
View Articlewidget com.appcelerator.buttongrid not working fine for android
Hi I want to create grid of 3X3 matrix, I found titanium widget com.appcelerator.buttongrid. Below is the URL for the buttongrid code....
View ArticleLogin using twitter and facebook credentials
I am developing a shopping app in alloy titanium. On home page, I want a 'login with Facebook' and 'login with twitter' button. I don't want to put status,tweet or any integration with my app. I just...
View ArticleMy app can run in an android emulator but can't in an android device
installed and configured Titanium Studio 3.2.1 with the 4.4.2 SDK. I can run my app in an emulator but when I Install to device (using Samsung note3) it show "Unfortunately, <myappname> has...
View ArticleWindows back stack
Hi! I want to know is in Titanium something like backstack of windows?
View Articleorganize module, commonJS passing parameter
i want to move the function getDis to another module, how to do that? app.js i create a layoutvar gallery = require('gallery'); var tableRow=[]; var pageNum =1; var win = Ti.UI.createWindow({...
View ArticlePass data from Controller to WebView - event is fire many times...
I pass data from Controller to Webview. If I click the button "Reload with new message", my webview is reloaded in my contentView, but my event listenner adds permanently. If I click on my button 5...
View ArticleACS + search friend by user_id
How can i search for friend with the user_id .... I didn't find any way to do this :(
View ArticleSocial network with titanium
hi I want to make a part of social network like the comment and t like the same in facebook without using ACS because i have a backend part any help and thnks a lot
View ArticleEvents on Dashboard Items
Is there a way to form events on each Dashboard Item? If so, how do I properly call each dashboard item?
View Articleerror base64 image blob iphone
Hello I have a problem in passing base64encode an image taken with the camera in iphone (I generated a text string too long) This is the code, which according to the documentation is very simple (the...
View ArticleBlackberry 10 navbar buttons
Hi everyone, i just started with development for BB10 using Titanium. Are buttons inside the navbar supported? As example look at this, how to get something like this? If i set the title-property for...
View ArticleCan't debug in running android emulator: "Waiting for emulator to become ready"
I can't run app in Debug mode on the Android emulator: "Waiting for emulator to become ready". But emulator was work perfectly in Run mode.
View Article