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

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to