[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MessageView
[Thread Prev] | [Thread Next]
- Subject: MessageView
- From: BB <adamnt42@xxxxxxxxx>
- Date: Thu, 3 Oct 2024 17:57:00 +0930
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
This code doesn't cope when $hIcon has not been set. Private Sub GetTextWidth() As IntegerReturn Max(16, Me.Parent.ClientW - $hIcon.W - $hClose.W - Desktop.Scale * 6) End
which happens when the MessageView has not been called yet, but it does run when the form is opened in a TabPanel. b
Re: MessageView | BB <adamnt42@xxxxxxxxx> |