Signature capture app in C# on Tab Controls not working

  • Thread starter Thread starter SSP
  • Start date Start date
S

SSP

I have a PPC app with the signature capture module on one of the tab pages
on a form.

It just does not work. If it was placed on a form without putting it on the
tab control, it works fine.

Am I missing something here?

SSP
 
What exactly doesn't work for you?
I've just ran a quick test it seems to be working fine.

-Alex
 
Hi Alex,

If I place the signature module inside a tab page, it does not work i.e. I
am not able to sign.

If there were no tab controls on the form and the signature module was place
straight on the form (like in the sample), it works fine.

I want the signature module to be part of a form on which there some tab
pages. The last tab page will contain the module.

SSP
 
How do you "place" signature control on the Tab? This sample doesn't have a
design-time version and it's using a panel just for defining a place for the
Singature control to be shown. So in order to have it on your tabb page you
need to do something like that:
 
Back
Top