G grafsoft Well-Known Member Licensed User Longtime User Apr 11, 2013 #1 ... instead of at the top. I need it quickly. Thank you Peter
G grafsoft Well-Known Member Licensed User Longtime User Apr 11, 2013 #2 Should have mentioned before: Of course it will be paid. But I have no idea how much work it is, so I am waiting for your offers.
Should have mentioned before: Of course it will be paid. But I have no idea how much work it is, so I am waiting for your offers.
NJDude Expert Licensed User Longtime User Apr 11, 2013 #3 Take a look at CustomTabhost you could modify the code to do what you need.
G grafsoft Well-Known Member Licensed User Longtime User Apr 14, 2013 #4 Thank you! I think I should make changes in showtabheaders, like act.AddView(B, (width*i + mLeft)*1dip, (mTop+mHeight-mTabHeaderHeight*1dip), width*1dip, mTabHeaderHeight*1dip) and in AddTab mAct.AddView(pnl, mLeft*1dip, 1dip, mWidth*1dip, mHeight*1dip) Am I right? Then I will continue to experiment Thank you Peter
Thank you! I think I should make changes in showtabheaders, like act.AddView(B, (width*i + mLeft)*1dip, (mTop+mHeight-mTabHeaderHeight*1dip), width*1dip, mTabHeaderHeight*1dip) and in AddTab mAct.AddView(pnl, mLeft*1dip, 1dip, mWidth*1dip, mHeight*1dip) Am I right? Then I will continue to experiment Thank you Peter
yttrium Active Member Licensed User Longtime User Apr 18, 2013 #5 You could also try AHViewPager and set it to use AHViewPagerFixedTabs. Those can be easily relocated to the bottom of the screen. http://www.b4x.com/forum/additional...pager-library-sliding-panels-now-perfect.html
You could also try AHViewPager and set it to use AHViewPagerFixedTabs. Those can be easily relocated to the bottom of the screen. http://www.b4x.com/forum/additional...pager-library-sliding-panels-now-perfect.html