vecino Well-Known Member Licensed User Longtime User Aug 19, 2020 #1 Hi, I'm sure it's a silly question, but I don't understand it. If I add the "XUI views" library to a project I can do something like: B4X: Dim xui As XUI xui.MsgboxAsync("aaa", "bbb") So what's the point of adding the "XUI" library? Thank you.
Hi, I'm sure it's a silly question, but I don't understand it. If I add the "XUI views" library to a project I can do something like: B4X: Dim xui As XUI xui.MsgboxAsync("aaa", "bbb") So what's the point of adding the "XUI" library? Thank you.
Erel B4X founder Staff member Licensed User Longtime User Aug 19, 2020 #2 XUI Views depends on XUI library so it is added automatically when you reference XUI Views. Upvote 0
vecino Well-Known Member Licensed User Longtime User Aug 19, 2020 #3 Thank you for the information. So, for which cases may be necessary to add the library "XUI" and not the "XUI views". Upvote 0
Thank you for the information. So, for which cases may be necessary to add the library "XUI" and not the "XUI views".
Erel B4X founder Staff member Licensed User Longtime User Aug 19, 2020 #4 XUI Views is a set of custom cross platform views. XUI - cross platform layer above the native views. All new projects should use XUI and B4XView. [B4X] [XUI] Cross platform & native UI library Upvote 0
XUI Views is a set of custom cross platform views. XUI - cross platform layer above the native views. All new projects should use XUI and B4XView. [B4X] [XUI] Cross platform & native UI library