Showing 1 - 10 of 4,831 questions
|
0
points
0
votes
|
I've got a tableView with a headerView that contains a label. I want to update the text of the label, but when I do so, the headerView moves, jumping to the middle of the window.
Here's an example....
2 views, 0 answers
asked 12 minutes ago
by Kenn Nesbitt
|
|
0
points
0
votes
|
Hi,
Is there anyway I can add a row to a table in a window previously opened from my current window?
is there something like:
previousWindow.TableView.insertRow();
??
Cheers
Ian...
23 views, 2 answers
asked 16 hours ago
by Ian Briggs
|
|
1
points
1
votes
|
Hello. I investigated the memory leak issue. I have such code (modified KitchenSink):
~~~
var scrollView =...
107 views, 2 answers
asked 5 days ago
|
|
0
points
0
votes
|
Hi All,
Is anyone else having any issues with the SplitView not changing orientation and sticking in portrait.
I have it so that in the left split I have an RSS feed. I have set it so that when its...
18 views, 1 answers
asked 21 hours ago
by Paul Pounder
|
|
0
points
0
votes
|
Hello there !
I'm french so sorry for my poor english.
I have a tabgroup and for each tab in this one, I declare (like I must I think) a window, like this :
~~~
var myTab =...
7 views, 1 answers
asked 2 hours ago
|
|
0
points
0
votes
|
picker.setSelectedRow works flawlessly with Titanium 1.3.2, but since I've upgraded to Titanium 1.4.0 it no longer jumps to the correct row I specify.
e.g...
...
24 views, 1 answers
asked Yesterday
|
|
0
points
0
votes
|
I've been having a few issues with Titanium, initially it wouldn't created 1.3 projects but would happily make and build projects for 1.2.
I updated my SDK to 4.0 and Titanium to 1.4 and now it...
13 views, 0 answers
asked 3 hours ago
|
|
0
points
0
votes
|
I am trying to create an option dialog and if I copy the example right of KitchenSink, and the app crashes with the following error:
`
***Terminating app due to uncaught exception...
15 views, 0 answers
asked 4 hours ago
|
|
0
points
0
votes
|
I have a tableView where the rows contain labels (with black text). The selectedBackgroundColor of the rows is red, so when the user taps a rows, I'd like to change the color of the labels to white...
6 views, 0 answers
asked 4 hours ago
|
|
0
points
0
votes
|
I am trying to add locations to a map using JSON and I need some help. I'm using SumitK's example to pull in a Drupal JSON service for tableViews. I'm trying to modify it for map annotations but am...
86 views, 3 answers
asked 1 week ago
|