MarcoRome Expert Licensed User Longtime User Dec 31, 2019 #1 Hi Erel. Do you remember this question: ( B4XFloatTextField Multiline --> https://www.b4x.com/android/forum/threads/b4xfloattextfield-multiline.111391/post-694987 ) Also in Rel. 2.19 XUI View is the same thing Thank you
Hi Erel. Do you remember this question: ( B4XFloatTextField Multiline --> https://www.b4x.com/android/forum/threads/b4xfloattextfield-multiline.111391/post-694987 ) Also in Rel. 2.19 XUI View is the same thing Thank you
Erel B4X founder Staff member Licensed User Longtime User Dec 31, 2019 #2 Add this line: B4X: MainForm.Stylesheets.Add(File.GetUri(File.DirAssets, "Dialog.css")) This css file is added when you call B4XDialog.Initialize. You are probably not using B4XDialog so you need to add the stylesheet yourself. I will add a note about it in XUI Views thread. Upvote 0
Add this line: B4X: MainForm.Stylesheets.Add(File.GetUri(File.DirAssets, "Dialog.css")) This css file is added when you call B4XDialog.Initialize. You are probably not using B4XDialog so you need to add the stylesheet yourself. I will add a note about it in XUI Views thread.
MarcoRome Expert Licensed User Longtime User Dec 31, 2019 #3 Yes so work. I use B4XFloatTextField ( no B4XDialog ) Thank Erel you for your solution. Upvote 0