appcelerator

JavaScript QR Code Reader - can it be done? Or, Remote Service?

此生再无相见时 提交于 2019-11-28 20:28:16
I'm doing a bit of preliminary research on an upcoming project and I have a quick question that I figure I'll throw up here while I look elsewhere, in case anyone has any experience with this. The question is simple: is it possible to read a QR code using JavaScript? Is there a remote service to which I can pass a bitmap object from a camera and do it that way? Are there currently any libraries that allow this? The project is going to be deployed to various mobile devices and we'd like to try to use Appcelerator to make it work. I know Appcelerator does expose the Camera API on its host

Titanium module imagefactory won't work

时光怂恿深爱的人放手 提交于 2019-11-28 14:28:17
After several hours, and still not working image module, I hope for som help here. I'm trying to install/use the imagefactory module. 1) I installed it globaly using Titanium studio (tried both from github and appcelerator) but it doesn't show upp when I look for modules in the terminal ('Titanium module'), or in my tiapp.xml when trying to include the module. The plugin installs itself in the directory Titanium/ mobilesdk modules ti.imagefactory-stable <-- here I tried to move the folder to the folders Titanium/moduels/android/ti.imagefactory-stable and Titanium/modules/ios/ti.imagefactory

TableView: content hidden on rows that are not screen visible (android)

守給你的承諾、 提交于 2019-11-28 11:45:29
问题 I've a calendar widget, that is a TableView rotated -90 degrees, after set the TableView data, I add a View rotated 90 degrees the TableViewRows, and set to those Views the new height and width. On 'scrollend' event, if this reach the TableView limits, at the end of the TableView I push another 20 rows to the end of the TableView data, and at the beginning I unshift 20 rows to the beginning of the TableView data. This works perfectly on iOS, but on android there is a issue that I can't

Remove a user through dashboard, but the user is still logged in?

五迷三道 提交于 2019-11-28 09:46:44
问题 I have created an Appcelerator iPhone app based on Firebase authentication, which works very well. But now I come across some unexpected behaviour. My setup is as follows: on app start, the user must login or register. During registration, the account is created, and the corresponding account data (uid, name, email, date etc.) is also stored in a /users/uid data entry. When I remove a user from Firebase through the Dashboard, by removing it from both /users/uid and the "Login & Auth" tab, it

How to request run-time recording permission on Android 6.0?

两盒软妹~` 提交于 2019-11-28 02:17:25
问题 Since Android 6.0, we need to request permissions during app runtime. In my app, i'm using local storage, camera, geolocation and audio recording permissions. So, requesting for local storage, camera and geolocation is ok with that snippet : https://github.com/appcelerator-developer-relations/appc-sample-ti510/blob/master/app/controllers/permissions.js But i've not found how to request for audio recording permission...I actually use titutorial.audiorecorder module for Android and it crashes

JavaScript QR Code Reader - can it be done? Or, Remote Service?

只谈情不闲聊 提交于 2019-11-27 20:42:52
问题 I'm doing a bit of preliminary research on an upcoming project and I have a quick question that I figure I'll throw up here while I look elsewhere, in case anyone has any experience with this. The question is simple: is it possible to read a QR code using JavaScript? Is there a remote service to which I can pass a bitmap object from a camera and do it that way? Are there currently any libraries that allow this? The project is going to be deployed to various mobile devices and we'd like to try

Titanium module imagefactory won't work

僤鯓⒐⒋嵵緔 提交于 2019-11-27 19:33:25
问题 After several hours, and still not working image module, I hope for som help here. I'm trying to install/use the imagefactory module. 1) I installed it globaly using Titanium studio (tried both from github and appcelerator) but it doesn't show upp when I look for modules in the terminal ('Titanium module'), or in my tiapp.xml when trying to include the module. The plugin installs itself in the directory Titanium/ mobilesdk modules ti.imagefactory-stable <-- here I tried to move the folder to

How to build a SystemTray app for Windows?

眉间皱痕 提交于 2019-11-27 11:22:58
I usually work on a Linux system, but I have a situation where I need to write a client app which would run on windows as a serivce. Can someone help me or direct to, on how to build a MenuBar app ( for example like dropbox) for windows environment, which gets started on OS startup and the icon sits in the TaskBar and on clicking the app icon presents a menu. My scripting language is python. Thanks. SpliFF You do this using the pywin32 (Python for Windows Extensions) module. Example Code for Python 2 Similar Question To make it run at startup you could mess around with services but it's

Monotouch or Titanium for rapid application development on IPhone?

∥☆過路亽.° 提交于 2019-11-27 11:14:49
As a .Net developer I always dreamed for the possibility to develop with my existing skills (c#) applications for the Iphone. Both programs require a Mac and the Iphone Sdk installed. Appcelerator Titanium was the first app I tried and it is based on exposing some Iphone native api to javascript so that they can be called using that language. Monotouch starts at $399 for beeing able to deploy on the Iphone and not on the Iphone simulator while Titanium is free. Monotouch (Monodevelop) has an Ide that is currently missing in Titanium (but you can use any editor like Textmate, Aptana...) I think

Monotouch or Titanium for rapid application development on IPhone?

拥有回忆 提交于 2019-11-26 22:20:12
问题 As a .Net developer I always dreamed for the possibility to develop with my existing skills (c#) applications for the Iphone. Both programs require a Mac and the Iphone Sdk installed. Appcelerator Titanium was the first app I tried and it is based on exposing some Iphone native api to javascript so that they can be called using that language. Monotouch starts at $399 for beeing able to deploy on the Iphone and not on the Iphone simulator while Titanium is free. Monotouch (Monodevelop) has an