Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF

TOPIC:

Compiling PDF forms 9 years 7 months ago #7256

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
The new Version 3.0beta8 has a fix for your issue.

Please Log in or Create an account to join the conversation.

Compiling PDF forms 9 years 7 months ago #7261

  • noberasco
  • noberasco's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
  • Posts: 48
  • Thank you received: 0
Hi,

just tested latest beta, I confirm the disappearing text issue is fixed.
This means I no longer have no major blocks for my app to be accepted.
THANK YOU (1)!

At this point my last issue is the crash that occurs when trying to edit text fields inline. As I said, presently I'm working around the issue by avoiding inline editing (I trigger AlertDialogs to edit fields), but I would rather do the editing inline, if it is possible (2).

Regards,
Michele

(1) You will soon get a more tangible thank you, as we should now no longer have blocking issues that prevent us from purchasing the library.
Quick question: I assume that if I purchase the library now, the licence will work with the current 3.0 betas, correct? Also, when do you think final version 3.0 will be released?

(2) In my experience, tapping on a text field which already contains a value will crash the application.
You already dismissed this report as 'I cannot reproduce it', but I have more information for you.
I discovered it happens under a particular case.
As you probably know, EditText behaviour can be different on different devices, or different screen orientations on the same device, depending on screen height:
1) if enough space is present, keyboard will appear and editing will be performed inline within the EditText
2) if not enough space is present, a full screen editing widget will appear (with a done button on the right) and editing will take place there

This crash only happens in scenario 1.
To see the full description of this issue (including stack traces), please visit page 7 of this forum thread.

Please Log in or Create an account to join the conversation.

Compiling PDF forms 9 years 7 months ago #7263

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
not sure what your means.
i clicked all fields on the pages, no issue found.
as i think, the crash is caused by multithread.
when keyboard appears, the Page was rerendered, and Annotation object you got should not aviable.
this time, you shall get annotation from new Page object.
do not keep Annotation object before resize view.
and keyboard appear and disappear cause the view resizing.

Please Log in or Create an account to join the conversation.

Last edit: by .
Powered by Kunena Forum