Showing 8 of 8 questions
|
0
points
0
votes
|
I'm trying to expand on the Basic Animation drag demo (touchmove) from the KitchenSink demo by making the circle add a border and change size when it's "active." I'm doing this by resizing it with an...
30 views, 0 answers
asked 3 weeks ago
|
|
0
points
0
votes
|
Hi Experts,
I am writing to different functionality for click event and another event event I am programming (press and hold). Press and hold is based on touchstart and touchend event.
Can anyone...
60 views, 1 answers
asked 4 weeks ago
by Chirag Patel
|
|
0
points
0
votes
|
Hi there!
I want to change the color of my label, which is on a tableViewRow, while touched.
I have a tableView called 'listView'. This one i fill up with a array of rows called 'tabledata'. These...
90 views, 1 answers
asked 5 weeks 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...
62 views, 0 answers
asked 6 weeks ago
|
|
0
points
0
votes
|
Is there any way to find out if the person is holding down the button?
There is touchstart & touchmove but I cant find the right combo to do this.
EXP: while holding down the button a action will...
124 views, 3 answers
asked 3 months ago
by scott castov
|
|
0
points
0
votes
|
Hi,
I'm trying to solve this problem for a long time now and I just can't get it to work properly.
I have the following code:
~~~
var win = Titanium.UI.createWindow();
var webview =...
279 views, 1 answers
asked 4 months ago
|
|
0
points
0
votes
|
Hey!
I have a tableView where the rows have multiple labels. Because of this, the labels do not change color upon row selection. To achieve this, I'm trying to manually listen for touchstart and...
194 views, 2 answers
asked 6 months ago
by Jacob Waller
|
|
0
points
0
votes
|
I am trying to create a basic drawing tool. Idea is you use touch and touchmove to drag your finger and it leaves behind a color.
I have the listeners working fine. touchstart/move/end and I get...
373 views, 1 answers
asked 6 months ago
by joshua drew
|