Create string from Image blob & Another string.
Hello! I do have a complicated case. The task is get string (or maybe buffer) representation of the row data of an image from camera (it means i need binary data inside string). Than concat it with...
View ArticleSocial network with titanium
Hi i want to make a share and comment in my mobile application like facebook so please any help if there ars some exempls and thnx a lot
View ArticleAdding backbone.js initialize() function to an Alloy model
Latest version of Studio, SDK 3.2.2 GA Build targets: Android, mobile web. Host: Linux Mint 14 Using a standard Alloy-generated model. exports.definition = { config: { columns: { "name": "text",...
View Articleimage is not Hiding in titanium ios
i am working on Expandable Table View Row My problem is i have given image for parent row Plus and minus image on click of parent row plus image should hide and minus image should and if i again click...
View ArticleChanging actionBar SearchView color
Hi, I'm trying to change the SearchView hint text color but it doesn't seem to work. I did a quick test using the code here:...
View ArticleNavigation Bar without Tab Group
Hi Everyone. I'm restructuring an app I made a while ago to not have any tabs, but I'm having an issue. In the old version, when you'd click an image to go to another page, there'd be a button in the...
View ArticleHow can I save things to Google Drive from an emaildialog, or how do I...
I'm trying to send a mail in androit using the Ti.UI.createEmailDialog(). The mail consists of a text message and a html file sent as an attachment. Everything works fine, exept that Google Drive shows...
View Articleadmob module download
Has anyone used the admob module in the past year? Trying to download the ZIP files from PC or OSX gives a corrupt file that can't be opened. android ios Thanks for any help!
View ArticleTitanium Studio can't find Android SDK
Hi I am running Titanium Studio on OSX Mavericks and have been using it on 2 different user profiles for quite some time. For some reason I have only been able to install updates using the userprofile...
View Articleopen local pdf file in webview in alloy project
Hi, I want to open a local pdf file in alloy project I have a folder named files in app folder. app -> files -> folder -> file.pdf here the code i write to open file :var filepath =...
View ArticleBroadcast of udp module for ios not working
Has anyone succeeded to successfully broadcast a message using the UDP module in ios? I try to use the module to broadcast a message over u UDP socket, but this message is never sent. When I try the...
View ArticleStorekit Module not completing purchase.
Hi, I have created an alloy project and setup the project with the example from https://gist.github.com/dawsontoth/1448587 It all works fine and I can click buy for the product but the code never...
View ArticlecreateVideoPlayer url property not setting correctly for local file
CLI version 3.2.1, Titanium SDK version 3.2.2.GA - IOS 7.1 how to set the local file url to videoPlayer ? the url property when set takes the url from the app not from the file system var videoPlayer =...
View ArticleACS internal server error
I recently rolled back some code changes in git to a known functioning point. Now when the app executes an ACS query, all I get is [INFO] : Error: [ERROR] : : Internal Server Erroreven though I have...
View ArticleGetting raw Binary data from Blob
Hello! I got a picture from my phone camera. It's coming to me like a Blob.var blob = event.media;The next thing I wanted to make is somehow get the binary data in string representation. The reason is...
View ArticleDownload image from server (php)
Hello) help me pleasevar previewImg = Ti.UI.createImageView({ image: 'http://mydomain.com/account/getpreviewimgone', width: '15%', left: '1.5%', defaultImage: '/previewImgEmpty.png' }); ///not...
View ArticleShare link to share app with all installed apps
Do we have any module which can let me share the app using all apps installed on device? As per description of ExygySocialShare module, it lets you share only for Facebook, twitter and google+. I have...
View ArticleUnable to run a project
Everything was working fine in titanium and suddenly it started giving the following error. Can someone please help? Titanium is installed on Ubuntu 64-bit system.Titanium Command-Line Interface, CLI...
View ArticleiOS scrollView with child view 2DMatrix rotation
I'm having issues with rotation of an image view that's a child of a scroll view. After I rotate the image, when I try to zoom in and out using the native scroll view functionality, the image view...
View ArticleTi.Draggable on intel atom devices (e.x. Samsung - Galaxy Tab 3 (GT-P5210))
Hi. I've got error on Samsung - Galaxy Tab 3 (GT-P5210) 4.2.2 (Intel Atom Z2560 1600 Mhz) from app using ti.draggable: > java.lang.UnsatisfiedLinkError: Cannot load library:...
View Article