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

How to move the cursor to the desired page

Community Beginner ,
Mar 01, 2022 Mar 01, 2022

Copy link to clipboard

Copied

Using C++, SDK, how can I move the cursor to the desired page?

TOPICS
SDK

Views

147

Translate

Translate

Report

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
Community Expert ,
Mar 01, 2022 Mar 01, 2022

Copy link to clipboard

Copied

Look at the MakeScrollToSpreadCmd method, seems like it should help

-Manan

Votes

Translate

Translate

Report

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
People's Champ ,
Mar 02, 2022 Mar 02, 2022

Copy link to clipboard

Copied

LATEST

I don't know much about the C++ SDK, but I know InDesign scripting. In InDesign there's no such thing as moving a cursor to a page. You can move a cursor to somewhere within a text frame or a story (or a textpath item).

To move the cursor with scripting you would get a handle on some text, or an insertion point, and select() it.

Votes

Translate

Translate

Report

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