Quantcast
Browsing all 8068 articles
Browse latest View live

Issue with popover within a listview

Hi all! I am using a SplitWindow within that I have a ListView in masterWindow, When I use the popover outside the ListView it works fine, but within the ListView its giving a error saying [WARN] :...

View Article


SQLit database with web service

Hello all, I have created a titanium android application as a social networking application where the user can send a friend request, friends shown on map and list, chat with friends. and also in one...

View Article


calling url

Hi all i had done with google login in my application same like facebook. I can logout from facebook using facebook.logout();but for google i need call this url https://accounts.google.com/Logoutso...

View Article

Error occurred while trying to give build the sample kitchen sink app.

While I was trying to build the sample kitchen sink App is gives me an error in the console by showing the below error message Titanium Command-Line Interface, CLI version 3.1.2, Titanium SDK version...

View Article

Better way to call "admin" user in code (for ACS)

Hi. In some parts of my code (Node.ACS) I need to use a user with "admin privileges" to do special actions, like modify the password of another user. For example: ACS.Users.login({ login : "admin",...

View Article


It is possible to delete other user in ACS with the current user logged in?

Hi. I have a user management system implemented in my ACS project, but when I do: ACS.Users.remove({ session_id: req.session.session_id, id: id }, function(data) { .... being id the user's id I want to...

View Article

Security concerns in Node.ACS

Hi. I'm using Node.ACS in my personal project and all is working very well, but I'm wondering if all this calls, with a browser in my web, are safe. For example, when my web page ask the user to log...

View Article

Admob android

hi i am trying to add admob to my android app ti 3.0.1 but it doesn't work so any help would be grate

View Article


Alloy Backbone - need help with the fundamentals for basic database CRUD

app: iOS mobile sdk 3.1.2 os: osx mavericks studio Titanium Studio, build: 3.1.3.201309132423 output: iPhone Simulator v 7.x I've been struggling for a good portion of my work day with a basic...

View Article


Why is this site so slow !?

Why is this site so slow ? http://developer.appcelerator.com/ Are you guys using memcached ? I am getting 3 to 5 second load times for each page...So bad when looking for solutions Chris

View Article

How to validate an XML to an XSD or DTD

The API docs tell me that Both iOS and Android lack DTD support. There doesn't seem to be much information on Titanium's support for XSD and/or DTD validation. For now the port of libxml to JavaScript...

View Article

iOS 7 titleControl property have flicking issue

Hi Everyone, I am facing some weird problems on iOS7. window title is flickering when window opens. win.titleControl = Ti.UI.createLable({ text: "title", color: "white" }); How can i stooped flicking...

View Article

how can show image on facebook ???

I have some code : ~~~fb.permissions = ['publish_stream','user_photos','read_stream']; fb.authorize(); fb.requestWithGraphPath('me/photos', {}, 'GET', function(e){ if (e.success) { var data =...

View Article


Render backgroundImage in px not dp

It appears that background images are rendered in dp not px units. This makes them larger than their actual size and blurry. How can I have a background image render at it's true pixel size using px...

View Article

[ERROR] : Invalid "--ios-version" value "7.0" 7.0.3

Hi, I update the Titanium SDK to 3.2.0.v20131107155450, but when I start application on iPad Simulator i get the error: [ERROR] : Invalid "--ios-version" value "7.0" 7.0.3 Accepted values: 7.0.3 For...

View Article


Swipe event on webView

We have a webview where the scrolling worked fine. But when we add this code: web_content.addEventListener('swipe', function(e) { var swipe_town_name; swipe_town_name = central.nextSwipeTown(name,...

View Article

How to properly close ScrollableView's and remove event listeners

I'm just wondering what the proper way to close and remove event handlers within ScrollableView's are? I've got the below view for example, where each of the sub-views have their own event listeners:...

View Article


Transform not working on second load for Android

I'm trying to rotate a webview that has some html in it on my Android app and it seems everytime the page loads a second time, the rotate transform does not work. Is this a bug? var flip =...

View Article

unable to launch titanium studio IDE?

Hi this is srinivas, as of now i am trying to launch titanium studio IDE, but unable to login (with same credentails cross verified with appcelerator site is working gud),may be it needs proxy set up,...

View Article

To select a value from the dropdown without exporting the function

I need to select a value from the drop down on clicking the textfield. I need to do it in the seperate jasmine test file. The value should be selected from a function which is not exported

View Article
Browsing all 8068 articles
Browse latest View live