Search found 212 matches: signature

Return to advanced search

I've had better luck using the LineTo function. Using SetPixel made the signature look very "dotted". Something like this sample works very nicely... #include "FWCE.ch" #include "DLL.ch" function Main() local oWnd, oSay, nHdc ...
by Bill Simmeth
Fri Dec 22, 2006 9:27 pm
 
Forum: FiveWin for Pocket PC
Topic: Signatures
Replies: 32
Views: 10737

... is a sample that uses bLClicked, bMMoved and bLButtonUp DATAs to SetPixel( oWnd:hDC, nRow, nCol, nRGB( 255, 255, 255 ) ) and paint the pixels signature as pressed and later on save it to disk.
by Antonio Linares
Fri Dec 22, 2006 5:20 pm
 
Forum: FiveWin for Pocket PC
Topic: Signatures
Replies: 32
Views: 10737

Signatures

All,

Has anyone been able to capture a signature and save it as a graphic image?

Thanks,
Randal Ferguson
by Randal
Fri Dec 22, 2006 3:07 pm
 
Forum: FiveWin for Pocket PC
Topic: Signatures
Replies: 32
Views: 10737

Maurizio,

Would you mind sharing your solution? Also, is there anyway to print the signature (or bmp)?

Thanks,
Randal Ferguson
by Randal
Wed Sep 06, 2006 3:11 pm
 
Forum: FiveWin for Pocket PC
Topic: Signatures
Replies: 11
Views: 3025

Hello Antonio I have now found the solution . Now I have to set the quality of the signature . I found an old messagge send by you regarding this : " You may try to fine tune the mouse speed using SystemParametersInf() and the SPI_SETMOUSE flag. Also check mouse_event()" ...
by Maurizio
Tue Sep 05, 2006 4:43 pm
 
Forum: FiveWin for Pocket PC
Topic: Signatures
Replies: 11
Views: 3025

Signatures

... unless you move the mouse very slowly. The following is a sample. Should I be doing something different or doing this a different way? // Capture Signature #include "FiveWin.ch" static oWnd, lDown, hDC function Main() lDown := .F. DEFINE WINDOW oWnd FROM 1, 1 TO 30, 50 ; TITLE OemToAnsi( "Signature ...
by Randal
Fri May 19, 2006 5:49 pm
 
Forum: FiveWin for Pocket PC
Topic: Signatures
Replies: 2
Views: 1035

Enrico,

If you are referring to PDF Creator by Amyuni, the developer's license (the one that includes encryption and digital signature capability) is US$920. Kind of expensive.

http://www.amyuni.com/en/products/pdf_c ... ricing.php

Is that the one you are using?

James
by James Bott
Wed May 10, 2006 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ways to save report to a file and easily open
Replies: 52
Views: 17911

... by via code so that it doesn't prompt the user for a filename. Some are capable of being password protected. It is also possible to add a digital signature to a PDF. Another option is to zip the report and password protect the zip file. I have not done either one of these yet, so I can't offer ...
by Richard Chidiak
Tue May 02, 2006 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ways to save report to a file and easily open
Replies: 52
Views: 17911

... by via code so that it doesn't prompt the user for a filename. Some are capable of being password protected. It is also possible to add a digital signature to a PDF. Another option is to zip the report and password protect the zip file. I have not done either one of these yet, so I can't offer ...
by James Bott
Tue May 02, 2006 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ways to save report to a file and easily open
Replies: 52
Views: 17911

ActiveX with eN-Touch 1000

Hi. I need help interfacing to a signature capture device. The device has an lcd where you can display text using an activex component and another activex to capture a signature. My objective is to display contract information and then gather ...
by reinaldocrespo
Fri Apr 21, 2006 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX with eN-Touch 1000
Replies: 2
Views: 801

print image and text on hp printer

I need to print a signature on a check. How can I combine text and an image in my output to accomplish this? Currently I'm using pcl command embedded in a text file to control fomatting and then copying that file to the printer device. ...
by don lowenstein
Wed Feb 01, 2006 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print image and text on hp printer
Replies: 1
Views: 592

Signatures

All,

Has anyone devised a way to capture a signature and save it as a graphic image?

Thanks,
Randal Ferguson
by Randal
Tue Jan 03, 2006 2:38 pm
 
Forum: FiveWin for Pocket PC
Topic: Signatures
Replies: 11
Views: 3025

Sample: We have program Test.Exe located in C:\Projects\Test dir. Pocket Pc install dir is \Test. Test.Inf file source [Version] Signature = "$Windows NT$" Provider = "Test Inc." CESignature = "$Windows CE$" [CEStrings] AppName = "Test" InstallDir = "\Test" [SourceDisksNames] 1 = , "Common ...
by pawelu
Fri Dec 23, 2005 7:52 am
 
Forum: FiveWin for Pocket PC
Topic: Cab install files for Pocket Pc
Replies: 2
Views: 1451

Cab install files for Pocket Pc

... (this is free software) 3. Create Inf file for Pocket installation for Yoyr app eg: [Version] Signature = "$Windows NT$" Provider = "YourName" CESignature = "$Windows CE$" [CEStrings] AppName = "YourAppName" InstallDir = "\YourInstallDir" [SourceDisksNames] ...
by pawelu
Thu Dec 22, 2005 9:34 pm
 
Forum: FiveWin for Pocket PC
Topic: Cab install files for Pocket Pc
Replies: 2
Views: 1451

Ahí en las news.jrsoftware.org, jrsofware.innosetup está el mensaje Digital Signature del 02/11/2005; espero y algún colega me lo traduzca al cristiano.
by Alfredo Arteaga
Sat Nov 05, 2005 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mensaje de advertencia
Replies: 9
Views: 2757
PreviousNext

Return to advanced search