[Gambas-user] Message box anomaly

richard terry rterry at ...1823...
Sun Oct 30 06:10:27 CET 2011


This code:
 
  Message.Title = "Delete an appointment"
   If Message.Warning("Delete", "Yes", "No") = 2 Then Return 

gives a gui-oddity - in that if the length of the text in the dialog < length 
of the message.title then the message.title is truncated.

Regards

Richard






More information about the User mailing list