[Gambas-user] MessageBox: probable bug with GTK - GUI ?
Ru Vuott
vuott at ...325...
Fri Feb 7 12:02:00 CET 2014
Hello,
I have this code:
Public Sub Form_Open()
Dim s As String = "Gambas is a free development environment based on a Basic interpreter with object extensions"
Message.Info(s)
Message.Delete(s)
Message.Error(s)
Message.Question(s)
Message.Warning(s)
End
Well, with gb.gtk or gb.gui messagebox window doesn't not show the whole sentence: this is cut.
Is it a bug ?
Regards
vuott
More information about the User
mailing list