Showing 1 - 10 of 1,630 questions
|
0
points
0
votes
|
Hi everyone,
I am trying to get a ScrollableView inside a TableViewRow to work on the iPhone Simulator. The row is shown, but the images defined as a part of the ScrollableView are not.
~~~
var rows...
5 views, 0 answers
asked 26 minutes ago
|
|
0
points
0
votes
|
Just saw the article on Mashable about Appcelerator today. I hope that brings you guys some even more developers and business success! Jeff & Co., you...
12 views, 0 answers
asked 2 hours ago
by Sebastian
|
|
0
points
0
votes
|
Hi.
I'm doing an application which looks like an dictionary with audio. Now I have a 'next' button on the right side. This button will go to the change the term(keyword) and defLabel to show info of...
11 views, 0 answers
asked 3 hours ago
|
|
0
points
0
votes
|
I've included some JS files for my webview with local HTML data.
Is ther a possibility that the Titanium compiler ignores thes files, that my app will build again?...
11 views, 0 answers
asked 4 hours ago
|
|
0
points
0
votes
|
Hi,I got a problem while using Titanium.Network.HTTPClient.send()
when i using code like this:
~~~
xhr.send({
photo: image,
name: image
});
~~~
i got a "Internal Server Error",
but when i...
6 views, 0 answers
asked 5 hours ago
by Bin Wen
|
|
0
points
0
votes
|
I have to be able to play audio to the user, but the data cannot be at rest on the device. The AudioPlayer seems to do this by streaming a given wav file from some remote server.
My issue is playing...
8 views, 0 answers
asked 6 hours ago
by Joe K
|
|
0
points
0
votes
|
Hi,
Need a little help here. Does anyone know how to do SQLite full-text search on iPhone or iPad? or is there any other way other than SQLite to provide full-text search capability?
Really...
7 views, 0 answers
asked 6 hours ago
|
|
0
points
0
votes
|
I have to set top when the window is false, but seem like nothing happen.
~~~
var win = Titanium.UI.createWindow({
backgroundColor: "#000",
fullscreen: false,
top: 100
});
var data =...
4 views, 0 answers
asked 7 hours ago
by Den Cambodia
|
|
0
points
0
votes
|
I have to set top when the window is false, but seem like nothing happen.
~~~var win = Titanium.UI.createWindow({
backgroundColor: "#000",
fullscreen: false,
top: 100
});
var data = [{title:"Row...
3 views, 0 answers
asked 7 hours ago
by Den Cambodia
|
|
0
points
0
votes
|
Okay so using the [Pull To Refresh](http://github.com/appcelerator/KitchenSink/blob/master/KitchenSink/Resources/examples/table_view_pull_to_refresh.js) example from KitchenSink, how would it be...
10 views, 0 answers
asked 8 hours ago
|