Community Questions & Answers

scandir fails if path contains "system"-string

Hi, I'm trying to set up the Contao CMS into my Titanium Desktop Application, but even the installation fails. I've tracked back the failure to a require_once command. I've already read, that this is a know issue, but I think it may be a bit different in...

Audio stops playing when selecting back

I have a music player page where i create audio player. var sound = Titanium.Media.createAudioPlayer({ allowBackground:true, audioSessionMode:Ti.Media.AUDIO_SESSION_MODE_PLAYBACK }); ...

Desktop app run update check on startup?

Is there a way to get a desktop app to immediately poll for an update when it's opened? I've seen that a variable called *UPDATE_CHECK_TIMER_INTERVAL* is set internally by the Titanium system, and it waits 30 seconds before checking for an update the first...

Save image to chosen place

hi, I have a question, is it possible to save an image from a view to a chosen folder on the iphone? I have been searching, but the only thing i found is save in media photoGallery directory. Can someone help me? Many thanks! this is what i have now to...

Android parsing JSON

I have an app that connects to a remote database, downloads the information as JSON and then saves it to a local database. This is working fine in iOS but I'm having problems getting it to work for Android. This is the code I'm using: ~~~ var getdata =...

Settings Page

Hey Forum, I'm just a little stuck. I'm trying to create a non-working setting page. I've taken the table view controls 2 from kitchen sink and I'm trying to remove the button on the left and put text instead, but I'm not sure how and I haven't been...

tableview that works like iPod?

Is there a way to create a tableview that operates the same way as scrolling through the iPod interface? The way that everything is sorted, and as you scroll down, the current "letter" you're on scrolls and then sticks at the top?

Save Ti.Paint view

Hello, I have ti.paint working and I can draw on the screen. Now I need to be able to save it (whatever was 'painted') and eventually email it to the server. I have a view with a single button. When the button is pressed the signature would be saved (I...

Photography App Question

I'm looking into the possibility of developing an app for a photographer client of mine very similar to this published app:- http://itunes.apple.com/us/app/steven-stiefel-photography/id341853106?mt=8 It's 1.0mb in size so my guess is its loading all the...

ugly tableviewrow

at the buttom of some tableviewrows i have an ugly line. it seems to appear randomly. is there a way to fix that? ![alt tableviewrow](http://blog.mknd.net/Screen.png "tableviewrow")

Padding within a button

Hi All! This is my first post here so I'm a beginner both here and with Titanium. So far I love it but I have an issue with button. Is there a way to create a padding within the button so that the text/label doesn't attach itself directly to the border...

Search in tableview

Hello I have made a custom tableview with labels in it so I can order put the Country name underneath the name of a person. However now i didn't use the 'title' attribute I'm not able to filter. Is can anyone tell me how I can make it search a certain...

iPad SplitView Question

Hello. I am working on a splitview iPad app. I started with the base code from here: http://blog.clearlyinnovative.com/post/3665600022/titanium-appcelerator-quickie-minimal-ipad-splitview Here is an example of what I am looking to do (using the example...

Tableview editing = true + swipe-remove

Hey, i have a Problem with my tableview. This tableview is editable = true. So, if i swipe over a row on the right side the delete button will show. In the Titlebar there is a edit button. When i click this button the tableview switch to editing-mode...

Keyboard toolbar seems broken starting 1.6.x

I have a TextField in a modal window. Starting 1.6.0, the toolbar of the keyboard, when clicking on the TextField, no longer shows up. I tried to change the modal window to non-modal. And it works. It was working fine in 1.5.x. It occurs to me like a...

trouble parsing JSON from Drupal 7 services 3

Hi - total Titanium noobie here.. I am trying to present data from a Drupal node. I can get the node (via Services 3 in Drupal 7) and see the response in [info] but I can't seem to get my head around the parsing. I call it with the usual: var...

Upgrade to Mobile SDK 1.6.1 broke project

I have an iPhone project that was working great with Titanium Developer 1.2.2 and Mobile SDK 1.6.0. I upgraded to 1.6.1 as prompted, and then the Emulator tab was completely blank. The Run on Device and Distribute tabs say "This project is not...

254 views
asked 2 years ago by jeffrey wong
last activity 2 years ago

Can ti.barcode read 1D barcodes?

Using Appcelerator 1.2.2, Titanium SDK 1.6.1 and iOS SDK 4.2 I successfully installed and tested the ti.barcode module in an iPhone project. However, I could only read QR codes once my test app was deployed on my iPhone: this is not what I want. I need my...

TableView Check only works once?

I have a table view with a bunch of rows that may or may not be checked. I have an event listener that should toggle the check. However it only works ONCE per row. I can toggle rowA, and then rowB (and as many other rows as a I want) but can't get...

Can not update database value with button.

I am trying to have a button that when clicked would change the value of fav in the database to 1 instead of null. So if its not already a favorite you show the button, click the button, and it removes the button and adds the 1 value to the fav column...

iOS 3.2 HTTPClient fails

I'm unable to get HTTPClient to work under 3.2. It works fine in the iPhone simulator under 4.0.1 and 4.1, but under 3.2 (simulating the iPad), my otherwise working HTTPClient code doesn't work: neither the onload nor onerror callbacks get called, and...

iPad Popover doesn't get hidden when focus is lost

As I understand it, normally a Popover gets hidden when you tap away from it, such as to the larger window behind. I have a window with a toolbar at the bottom, set via `win.setToolbar()`. On that toolbar is a button that opens the Popover. Everything...

Android Crashing on close of Window

HI I am currently developing an app for iPhone and android. The main app.js controls most of the windows and each section is a window. I have a login screen which when the user logs in sends them to the main menu screen. This works great on the iphone...

463 views
asked 2 years ago by Trevor Ward
last activity 2 years ago

Showing 34,951-35,000 of 47,605 1695 696 697 698 699 700 701 702 703 704 705953