Android Question Problem with Wheel on ScrollView

RolandGausMG

New Member
Licensed User
Longtime User
Hi there,

I am new in the b4a community and I am still learning b4a. For I am programing Pascal (Borland) since the last millenium :) I tried to understand how android especially b4a is working. To do this I began a little app. First I put a TabHost as my main component. On one Tab I put some input components, for example some WheelViews (I like them). All works fine until I have got more input components on the app as the screen will show. So I find the ScrollView. Mixing my components now I have a ScrollView on my tab and on the tab a large panel with all my components. Starting the app all components are shown and I can slide the ScrollView to reach every one of them. But now the wheels doesn't work. They are shown but trying to roll them I scroll the main ScrollView. I know, that the wheels for themself uses a ScrollView. Is this combination a "no go"? Have I to do some special work in that case? Have I to think in another way?

I hope someone excuse my "german" english an helps me.

Roland
 
Top