Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

Pagination example

Engaged ,
Jul 14, 2011 Jul 14, 2011

In the latest pagination example, found here, http://sourceforge.net/projects/tlf.adobe/files/2.0/current/samples.zip/download, the pages 2 and on do not continue where the previous pages left off. They seem to skip a paragraph or more between pages.

TOPICS
Text layout framework
941
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Jul 17, 2011 Jul 17, 2011

Hi thx1138, I debugged in it and found there is a bug in the sample code, please comment out line 128 in Pagination.as. The key down event was called twice sometime, this caused page missing.

//_pageView.processKeyDownEvent(e);

Translate
Explorer ,
Jul 17, 2011 Jul 17, 2011

Hi thx1138, I debugged in it and found there is a bug in the sample code, please comment out line 128 in Pagination.as. The key down event was called twice sometime, this caused page missing.

//_pageView.processKeyDownEvent(e);

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 18, 2011 Jul 18, 2011
LATEST

thank you!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines