TTMSFMXSignatureCapture.Create(nil) = AV

In the constructor Width and Height properties are set to default values, which in turn cause the Resize method.
Resize method checks Owner.ComponentState, which leads to AV, if Owner = nil.

How can i solve it?

Hi, 


We have investigated this here and have applied a fix for this issue. The next version will address this.

Kind Regards, 
Pieter

Thanks!