AHViewPager 2.02

tomoshea

Member
Licensed User
Longtime User
Hi,
I am using AHViewPager. I have a weird problem which may not be connected to the AHViewPager. I have loaded the pages as follows
page 1
pan.LoadLayout("Main8")
sv0.Panel.loadlayout("F2Panel")
sv1.Panel.loadlayout("F0Panel")
page 2
pan.LoadLayout("Main8")
sv0.Panel.loadlayout("F0Panel")
sv1.Panel.loadlayout("F5Panel")
etc

where Main8 has 2 scrollviews sv0 and sv1. These scrollviews are loaded with
the layouts F2Panel and F0Panel which contain all the views. I am running this on a Galaxy pad in landscape so I end up with half the screen for sv0 and half for sv1. I can change the view values in sv0 and everything works fine. If I change the values of the views in sv1
for example
edittext1.text = 50
edittext1 does not change to 50 it retains its original value.
I have debugged thru the code and the above line is executed without errors.
Thank You
Tom
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…