[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MessageView


This code doesn't cope when $hIcon has not been set.

Private Sub GetTextWidth() As Integer
Return 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


Follow-Ups:
Re: MessageViewBB <adamnt42@xxxxxxxxx>