Community Questions & Answers

RSS Child View

I have an application where if you click a tab it opens up a RSS feed but for some reason, after the table loads, I can not get the webpage to open within the application after a use clicks a row. I believe the issue is the "win.open(webwin);"...

Database Update not persistent (SQLITE)

Hi, I have a function that adds a row in a database. The row works fine. It is added in the database correctly. When I close the app, and open it, the entry is STILL there. However, if I close the app by double clicking the iPhone home button and close...

iPad images

For iPhone retina we have @2x.png but how we can configure iPad images ?

98 views
asked 4 hours ago by moi moi
last activity 4 hours ago

Check if an array element exists

Hey all, I have a problem with arrays. Right now this: ~~~ if(array[0][block]['element']){ } else { } ~~~ returns "Result of expression [...] [undefined] is not an object". How can I quickly check if an array block or element (as in the example)...

Search Bar

I have used a search bar and i am searching the table values setting the property 'tableAttribute' a row label and not a row title. Its not working in android. Only when i search with the row title ,its working fine in both iphone and android. On...

ToolBar images with label in iOS

Hi Guys. Frist I would like to thank everyone in the community for their awesome support, it's really given the kick start I needed to get back into Ti again after a long break. Anyway... :-) I need some help with tool bars. I've got a non tabbed window...

Android Preferences close event

Is there any way to know when the Preferences Window on Android has been closed after calling ~~~ Titanium.UI.Android.openPreferences(); ~~~ I'm thinking an event is thrown? I need to call some initial code when my preferences changes, is this possible?

keyboard to make a call

Hi, im developping an application like skype which allows to make a call. i want to hava a keyboard like this : http://itunes.apple.com/us/app/extension/id413817253?mt=8 is the a component to have this ? thank you

Zip/Unzip Module license error

Hi, I am using Zip/Unzip Module ,downloaded from Market place [ link](https://marketplace.appcelerator.com/apps/1355?1302163107) , using in Ipad application , but it gives license error , please suggest me how to get rid from this problem

Fatal error

when i click «launch app» the app is starting and after a few second , The app quit and i am getting the following message: "myApp appears to have encountered a fatal error and can not continue."

rounded navbar edges?

Hey all, I was wondering if and how it is possible to create rounded navbar edges as known from iphone apps like instagram or twitpic. Does anyone knows a proper way to round only the upper left and right edges?! Or is it maybe just an image which is used...

hide PhotoGallery

Hi guys and gals, This is sort of a half question / half answer. I've noticed that in the Ti Docs you can set autohide to true / false for ''openPhotoGallery". However there is no call to hide the Photo Gallery like there is with the camera...

Android ImageView's Strange Behavior

Hello Every One, I am working in android project, google API is 2.3 and mobile sdk is 1.8.0 i need to use ImageView like splash screen....My code is as Below ~~~ var winSplash = Ti.UI.createWindow({ left : 320, height : 460, width :...

ti.opengl module global installation

Hi,i am getting crazy trying to install the ti.opengl titanium module: the error that i receive is couldn't find module ti.opengl. My steps: Step1:donwload titanium module, the download gives me a folder named modules with the module inside. Step2:drag...

Images not showing up on the device

Hi all, I can see my images on the simulator but not on the device. My all the images are in resource/images/pic.png and i am using this path to give the image location in the view or image view "image/pic1.png" The problem is that i can't see...

open another tab

Hi! Probably the solution is very simple but I can not find it. I want from win1/tab1 using a click event on a button, open win5 in tab 5. Not in the same window(win1), but in win5/tab5 instead. Simple as that :)

Laser games/shows in Titanium?

In the LUMINAUT and/or LUMIDIUM should be a lase show or game like on this [link](http://luminaut.tumblr.com/page/2). ![alt text](http://24.media.tumblr.com/tumblr_m2jrve5vcj1qfq9mlo2_250.jpg "Title") I think in relation to orientation (like...

iPad Retina display - dilemma

I have a beautiful set of images - which would look really cool on the iPad retina display...but of course the size of the app would be BIG when I use them! I don't think it is a big problem if the end user has iPad 3... but if end user has iPad 1 & 2...

[Doubt]Auto size views containing text.

Hello everyone! I have some little doubts about graphic design :) The first one: I want to create a text (with a label). That text I want it to insert in a view and after doing that I need te view to adjust its size to fit with the text and make it look...

Scrollable Text without a fixed height

I know how to make a scrollable view with a fixed height so far. But what I want to do is a scrollable view containing a view with a textlabel with a scrolling feature based on the height of the textlabel content. My code: ~~~ var my_text =...

comment

I have an idea for a mobile app that I think we should do. We need basic comment functionality – one person comments and then sub-comments from other people on it. Several people will keep commenting. Is it possible?? Please suggest me.

Alert Box - Issue

~~~ Ti.App.addEventListener('openLink', function(e) { // alert("Fired"); if(e.linkUrl.toString().indexOf("tel:", 0) != -1) { var link = e.linkUrl.toString().trim(); var link_length = link.length; var...

Showing 1-50 of 32,051 1 2 3 4 5 6642