sigBoxTopaz Control won't show on a form

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
wjstarck
Posts: 936
Joined: Tue Jul 31, 2007 7:18 am
Location: Keller, TX
Contact:

sigBoxTopaz Control won't show on a form

Post by wjstarck » Thu Dec 04, 2008 9:56 am

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...
Cheers,

Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA

User avatar
wjstarck
Posts: 936
Joined: Tue Jul 31, 2007 7:18 am
Location: Keller, TX
Contact:

Re: sigBoxTopaz Control won't show on a form

Post by wjstarck » Thu Dec 04, 2008 5:19 pm

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....
Cheers,

Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA

Post Reply