
Rod Cooper Cooper
Forum Replies Created
-
Rod Cooper Cooper
MemberJuly 8, 2024 at 10:46 am in reply to: IconSet Material does not display after update from 11 35659 to 11 36251Hi Uwe,
Try using iconurl(llMenuItems.tMI_<wbr>IconPath) instead of style().
Kind Regards,
Rod
-
Hi,
Pleased to hear you now have jsSignature working…
Instead of downloading the jpg file, maybe you could print a report to pdf which contains text together with a picture field containing the signature. Take a look at the JS PDF Device sample in the Omnis Studio HUB for hints on printing to pdf. -
Hi Mimmo,
The error ‘ctrl_net_omnis_signature is not defined’ implies that this file has not loaded.
I have just downloaded 8.1.3 on MacOS and followed the instructions on GitHub to add jsSignature without issue.
I can reproduce this error if ‘ctrl_net_omnis_signature.js’ does not exist in my /html/scripts folder or if the appropriate line has not been correctly added to /html/jsctempl.htm so it’s worth rechecking these again.
Also note, the html folder used on MacOS is the one in Library/Application Support/Omnis/Omnis Studio 8.1.3 x64 (hold alt key in finder Go menu to view).
One other thing to check is that the double quotes used when adding lines to jsctempl.htm visibly match those already used in the file as there are different variations of these on MacOS.
Hope that helps….