0
votes

I want to load screen dynamically reflected with changes that I made dynamically through program.

Currently when I load screen(form) it first shows screen which i designed with GUI builder. then after that changed screen appears. I have written my code in protected void beforeHome(Form f) {}

Can you please let me know how to resolve it. My application needs to be supported on all platforms (Android, iOS, Windows) and I don't want to write native code for all platforms separately.

1
can you provide us with more information, e.g more source and pictures what exactly your problem is? - kaya

1 Answers

1
votes

You can call the reloadForm() method which will cause the before* method to run again.