V Vabzboy Member Licensed User Longtime User Sep 27, 2012 #1 Is there some sort of word limit to the Message box Title. I'm using File.GetText for my Messagebox Titles. I have different Message boxes whose average Title lenght are about 3-4 lines. But it looks like the Title can only hold about 15-18 words. Is there any way to Overcome this? Last edited: Sep 27, 2012
Is there some sort of word limit to the Message box Title. I'm using File.GetText for my Messagebox Titles. I have different Message boxes whose average Title lenght are about 3-4 lines. But it looks like the Title can only hold about 15-18 words. Is there any way to Overcome this?
Erel B4X founder Staff member Licensed User Longtime User Sep 27, 2012 #2 You can create a custom modal dialog with the Dialogs library. Though it will probably be easier to use a ScrollView with a Label. Check CustomListView class. It has a method that allows you to add text as an item. Upvote 0
You can create a custom modal dialog with the Dialogs library. Though it will probably be easier to use a ScrollView with a Label. Check CustomListView class. It has a method that allows you to add text as an item.