constructors must be as quick and simple as possib...
# getting-started
s
constructors must be as quick and simple as possible
s
s.luhmirins: it can't be done asynchronously, and GUI building in just about anything isn't slow (if it is, your framework has some serious issues)
s
I am speaking in general terms
s
Then I don't understand, when else would you need doing GUI building other than ctor? Or did you mean put it into helper functions called by ctor