Hi All,
i created a field where user can do their signature with the help of signature canvas .
I stored the signature image dimension in the database from the edit view
the image dimensions are like -:
{βlxβ:187,βlyβ:94,βmxβ:186,βmyβ:94},{βlxβ:194,βlyβ:94,βmxβ:187,βmyβ:94},{βlxβ:207,βlyβ:99,βmxβ:194,βmyβ:94},{βlxβ:207,βlyβ:100,βmxβ:207,βmyβ:99},{βlxβ:207,βlyβ:103,βmxβ:207,βmyβ:100},{βlxβ:198,βlyβ:108,βmxβ:207,βmyβ:103},{βlxβ:180,βlyβ:113,βmxβ:198,βmyβ:108},{βlxβ:155,βlyβ:113,βmxβ:180,βmyβ:113},{βlxβ:122,βlyβ:98,βmxβ:155,βmyβ:113},{βlxβ:117,βlyβ:87,βmxβ:122,βmyβ:98},{βlxβ:117,βlyβ:82,βmxβ:117,βmyβ:87},{βlxβ:117,βlyβ:81,βmxβ:117,βmyβ:82},{βlxβ:127,βlyβ:80,βmxβ:117,βmyβ:81},{βlxβ:134,βlyβ:84,βmxβ:127,βmyβ:80},{βlxβ:142,βlyβ:93,βmxβ:134,βmyβ:84},{βlxβ:146,βlyβ:102,βmxβ:142,βmyβ:93},{βlxβ:147,βlyβ:102,βmxβ:146,βmyβ:102}
,The signature is getting displayed in the detail view ,which meant the imaged dimension is getting stored in the database.,
but on trying to update the same record, i am unable to get the image dimensions from the database.and hence signature is not visible .
Every other field is getting populated from the database but the signature image dimension stored in database due to which i am unable to view the signature and on saving it the signature is getting lost .
Can anyone help me with thisβ¦??? ITS URGENTβ¦