Search found 1 match

by SomeProgrammer
Tue Oct 17, 2017 2:22 pm
Forum: How To …
Topic: How to get informed, the component was loaded
Replies: 1
Views: 1382

How to get informed, the component was loaded

I have an application, where I have several components and I have their ID's (strings, with which i can identify them). I have a button, that creates a complicated component (which ID I also have). So rendering the component takes some time. Now I write code like this: while (component == null){ .. ...