Help me =>using TabHostExtra

Theera

Well-Known Member
Licensed User
Longtime User
Hi owner's TabHostExtra Lib,
Thank you for developed this Lib. I need you add each examples in commands for guide me for using. I 'm not understand for input parameters in each commands. (Please add hint examples )
Best Regards
Theera
 

warwound

Expert
Licensed User
Longtime User
Hi.

Tell me which TabHostExtras methods you want to use and i'll post some example code.

Martin.
 
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
Hi.

Tell me which TabHostExtras methods you want to use and i'll post some example code.

Martin.
my code is:
TabHost1.AddTab("RiceSeeds Species", "Addition")
TabHost1.AddTab("Edit info about RiceSeeds", "Edition")
Dim TabXtra As TabHostExtras
TabXtra.setTabGradientDrawable(?,?,colors.Blue,colors.White,?) <= I don't understand what I input them?
and another code:
TabXTra.getTabTextSize(TabHost1 As Float,text size(in pexels)) <= what I input them?
I need please you add some example in your functions for understand
Best Regards
Theera
Thailand
 
Upvote 0

Jost aus Soest

Active Member
Licensed User
Longtime User
I think, Martin has already documented his TabHostExtas-library very well.

TabXtra.setTabGradientDrawable(?,?,colors.Blue,colors.White,?) <= I don't understand what I input them?

http://www.b4x.com/forum/additional-libraries-official-updates/11056-tabhostextras.html#post63189

TabXTra.getTabTextSize(TabHost1 As Float,text size(in pexels)) <= what I input them?

http://www.b4x.com/forum/additional-libraries-official-updates/11056-tabhostextras.html#post90535
 
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
Thank you for kind of you. I 'm mistake. my code is:
myTabXtra.getTabTextSize(TabHost1,20) <= incorrect It's error
myTabXtra.setTabTextSize(TabHost1,20) <= correct

Best Regards
Theera
 
Upvote 0
Top