Showing 1 - 10 of 260 questions
|
0
points
0
votes
|
I encountered this behavior while placing a textfield in the last row of my tableview. Once you focus on the textfield or area the keyboard comes up as expected. I placed a blur() on a button in the...
10 views, 0 answers
asked Yesterday
|
|
0
points
0
votes
|
anyway i can iterate over the tableview object? i want to update the contents inside the tableViewRow object....
26 views, 2 answers
asked 2 days ago
|
|
0
points
0
votes
|
Hi, here is my code for a tableview. But it doesn't work. It returns me
~~~
Titanium.UI.iPhone.TableViewStyle[undefined] is not an object
~~~
My code:
~~~
var win = Titanium.UI.currentWindow;
var...
41 views, 1 answers
asked 5 days ago
|
|
0
points
0
votes
|
Anyone have sample code that shows how to handle a long-press of a Table View item under Android?
i.e. gives a modal context-sensitive menu when you hold-down a TableView item - many apps on Android...
14 views, 0 answers
asked 5 days ago
|
|
0
points
0
votes
|
Anyone have sample code that allows you to drag-drop to rearrange a list of items in a TableView? QuickSettings (Customize screen) on Android does this to rearrange a list of items....
20 views, 0 answers
asked 5 days ago
|
|
0
points
0
votes
|
Hi All
really pleased i got 1.4.0 running on my device, but now my database is not populating the tableviews?
I have been carrying the id to the next tableview via...
46 views, 4 answers
asked 5 days ago
by Mark Pierce
|
|
0
points
0
votes
|
Hi there,
In order to present a '3d' effect, it'd be nice to have some shadow above and below the rows in a tableview - so they stand-out from the background.
Adding an extra row to the bottom is...
76 views, 3 answers
asked 5 days ago
by Chris Reed
|
|
0
points
0
votes
|
I'm on Titanium 1.2.1 using SDK 4.0 compiling to a device with 3.1.3. This crash doesn't manifest itself in the simulator, but only on the device.
I have a tableView listing a list of contacts....
37 views, 1 answers
asked 6 days ago
by Wil C
|
|
0
points
0
votes
|
Hey guys,
My problem is when i click on one of the headlines i want it to load the correct text and display it in a new window.
~~~
var data= [];
var chants = [];
while (rows.isValidRow())
{
...
28 views, 0 answers
asked 1 week ago
|
|
0
points
0
votes
|
I am trying to change the layout of all rows in a tableview at the same time. Is there a way to do that?
This is what I want to...
65 views, 3 answers
asked 2 weeks ago
by Jay Liu
|