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

popup a menu in floater

New Here ,
Dec 24, 2009 Dec 24, 2009

Copy link to clipboard

Copied

Hi

I use PopupMenu object to pop up a menu in floater, like following

var m = new PopupMenu();

a.addItem("menuitem1");

var response = m.popup();

example.GIF

User click "menuitem1", the response  is "menuitem1".

It's OK on windows, but it's unstable on Mac.

The response is often a empty string. If you add a alert before "var response = m.popup();", it's OK.

Does anyone have the solution for this issue?

Thanks

Simon

TOPICS
Extensions

Views

486
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
New Here ,
Feb 04, 2010 Feb 04, 2010

Copy link to clipboard

Copied

LATEST

It's seems that it works well on Code View and Design View, but it doesn't work on Split View.

Does anyone have some suggestions?

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