ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 PDF Form don't Highlight Inputfields it not Editing=true

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Ralf Posted - Mar 01 2024 : 02:36:59
Hello,
is it possible, that Inputfields in an PDF Form isn't higlightet it Editing is not True? Is there a Flag to be set?
Thanks.
Best regards
Ralf
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Mar 04 2024 : 16:42:08
You might just be better to email me for the latest beta.

Nigel
Xequte Software
www.imageen.com
Ralf Posted - Mar 04 2024 : 02:06:48
Hello Nigel,
when i do that before Loading then there is no highlight. When i then say Editing:=true the Highlighting is still not visible.

IEGlobalSettings().PdfViewerDefaults.FormFieldAlpha := 0;

is a Global Setting. When i have more than one PDFForm open that meens the Setting is changed for all?

I have now done following:

  if actReadOnly.Checked then
  begin
    ActReadOnly.ImageIndex:=232;
    FPDF_SetFormFieldHighlightColor(ImageEnViewPDF.PdfViewer.Document.FormHandle, 0, Default_PDF_Form_Field_Color{IEGlobalSettings().PdfViewerDefaults.FormFieldColor});
  end
  else begin
    ActReadOnly.ImageIndex:=107;
    FPDF_SetFormFieldHighlightColor(ImageEnViewPDF.PdfViewer.Document.FormHandle, 0, clNone);
  end;

Best regards
Ralf


xequte Posted - Mar 02 2024 : 21:23:02
Hi Ralf

You can email me for an update that fixes it, or you can set:

IEGlobalSettings().PdfViewerDefaults.FormFieldAlpha := 0;

(before loading the document)

Nigel
Xequte Software
www.imageen.com