[Gambas-user] Message box anomaly

richard terry rterry at ...1823...
Sun Oct 30 22:09:27 CET 2011


On Monday 31 October 2011 00:43:34 Fabien Bodard wrote:
> well it is not a bug, but a feature,
> 
> The width of the box is computed from the content text width.
> 
> you can do that as workaround
> 
> Message.Title = "Delete an appointment"
>   If Message.Warning("Delete" & String(40, " "), "Yes", "No") = 2 Then
>  Return
Yes, thanks, of course, I've done that.

Thanks for taking the time.

richard

> 
> ---------------------------------------------------------------------------
> --- Get your Android app more play: Bring it to the BlackBerry PlayBook in
>  minutes. BlackBerry App World™ now supports Android™ Apps for
>  the BlackBerry® PlayBook™. Discover just how easy and simple it
>  is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 




More information about the User mailing list