Page 1 of 1

sigBoxTopaz Control won't show on a form

Posted: Thu Dec 04, 2008 9:56 am
by wjstarck
I'm having trouble getting the sigBoxTopaz Control to show.

I have the code for Topaz Sigs in place on FormAnestheticRecord.

When I click on the 'Sign Topaz' button, the sigBox control hides as expected, but the sigTopazControl won't become visible no matter what, so the user gets no visual feedback when they are signing. The signature pad accepts the signature and the SaveSignature() method writes it to the db just fine. My signature pad is OK because it's working just fine on FormProcEdit.

If anyone has time to look at it I'd appreciate it...

Re: sigBoxTopaz Control won't show on a form

Posted: Thu Dec 04, 2008 5:19 pm
by wjstarck
Nvm....fixed.

I had placed the sig Boxes inside of a groupBox, and it wasn't showing the Topaz box because it's created dynamically due to constraints for Mono....