Skip Menu |

This queue is for tickets about the Prima CPAN distribution.

Report information
The Basics
Id: 104870
Status: resolved
Priority: 0/
Queue: Prima

People
Owner: Nobody in particular
Requestors: futuramedium [...] yandex.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.43
Fixed in: (no value)



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.
I think I fixed this. Thank you for the feedback, and you're welcome to try the latest github version from https://github.com/dk/Prima and see if it works for you! Dmitry