[Gambas-devel] Qt component / Segmentation fault

Daniel Campos danielcampos at ...45...
Mon Jan 3 11:21:48 CET 2005


Hi:

Create a project with a Button and a TextBox. Insert the following code into
the button "click" event:

PUBLIC SUB Button1_Click()

  TextBox1.Pos=-4
  TextBox1.Insert("Hola")

END

After pressing Button1, a segmentation fault finishes the program.

Regards,

D. Campos





More information about the Devel mailing list