M mkh_fx Member Licensed User Longtime User Dec 7, 2018 #1 how to set border to B4XView in b4a i used ColorDrawable but in b4i ?
M Mahares Expert Licensed User Longtime User Dec 7, 2018 #2 mkh_fx said: how to set border to B4XView Click to expand... In B4A I can use this. I presume you have something similar in B4i although this is the B4A forum: B4X: Dim ll As B4XView =Label2 ll.SetColorAndBorder(XUI.Color_RGB(234,34,165),5dip,XUI.Color_Green,10dip) Upvote 0
mkh_fx said: how to set border to B4XView Click to expand... In B4A I can use this. I presume you have something similar in B4i although this is the B4A forum: B4X: Dim ll As B4XView =Label2 ll.SetColorAndBorder(XUI.Color_RGB(234,34,165),5dip,XUI.Color_Green,10dip)
Erel B4X founder Staff member Licensed User Longtime User Dec 9, 2018 #3 Mahares said: In B4A I can use this. Click to expand... B4XView methods are cross platform. The exact same code will work in B4A, B4i and B4J. Upvote 0
Mahares said: In B4A I can use this. Click to expand... B4XView methods are cross platform. The exact same code will work in B4A, B4i and B4J.