Hello, I gets an error message during execution of the following code Isn't that possible? "QPaintDevice: Must construct a QApplication before a QPaintDevice" ' Gambas module file PUBLIC myForm AS NEW Form AS "myForm" PUBLIC SUB Main() myForm.Show END PUBLIC SUB myForm_Open() WITH myForm .Height = 300 .Width = 400 END WITH END Gambas2 1.9.26 Gruß Me