Hello dear devs,
I am currently trying to get this done:
I want to create a sub which creates a splash screen, regardless what is currently on the screen for B4X.
My main problem is:
How do I do this? ;-)
Reading the forum and trying out a lot of my ideas didn't really solve my problem...
My currenty idea was to backup the CLV to a variable, then clear the CLV and replace it with my splash screen and then copy the backup back over the CLV.
But the problem is that the screen stays empty, so I think I would need to "refresh" somehow the CLV as I have overwritten it "hardcore"?
Or do you have any other ideas, e.g. programmatically addinga layout over the current screen and then removing it again (so basically "hiding" the normal UI and all its contents with the temporary layout or so?
I would be happy about any ideas you have and which work with B4X (--> B4J/B4i and B4A)...
Thanks and best regards,
Chris
I am currently trying to get this done:
I want to create a sub which creates a splash screen, regardless what is currently on the screen for B4X.
My main problem is:
How do I do this? ;-)
Reading the forum and trying out a lot of my ideas didn't really solve my problem...
My currenty idea was to backup the CLV to a variable, then clear the CLV and replace it with my splash screen and then copy the backup back over the CLV.
But the problem is that the screen stays empty, so I think I would need to "refresh" somehow the CLV as I have overwritten it "hardcore"?
Or do you have any other ideas, e.g. programmatically addinga layout over the current screen and then removing it again (so basically "hiding" the normal UI and all its contents with the temporary layout or so?
I would be happy about any ideas you have and which work with B4X (--> B4J/B4i and B4A)...
Thanks and best regards,
Chris