It's the first time I'm posting. Hopefully my question is not too silly.
In my code a large text file (around 30.000 lines and a size of totally 4 MB) is read linewise with the help of the TextReader-Object. The textreader.Initialize command is part of Activity_Create. It takes a couple of seconds that all the lines were read and that the views (created by the Designer) are displayed. Is it possible, that the views are displayed before the "reading process" is completed?
In my code a large text file (around 30.000 lines and a size of totally 4 MB) is read linewise with the help of the TextReader-Object. The textreader.Initialize command is part of Activity_Create. It takes a couple of seconds that all the lines were read and that the views (created by the Designer) are displayed. Is it possible, that the views are displayed before the "reading process" is completed?