Subject: | Incorrect 'pad' and 'ipad' properties of packInfo in Prima/VB/Classes.pm |
In Prima::VB::Types::packInfo package, they are declared 'point', therefore packer doesn't work as expected in forms saved by VB.
Prima expects padx, pady, ipadx, ipady instead (not 'pad' and 'ipad'), which, I think, can be declared as 'uiv', %packProps and %packDefaults fixed, then it works OK.