Community Questions & Answers

iD-Weather approved by Apple!

Hi all! Today Apple approved iD-Weather for iPad! The app is made with Appcelerator's Titanium SDK. Almost all app's of iD-Service are made with Titanium SDK and they are all easy approved by Apple! iD-Weather is a weather station app, which shows you...

iPad videoplayer exits fullscreen when closed

I've developed a simple videoplayer-app to be used at an exhibition. It consists of six icons at the home page of the app, and when you press an icon a video is played. The home screen is ran in fullscreen mode. If i play a movie and it is finished (or...

ScrollableView show multiple pages?

I have a ScrollableView that scrolls View columns horizontally. I would like to show two View columns on the page at once, but only advance by one column at a time. Hopefully that makes sense. Here is an illustration: Screen -------------------- view 1...

New Pricing

Just been looking at the new pricing structure, and I'm struggling to see that the $999/user/month isn't a typo? Is that seriously the new entry-level commercial offering? Does anyone here have a commercial package and can shed some light on what is so...

Error While Updating SDK

I have searched and searched for a solution to this but nothing seems definitive. When I go to Help->Check For Titanium Updates" and then install the latest update, I always get this "java.lang.NullPointerException" error. Any ideas...

scroll paging

Hi all, I am showing contents in scroll view and fetching those contents from remote server. I need to set limit to show 12 products in a window and while scrolling below i need to show another 12 products,so total 24 products need to show and again...

Open a Popover from another Popover

Is it possible to open a new Popover from another Popover without dismissing this? For instance, Popover 1 show current text properties (font, size, color). From this a new Popover would be open to select a new color. target iPad, Titanium SDK 3.0.2

Titanium module build.py fails

I'm trying to make an iOS module for Titanium. I selected "File"->"New"->"Titanium Module Project", filled out the info, and it created a directory for me in my workspace. I opened the xcode project and it built fine....

GPSoverIP

Hi *, [GPSoverIP](http://www.gpsoverip.de/) is a special protocol between UDP and IP for transfering realtime datas. How can I use Titanium? Rainer

How to use this module?

I am trying to use this module: https://github.com/hoyo/TiRemoteControl I cant find out ow to use it. ~~~ var Control = require('net.hoyohoyo.tiremotecontrol'); Control.setNowPlayingInfo({ artist: 'someone', title: 'Happy Birthday to You', ...

How to query the ACS logs

Is there an API to query the ACS logs? I'm adding additional logging on my side, but I need to investigate something that happened recently. There isn't a filter available in the cloud website to narrow down the records. Thanks, John

MusicPlayer Query - Issues

~~~ Core.prototype.musicPlayer = function(index) { if (isAndroid) { var player = Ti.Media.createSound({ allowBackground : true }); } else { var player = Titanium.Media.systemMusicPlayer; /* *...

PageFlip landscapeShowsTwoPages

I like very much PageFlip to browse pdf files. It provides great page animations. Unfortunately, the property landscapeShowsTwoPages does not work. Even if it is set to false, it always shows two pages. The project is now open source...

Showing 101-150 of 5,147 1 2 3 4 5 6 7 8103