Showing 1 - 10 of 110 questions
|
0
points
0
votes
|
I would like to create a scrollView that has images horizontal on the screen, ie
image1, image2 image3, image4
I see the example in KS to get local images that are different but how would you go...
12 views, 0 answers
asked Yesterday
|
|
0
points
0
votes
|
Hi friends,
I have a view in android, and I have set the borderColor to some specific color of that view, but it seems nothing appears as I want. Any suggestions?
Thx...
33 views, 1 answers
asked 3 days ago
by Sreyleap Lay
|
|
0
points
0
votes
|
hi friends,
here is my code:
~~~
var win = Titanium.UI.createWindow({});
var view = Titanium.UI.createView({
backgroundColor: "#000"
});
view.addEventListener("click",...
31 views, 1 answers
asked 6 days ago
by Den Cambodia
|
|
0
points
0
votes
|
Some times I get "Video view- unknown error" for my streams.
How can I catch this error?
~~~
var activeMovie = Titanium.Media.createVideoPlayer({
contentURL:...
28 views, 0 answers
asked 2 weeks ago
|
|
0
points
0
votes
|
Trying to move a view with a swipe but it only works the first time. I would like to move the view in increments by 50 either LEFT or RIGHT on each swipe.
~~~
w =...
35 views, 0 answers
asked 2 weeks ago
by Peter Levin
|
|
0
points
0
votes
|
If I have a bunch of views that I need to show and hide, is it better to dynamically add and remove them from the containing window, or just show and hide them?
Does removing them from the window...
101 views, 1 answers
asked 3 weeks ago
|
|
0
points
0
votes
|
I'm just getting started with TI. I want to create a game that uses a 10x10 grid board similar to checkers. While I can put a custom image in place that looks like a grid, I need to really create a...
138 views, 2 answers
asked 3 weeks ago
|
|
0
points
0
votes
|
Hopefully this will save someone some time. As of right now it seems the only way to manage adding/removing event listeners for the same event (e.g. singletap) on an animated view is to "remove" the...
73 views, 0 answers
asked 3 weeks ago
by Jag Lavek
|
|
0
points
0
votes
|
I have a window opening like the following:
~~~
var infopage = Titanium.UI.createWindow({ ...
88 views, 2 answers
asked 3 weeks ago
by John Welch
|
|
0
points
0
votes
|
Hi,
if i copy the Table view Auto Height example (table_view_api_auto_height.js) from the kitchensink app to an iPad Project the textlabels inside the table rows do not render correct, in fact they...
89 views, 3 answers
asked 3 weeks ago
by Jan Renz
|