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

Show/Hide FrameMaker Toolbar with FDK10 API client

Guest
May 30, 2011 May 30, 2011

Copy link to clipboard

Copied

Hi,

I'veimplemented a custom FrameMaker ToolBar (as MyToolBar.xml file) with somepopular FM Menu commands contained.

And I’veassigned "kbd-shortcut" for MyToolBar  to "\!Vh" (Esc V h).

It worksfine. i.e. my Toolbar displays (or hides)  when I type the [Esc V h]  key sequence manually.

How should I execute this key sequence programmatically in FDK10 client with FrameMaker 10?

I tried tosolve this issue using F_ApiFcodes FDK function as follows:

I specified the following sequence of keys

...

static IntT fcodes[] = {'\\!','V','h'};

. . .

and then ran

F_ApiFcodes(sizeof(fcodes)/sizeof(IntT),fcodes);

. . .

However, I got “No expression selected in an equation” FrameMaker message and symbols"V" &"h" printed in the document.

Please advise.

Thanks,

Andrey

Views

449
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
Mentor ,
May 31, 2011 May 31, 2011

Copy link to clipboard

Copied

LATEST

HI Andrey,

I do a lot of FDK work but I don't have any direct experience in this area. If no one here is able to answer, consider posting to the Yahoo Frame Dev forum. There are more developer types lurking around there, some of them quite experienced and clever:

http://groups.yahoo.com/group/Frame_dev

Russ

Votes

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