Community Questions & Answers
Image is not display in ScrollableView
Hi, Image is not comes in ScrollableView. i dont know why it not comes ? Any one suggest me what the problem in code . **iOS Simulator, Titanium SDK 3.1.0. GA, iOS6.** ~~~ var win = Ti.UI.createWindow(); var view1 =...
Picker android style doesn't work inside a ScrollableView
Can any help me to solve this ? ======== I want to use a Picker like Android style but i need put it inside a ScrollableView but when i do this, the picker doesn't work, only works if a set useSpinner:true, but this is a Picker like iOS and i dont want use...
Fetching value of a sub-element of a view inside a ScrollableView
Sorry for this question but I can't seem to find any example. How can I get the $.addEvtTitle.getValue() from mainView.js? My attempt seems to return an empty value. mainView.xml ~~~ <Alloy> <ScrollableView...
exitOnClose doesnt work with onAndroid:back
My first and main window: contains a ScrollableView. ~~~ <Alloy> <Window id="mainWindow" backgroundColor="black" height="100%" layout="vertical" exitOnClose="true"...
ScrollableView dragstart & dragend not firing?
Ti SDK 3.1.0 / Mac OSX 10.8.2 For some reason the `dragstart` and `dragend` don't fire? Here's some code: ~~~ var self = Ti.UI.createWindow({ backgroundColor:'#ffffff' }); var backgroundMainImage = Ti.UI.createImageView({ ...
TABLEVIEW INSIDE SCROLLVIEW
Hi everyone...!!! I have got a small problem which seems to become really big coz i can't find any solution to that.. Please help me with that one.. I have got a tableview of fixed height lets say of '200' inside a scrollview, the problem is that I'm not...
Use the proximity detection to scroll in a scroll view / table view
Hello gurus, is there any possibility to use the proximity detection to scroll into a scroll view or a scrollable table view? the user have to pass his hand in front of the detector then the view scroll down for example. I'm using the 3.0.1 Ti SDK and...
Perfromance issue question regarding scroll view and table view in a scrollable view.
The set up --------------- I am developing a horizontal news feed using the scrollable view. In each view, there is a background image that can be scrolled horizontally in a scroll view. Additionally, overlaying the image is a table view with about a max...
createScrollableView.setViews not working on 3.x.x
I am porting an app from 2.1.4GA to 3.1.0GA and I have run into a small issue with `createScrollableView`. A call to set the views using `createScrollableView.setViews(...)` does not result in the scrollable view showing any views. If I add the views as an...
Problem displaying picture
Hi, I am programming an app where I want to display a picture in a scrollable view where the first view is the picture of the item with its name and there are three other views with data about the item. The problem I am facing is that the first view does...
[iOS] Webview with PDF shows small unsharp pages when scrolling
Setup / Problem: -------- my main program opens a new window (pdf reader window) with a scrollableview containing some webviews to view pdfs. First start everyting works fine but when I close the window and start the pdf reader window the first 3 pdfs are...
Showing large number of ImageView(s) in ScrollableView
Hi everyone, I need to make something like iOS default Photo app and I need to put a large number of photos to be shown in a ScrollableView. The problem is I need to store those images in array to be used by ScrollableView and the user may have few...
ScrollableView Singletap
hi there, i have a scrollableview which is working on iOS with singletap event but on Android i can't make it work ? is there a special event for this on Android? i have searched on Q&A and couldn't make it work? what should i do for this? ~~~ var...
ScollableView, is this possible ?
Hi! I'd like to create this: ~~~ scrollableView.addEventListener('scroll', function(e){ scrollableView.movePrevious(); if (row2.left < (Titanium.Platform.displayCaps.platformWidth) / 2) { Ti.Android.currentActivity.startActivity(intent); ...
[iOS , SDK 3.0.2] Problem with slide of scrollableview
Hello to all you guys! I have a little problem with the slide of scrollableview, although more than a problem I think is a bug. I noticed that if my scrollableview has an even number of view (for example 4), scroll to the view 2 view 3 makes reading a...
Allow scrolling of scrollable view when it is bouncing
Hi, I have a scrollable view (Titanium.UI.createScrollableView) in my application which can scroll both vertically and horizontally. When an user scrolls up or down of a view, the same view bounces while when the user scrolls left or right, we go to the...
create menu similar to android notification bar
Hi! You have any ideas to create a drop-down menù like the android notification bar? I refer to this ---> http://xjaphx.files.wordpress.com/2012/03/expand-status-bar.png?w=595
Is it possible a Vertical ScrollableView?
I do not know how to create a Vertical ScrollableView, i only managed to create an horizontal one. Please look at the image! ---> http://imageshack.us/photo/my-images/18/scrollabletitanium.png/
Swipe events on tableviewrow
Hi all, I have a tableviewrow (iPad) inside a scrollableView. And i have the tableviewrow touchEnabled : false,. How to make the listeners when the user swipe down or up to change the row?
ScrollableView in ScrollVIew is not working
I found that the if scrollableView(horizontal) is added inside the scrollView (Vertical), all of the scroll event will be captured by the scrollView. Could i disable the scroll event of scrollView when i scrolling the scrollableView? ~~~ var...
Question about ScrollableView (Children view content switch)
i have a ScrollableView with 3 children view how i can put the content in one view in another? i manage event in this way ~~~ if(scrollView.getCurrentPage()==2){ // here i want put the content of the page2 in the...
ti.map module not work in scrollableview ... why ?
when i add Mapmodule.createview to other view that i add to scollableview .. it doesn't work !! ~~~ var MapModule = require('ti.map'); var viewA = Ti.UI.createView({ backgroundColor : 'yellow' }); var MapView = MapModule.createView({ ...
Hiding paging control on Dashboardview
Is it possible to hide the paging control dots on a dashboard view? Similar to scrollable views that allow you to set showPagingControl to false?
Reload Button Problem
hi there, this code works great Thanks to Jigar, but i have an issue :( when i press the reload button, while my setTimeOut duration is 8000, scrollview changes in 4000 or 2000 ? how can i solve this? i have try return command but this time it doesn't...
Image view won't load in scrollable view
I have a scrollable view which is supposed to contain an image view for each page. The image is from a remote url. But when i run it, only the last photo is shown. Here is my code: ~~~ for(var i = 0, j = landingData[0].bigImages.length; i<j;...
ScrollableView Reload
Hello, i have done many things but i can't reload this imagegallery with reload button :( what should i write to make it work? :( ~~~ var win =Ti.UI.createWindow({ title:'Slideshow' }); var refreshBTN = Ti.UI.createButton({ ...
scrollToView Method Using View Name in Alloy
Hi there- Is it possible to use the ScrollableView's scrollToView method to scroll to a specific view by name and not by page number/location? I can currently use the scrollToView and pass in the number of the view to successfully scroll to a specific...
Left - Right | Up - Down
Hi All, I need to have the some views in scrollable view for the user to scroll left or right and if he choose some view to swipe from top to bottom. Please see the image to understand my problem http://www.freeimagehosting.net/3y246
PagingControl dots behave uncorrectly
Hi all, I have a strange behavior with the pagingControl dots in a scrollableView. I simply need to know if this is a known bug or something that I can solve. The problem is: the dots show and lights correctly but NOT if it's selected the last view. In...
Scrollview auto scroll
Just curious is it possible to make the scrollview auto scroll every couple seconds? Also once it gets to the end to return to the 1st view.
ScrollableView auto-scroll?
Is it possible to make a ScrollableView scroll automatically? For example, I have 3 images in a ScrollableView, can I make them swap say every 5 seconds?
Paging Control Color SDK Update if u need it
Hi i see the current version of sdk not implement yet the currentPageIndicatorTintColor and pageIndicatorTintColor i forked the current sdk version ( 3.0.2 ) and added it to the TiUIScrollableView and TiUIScrollableViewProxy and now you can use ...
value of current view in scrollableView
how can I get value of current view in scrollable view, when i scroll to left or right
This is way to disable scrolling on Ti.Ui.Webview
dear friends, after try and crazy about scrolling on uiwebview, i've solved it, but its not from appcleator, there is prety easy to make it disable first: open your project .xcodeproj in xcode second: open file in...
Keep getting "application has stopped unexpectedly" message
Hi I wanted to test my application on android, I get this meesage for 3 days. I undrestand that when i wand to add a view to my scrollableView i get this error. if u remove that line it work, please help me
ScrollableView show multiple pages?
I have a ScrollableView that scrolls View columns horizontally. I would like to show two View columns on the page at once, but only advance by one column at a time. Hopefully that makes sense. Here is an illustration: Screen -------------------- view 1...
How to Control the scroll of ScrollableView ?
Hi I have added a scrollableview to my code, but when i scroll to down and arrive to the down of the scrollview, i still can scroll it up for and i can see the under of scrollableview; besides, for top side after the paged is scrolled on the toppest...
show more images when scroll down
Hey Guys.. i'm getting images from remote server. There are too many images, first time it shows only 16 images, but i want to show more images when the user scroll down the ScrollView or View then it load more images and show more images. Please help me...
TableView customization
I have two customization questions relating to my TableView. The first question I have is how do you create a TableView that does not scroll, but the window is capable to scroll and reveal the rest of the table? Right now I have disabled the scroll on the...
scrollableview with images scrolls badly
I have spent weeks working on a photo gallery app for only the iPad, based on scrollableview. Everything works fine in the simulator. On my actual device, however, the app is unusable because the scrollable view hangs while scrolling. I have a single...
Detecting an iPhone 5 versus previous iPhone versions
Hi there- I am looking to create an iPhone app utilizing a ScrollableView control. With this control, I am looking to place a fixed margin at the top and bottom as well as the sides of the control. I would like this margin to appear consistent on all...
I want to add scroll view to this content..but its not working...please help
var event=Ti.UI.createWindow({ backgroundImage:'/pics/blank.png' }); event.open(); var scroll = Ti.UI.createScrollView({ contentWidth:'auto', contentHeight:'auto', ...
Clearing a scrollable view does not work sometimes
Hello, I need to clear a scrollable view when i press a button, en i then add new items to that view. I need to do this several times in my application, but sometimes it gives me an error that the index is out of bounds. So my question is: Is this the...
ScrollableView Videoplayer problem..
Hi ,Folks I m using Titanuim 3.0 Sdk and developing ios 6 and now develop for ipad 2. My problem is I have scrollableview and my code from KitchenSink example and I added Multiple image and mulitple video. image there is no problem.But the video is...
[iOS] Problem with event on scrollableView
Hello to all guys. I have a little problem with the event of a scrollableView. I used the following code ~~~ scrollableViewAmbiente.addEventListener('swipe',function(e){ Ti.API.info(e); scrollableViewAmbiente.scrollingEnabled =...
Facebook like Menu WITH Scrollable Components?
Hey there... i am playing around for 2 Days now, and so i wanna ask if anybody did create a facebook like Menu/Strucutre for his/her App containing scrollable (eg Lists) components on the content. The Problem is the splitting between "Ok the user...
Android: Simple Tableview with images very buggy!
I have built a simple tableview with 25 rows that each contain a scollableview. In each scrollableview I have 3 pages that each contain an imageview of an remote image that takes up the width of the screen. The idea is to create something similar to photo...
reference $.<view-element> not working in alloy controller
I believe I am doing it right, but not able to get it working. following is me itemDetails.xml view : ~~~ <Alloy> <View class="container"> <ScrollableView...
change orientation of all views of a scrollableview in iPhone 3gs
Hi, i want to change the orientation of all the views of a scrollable view but it only changes the current page .... Anybody know what to do ?? Need Help Regards
how to place buttons in a scrollableview to scroll them horizontally(android,2.1.0 GA)
Hi, in my android app i need to place buttons in a scrollable view to scroll them horizontally? how can i do it?