- Posts: 21
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Extracting fields and Checkbox Tick Mark
- sharikakanakam
- Topic Author
- Offline
- Junior Member
-
Less
More
9 years 11 months ago #10499
by sharikakanakam
Replied by sharikakanakam on topic Extracting fields and Checkbox Tick Mark
Thanks for all your help. The only issue pendign is the signature appearing only when taping outside the field. That is, once I set the signature to the view that I create custom and set this to bitmap annot and then add the bitmap annot to the page, the signature doesnt appear atonce. It appears only when I tap somewhere outside this field. I tried invalidate(), and setscale(0) . But both of these didnt bring out any change.
One thing I noted is its having a cursor blinking at the field while I comeback from the custom view. And this changes to the signature I set when I tap outside. So this cursor blinking may mean that there is an edittext field or something on top of the bitmap field, do you think so? But that doesnt make any sense because its geting validated after I tap outside. Please can you help with this?
One thing I noted is its having a cursor blinking at the field while I comeback from the custom view. And this changes to the signature I set when I tap outside. So this cursor blinking may mean that there is an edittext field or something on top of the bitmap field, do you think so? But that doesnt make any sense because its geting validated after I tap outside. Please can you help with this?
9 years 11 months ago #10502
by Davide
Replied by Davide on topic Extracting fields and Checkbox Tick Mark
Hi,
the problem is that you have to re-render the page after your edits to see the signature.
So, you have to call one of these two methods:
or
the problem is that you have to re-render the page after your edits to see the signature.
So, you have to call one of these two methods:
Code:
m_view.vRenderSync(vpage);
Code:
m_view.vRenderAsync(vpage);
- sharikakanakam
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 21
- Thank you received: 0
9 years 11 months ago #10505
by sharikakanakam
Replied by sharikakanakam on topic Extracting fields and Checkbox Tick Mark
I have tried these methods wothout any effect. This is the same issue Im facing when I initialize my views with some values when the page loads. I called the vRenderAsync and invalidate methods after setting the initial values on the fields, but couldnt find any values displayed there. Also with the signature I cant see the value immediately after being set.
Is there any sample code or snippets that you can give me to help with this? Or can you or some of your other developers give me some other ideas to fix this?
Thanks in advance.
Is there any sample code or snippets that you can give me to help with this? Or can you or some of your other developers give me some other ideas to fix this?
Thanks in advance.
- sharikakanakam
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 21
- Thank you received: 0
9 years 11 months ago #10506
by sharikakanakam
Replied by sharikakanakam on topic Extracting fields and Checkbox Tick Mark
Can you please look into this?
9 years 11 months ago #10524
by Davide
Replied by Davide on topic Extracting fields and Checkbox Tick Mark
Hi,
please check this article : www.radaeepdf.com/support/knowledge-base...component&kbartid=45
please check this article : www.radaeepdf.com/support/knowledge-base...component&kbartid=45
- sharikakanakam
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 21
- Thank you received: 0
9 years 11 months ago #10529
by sharikakanakam
Replied by sharikakanakam on topic Extracting fields and Checkbox Tick Mark
This is exactly how I do this right now. I tried all kind of validations in activity result after adding the bitmap annot. But a blank field with cursor is shown initially when I come back to the screen from signature view. It seems like previous edittext exists there for some reason. And when I tap outside the view updates. So is there a way I can get the Android Edittext that your library creates on top of each field? If yes, I can make this view transparent or invisible so that the yellow highlighted field is not shown.
Time to create page: 0.383 seconds