Quantcast
Browsing all 8068 articles
Browse latest View live

Runtime Error " is not a valid Win32 application

Hi, "CreateProcess error=193, %1 is not a valid Win32 application" I found this error at the time execution.

View Article


Password resetting and email

hi guys...i have an issue. I am trying to reset my password and i have correctly configured the smtp settings and email template. I get the success alert but i dont recieve any email on that email...

View Article


Table view and search engine

If I have a tableview with tables, and a search bar at the top. How can I give a function to the search bar to only display that which is searched. In this case, if i search car1, I only want car1 to...

View Article

ListView Scroll Behavior on Android with EventListener

I have this code: sessionListView.list.addEventListener('swipe', function(e){   if (e.direction=='right') { $.drawermenu.showmenu(); } if (e.direction=='left') { $.drawermenu.hidemenu(); } }); which...

View Article

Ti.Platform.displayCaps.getPlatformWidth() returning height and vice versa on...

I've locked my Android screen orientation to portrait via the TiApp.xml (also tried using the tss files)<android xmlns:android="http://schemas.android.com/apk/res/android">...

View Article


Problem with executing Hello, Titanium sample

I am new and learning to build mobile apps as required by the company. I have the ff. specs: Application type: mobile Titanium SDK: 3.2.2.GA Device: Android Emulator Host Operating System: Windows 8.1...

View Article

inside HTML takes up whole WebView

Hello. I have this simple HTML which displays some text and a SVG: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="UTF-8" />...

View Article

How to create Tag Cloud in Titanium Alloy

Hi, I am trying to create a tag cloud in Titanium but I have don't have any clue on how to do it. I have searched the web, Titanium documentation and this forum but didn't find anything to get me...

View Article


Invalid Device ID

Application type: mobile Titanium SDK :3.2.1 Platform : Android Device : Android Emulator Host OS : Windows 32 bit Titanium :3.x I m new user to build Apps.. I m getting following erros.. [ERROR] :...

View Article


Textfield curror is not visible for the android

textfield cursor is not visible for the android I build the application for IOS/Android in both I see the cursor in IOS application. When i run the application in android the cursor for android is not...

View Article

List View Onclick Not working..

<Alloy> <Window id="winSendmoney" backgroundColor="white" exitOnClose="true" fullscreen="false" layout="vertical" title="ZymPay Order form"> <ScrollView contentHeight="auto"...

View Article

tab bar icons on 3.2.0 and 3.2.2

Hi all, I updated my titanium sdk and I no longer have any images in my tab bar. I've googled and can'tfind anything on the issu. How do I get them back?? Also, all my text fields and pickers are dark...

View Article

ACS Cloud Services limits - for user or application

Sorry, but I don't find on the site.... > Pre-Built Cloud Services > Up to 250,000 API calls per day, 5M API calls per month, 20GB of storage it is the limit for every Appcelerator User or for...

View Article


iOS Module Development

Hi, I have tried to create an iOS Module using native iOS. I am able to communicate with the native Module class/ methods. Then I have implemented TiUIView and TiViewProxy for accessing some UI from...

View Article

Not able to download a proper image

Hi everyone, I am getting a .png file from server . I've downloaded it as given in docs . But i when i set it to imageView , it becomes white. I traced the native path of downloaded image , image is...

View Article


How to rotate an element in a Titanium Blackberry app

I have an application in Titanium for Android and iOS and it works ok. Now, I want to create the blackberry version. In my app, I rotate some elements to create the interface. For this, I use:var...

View Article

Android Secondary Screen support

We are looking for options to stream our content (data feeds, images) to the TV via HDMI or via WIFI (DLNA). We don't have a video format, do you recommend using video generation from dynamic content?...

View Article


Its possible add image to tab in view pager (Android)?

Hi, I'm using https://marketplace.appcelerator.com/apps/2228?restoreSearch=true#!reviews module for view pager on android, i dont know how add image to tab, its possible? Tab style code: tabs : { style...

View Article

OAuth

So I'm looking to make a twitter feed in my project. But I'm having problems, I can't find any good tutorials on OAuth2 implementation. Could someone with some experience in this point me in the right...

View Article

Could not find class 'ti.modules.titanium.ui.widget.searchview.TiUISearchView'

Hello I'm getting this error doing a simple exercice Android oriented: Windows, Titanium Studio, build: 3.2.1.201402041146var tbl = Ti.UI.createTableView(); var w=Ti.UI.createWindow(); w.add(tbl);...

View Article
Browsing all 8068 articles
Browse latest View live