S Sanxion Active Member Licensed User Longtime User Dec 20, 2011 #1 Hi Could somebody please provide me with a simple example of how panels are added to a scrollview? I would like to divide each 'segment' of the scrollview in to 4 panels. Something like this: ------------- : Text : icon : :------------- : Text : icon : -------------- I have tried to imitate a few of the existing examples but I am having difficulty in understanding how the different parts fit together. I appreciate this may seem quite straight forward to some of you but I have only just started working with this IDE - which I think is great! Thank-you. :sign0104:
Hi Could somebody please provide me with a simple example of how panels are added to a scrollview? I would like to divide each 'segment' of the scrollview in to 4 panels. Something like this: ------------- : Text : icon : :------------- : Text : icon : -------------- I have tried to imitate a few of the existing examples but I am having difficulty in understanding how the different parts fit together. I appreciate this may seem quite straight forward to some of you but I have only just started working with this IDE - which I think is great! Thank-you. :sign0104:
klaus Expert Licensed User Longtime User Dec 20, 2011 #2 Do you already have some code you could post as a zip file ? Best regards. Upvote 0
S Sanxion Active Member Licensed User Longtime User Dec 20, 2011 #3 Thank-you for your reply Klaus. I don't have any code other than a cursor that contains my data for display in a scrollview (4 items), the remainder consists of a few lines taken from existing scrollview examples that are of little use as they don't produce anything tangible. Upvote 0
Thank-you for your reply Klaus. I don't have any code other than a cursor that contains my data for display in a scrollview (4 items), the remainder consists of a few lines taken from existing scrollview examples that are of little use as they don't produce anything tangible.
klaus Expert Licensed User Longtime User Dec 21, 2011 #4 Even though, post the code you already have as a zip file. Did you have a look at ScrollView, layouts and getting current selected, either in post #2 or post #4 ? Best regards. Upvote 0
Even though, post the code you already have as a zip file. Did you have a look at ScrollView, layouts and getting current selected, either in post #2 or post #4 ? Best regards.
S Sanxion Active Member Licensed User Longtime User Dec 21, 2011 #5 Thank-you Klaus. That link does contain an example that is very clear and easy to follow. :sign0098: Upvote 0