GtkD crash

mark mark at qtrac.eu
Fri Feb 21 13:36:58 UTC 2020


Thanks for your question, it led me to focus on the Label and now 
I've solved the problem.

I thought that onChangeState was never called before the Label 
was constructed, but it turns out it is called before. So now I 
use:

	if (statusLabel !is null)
	    statusLabel.setText(message);

Now it works.

Thanks!


More information about the Digitalmars-d-learn mailing list