How could I detect whether the code was loaded? I am trying to open large files and it takes couple seconds to load the code and display it in the layout.
Is there a way I could detect when the code has been displayed so I can display/hide a progressbar?
How could I detect whether the code was loaded? I am trying to open large files and it takes couple seconds to load the code and display it in the layout. Is there a way I could detect when the code has been displayed so I can display/hide a progressbar?
Thanks