Community Questions & Answers

pickerRow

Hello PickerRow I have a problem with, is that when you add new options and HTML, the leaves added so adding them, I show a bit of my code ~~~ cadena.addEventListener('change',function(e) { //Hacemos una condicion si existe el elemento...

IS DB fail or tableview fail ?

I setup a toolbar button ,click it will add a tableview ,the tableview's data is use db/while to get * then push to tableview's data. Now I have a problem when I click then tableview show on APP,I press iPad HOME button to leave this APP ,then click this...

Looping through Tableview to toggle selected row

Hey all. I've been hoping/waiting for the awesome appcelerator team to create the functionality similar to iOS MAIL where you can click EDIT and select multiple rows. I can't wait much longer so I am trying to do it myself. Each of my rows have the...

sqlite 'LIKE' query help!!

Hi experts,, This statements makes syntax error nera '%' . Please tell me what is wrong... Thanks !! ~~~ var dbRs = hDb.execute( "SELECT VER, KEY, KEYDAT, DATFILE FROM Dic WHERE KEY LIKE %?% COLLATE NOCASE", sKey ); ~~~

SQLite SELECT with LIKE condition help

Hi, Im trying to filter my sqlite database, but I get an error when I try to filter using LIKE conditions. **SQL sentence:** var resultSet = conn.execute("SELECT DISTINCT(nombre) FROM elementos WHERE nombre LIKE '%?%' ORDER BY nombre ASC",...

Selecting Parent Element for Modification

Here's what I want to do: I want to be able to create a whole bunch of rows in a table view, with an image in each row, and when an image of one of the rows is clicked, I want to be able to access the information of the row that the image is in. So,...

multiselect picker

Hi Folks, can anyone tell me how to implement a multi-select picker for iPhone. I have a button, clicking on which I wanted to display a modal window which consist no. of options to choose, at a time multiple options can be selected.

Show window on click

Hello all, I've been trying this all day and I just get can't it. I have a table view that pulls data from my database, but I can't figure out how to click on a row and show the details in a new window. I tried several event listeners to no avail. Any...

Defaulting to Tab 2 not tab 1 in 1.3

I have two apps that I know work and on sale in the iTunes store. I tried re-compiling them under 1.3 and they both exhibit the same issue. Both are using tabs and even though the code specifies they should open with Tab 1 being selected and on view they...

Showing 1-41 of 41