How to add search bar in table view ?
Hello, I want to add search bar in basic table view, and my problem is that when i scroll the table view the scrolling show the " Pull to refresh " section above the search bar but i want to add "Pull...
View ArticleNot pushes on stack
Hi guys, I've created a global variable on the main window like this: Ti.App.winsStack = []; On second page I have this: //******************************************************** var db =...
View ArticleSharing text to Facebook - Android
On an app I'm working on, I'm sharing text to whatever apps are enabled, using the native Android sharing. Here is my code. Works fine on everything but Facebook. With Facebook, it just says 'Write...
View ArticleHorizontal scrollview with dynamic content loading from right to left
Is it possible to get a Scrollview to start its view from the right? <ScrollView id="scrollView" height="100" width="100%" top="0" scrollType="horizontal"> <View id="view" height="100"...
View ArticleIndefinite animation in Android
Hi, with SDK 3.2.0 it seems that the repeat parameter with -1 is ignored for indefinite animation: view.animate({ transform: Ti.UI.create2DMatrix({ rotate: 360 }), duration: 3000, repeat: -1 }); This...
View ArticleHow would i create a basic 3D terrain / birds-eye-view?
I'm looking do a very simple flight simulator / 3d flight view using canned data (no need to worry about physics/control input/etc). So basically, i just need to start to learn how to fly a 3D path...
View ArticleAlloy.Globals.* array??
I want to use arrays as global variables and read them from .tss file, but Titanium gives me errors when I declared/used like this: alloy.jsvar array = []; array[0] = 64; array[1] = 96;...
View ArticleQuestion about Buffer from Obj-c and Titanium
Hi, I have the following obj-c code:uint8_t data = 0x01;as function parameter is useddata:[NSData dataWithBytes:&data length:1] On titanium I translated with:var buffer = Ti.createBuffer({value:...
View ArticleMobile web window controls click event
Hi, I am testing on Mobile web in browser / Ti 3.2 / Mac I added a rightNavButton to a window in a tabgroup, and I added an event listener to alert on click but it didn't alert. Then I tried opening...
View Articleequinox.secure.storage
I am repeatedly seeing the following when I launch Titanium, the authenticity of the "TitaniumStudio" cannot be verified. Do you you want to allow access to the item? This is the 2nd issue I have been...
View Articleandroid - animation fails in 'singletap' event.
app: android mobile sdk: 3.2.0.GA os: osx mavericks studio Titanium Studio, build: 3.2.0.201312191547 output: Samsung Galaxy Tab 3 Hi all, My app performs a basic view animation to slide buttons in...
View ArticleImageView is not hiding after I change the image source.
Hi, I've run into a situation that causes a strange UI bug on iPhone 3GS. That basically the layout is broken whilst animating, then once the animation is finished its fine. I've read about and found...
View ArticleAutomatic Formular Scrolling (in a Scrollview)
Hey, typical scenario: I am creating a formular, with a Scrollview around it, so if the user clicks one of the bottom fields, the whole view scrolls top and enable a nice input and is not hide by the...
View ArticleCNAME in Node.ACS
Hi. I published my test app in ACS and is working fine with the original and CNAMEd urls (985534blahblah.cloudapp.appcelerator.com and I did a CNAME change like myapptest.cloudapp.appcelerator.com)...
View Articlesame as getBytes on Titanium
Hi, I need to use data for some calculations. I have an example of obj-c code, I need to translate it on my Titanium App obj-c is the following:+(float) myFunction:(NSData *)data { char...
View ArticleArchive for Ad-hoc not working
Hi, I am trying to archive my IOS project which was working and archived earlier. Worked perfectly in-fact the app is already in app store. Now tried to update the app but it's failing to archive....
View Articleto open links in webview from html
Hi I am retrieving data from database, and Iam using webview, I have weblinks in database, so I want to open those links in browser., please help me.var webview_webpage = Ti.UI.createWebView({ html:...
View ArticleSplitting collection into two filtered sections
In Titanium Alloy (SDK 3.2.0) for iOS, what is the best way to display a collection with filtered results at the top and the rest below, similar to stickied threads in a forum? For now I just have two...
View ArticleShow keyboard
Help me pleas. It is necessary that when you open the page show the keyboard and it was not possible to close it, ie that it is always visible in index.js method open controller:///index.js function...
View Articlecan't show images while using density-specific resources on Android
I can't see any image while using density-specific resources on Android. In my app, if i put images in a folder(such as 'images' - folder name) like Resources/images/imageName.png then i can see that...
View Article