ScrollView Problem

Hi all,

i want to use scrollview for a image Object and i use Vertical and horizontal Scroll without isBounceEnabled .

but this work for Vertical scroll and horizontal Scroll not working. how can i solved this problem?

Meanwhile i use last update of corona sdk (2015.2647).

Hi @psmohsen,

The staff or community can’t really help you unless you post your code showing how you set up the scrollView. Remember to surround it in “lua” tags for clarity, and post only the relevant code pertaining to the scrollView.

Thanks,

Brent

 scrollView = widget.newScrollView { x = display.CenterX, y = display.CenterY, width = display.contentWidth, height = display.contentHeight, hideBackground = true, horizontalScrollDisabled = false, verticalScrollDisabled = false, isBounceEnabled = false, } scrollView:insert(ImgObj)

i use this codes for make imge scroller without Bounce effect. but only vertical Scroll is enabled and horizontal Scroll not working. Do you need more information?

@ Brent Sorrentino

I’m sorry, my work have problems, but i can resolved. Thanks. :lol:

Please reply this topic :unsure:

https://forums.coronalabs.com/topic/57230-more-than-one-effect/

Hi @psmohsen,

The staff or community can’t really help you unless you post your code showing how you set up the scrollView. Remember to surround it in “lua” tags for clarity, and post only the relevant code pertaining to the scrollView.

Thanks,

Brent

 scrollView = widget.newScrollView { x = display.CenterX, y = display.CenterY, width = display.contentWidth, height = display.contentHeight, hideBackground = true, horizontalScrollDisabled = false, verticalScrollDisabled = false, isBounceEnabled = false, } scrollView:insert(ImgObj)

i use this codes for make imge scroller without Bounce effect. but only vertical Scroll is enabled and horizontal Scroll not working. Do you need more information?

@ Brent Sorrentino

I’m sorry, my work have problems, but i can resolved. Thanks. :lol:

Please reply this topic :unsure:

https://forums.coronalabs.com/topic/57230-more-than-one-effect/