I just needed an Input Dialog similar to the one in Access/VBA.
It looks like XUI Views has what I need.
The problem is it breaks a bunch of existing code that uses CustomListView (Which I have modified for my needs)
Exisiting example:
Evidently XUI Views also contains/steps on something called CustomListView?
What is breaking is the .Add - Mine has an extra parameter for the height of the added panel.
I also notice that the XUI version requires a B4XView, not a panel. How much recoding is involved there?
OLD:
VS NEW:
Don't mind fixing the code if I can get the same results and it is the future. And it doesn't take too long.
On the other hand keep in mind all I am after here is a 'Modal' Dialog to enter some text. I am just trying to get a job done.
Thanks for your help.
It looks like XUI Views has what I need.
The problem is it breaks a bunch of existing code that uses CustomListView (Which I have modified for my needs)
Exisiting example:
B4X:
CLV1.Add(CreateListItem("Done", CLV1.AsView.Width, 50dip, Colors.DarkGray, Colors.White, 16), 50dip, "TextColorsDone")
Evidently XUI Views also contains/steps on something called CustomListView?
What is breaking is the .Add - Mine has an extra parameter for the height of the added panel.
I also notice that the XUI version requires a B4XView, not a panel. How much recoding is involved there?
OLD:
VS NEW:
Don't mind fixing the code if I can get the same results and it is the future. And it doesn't take too long.
On the other hand keep in mind all I am after here is a 'Modal' Dialog to enter some text. I am just trying to get a job done.
Thanks for your help.