Context menu

Use this board to ask questions or have discussions with other Rich Displays users.
Post Reply
SeanTyree
Profound User
Posts: 76
Joined: Fri Jan 11, 2013 6:11 pm
First Name: Sean
Last Name: Tyree
Company Name: US HealthWorks
State / Province: California
Zip / Postal Code: 91355
Country: United States
Contact:

Context menu

Post by SeanTyree »

We have a screen with 2 grids, both of them with a context menu assigned to them. When a user right clicks on the lower grid the menu opens. If the user then right clicks on the upper grid, the menu opens on the upper grid while the menu is still visible on the lower grid.

Is there any way to force a context menu closed from javascript? Or a possible timer to "fade out" a menu if a selection isn't taken?

Thanks,
Sean Tyree
SeanTyree
Profound User
Posts: 76
Joined: Fri Jan 11, 2013 6:11 pm
First Name: Sean
Last Name: Tyree
Company Name: US HealthWorks
State / Province: California
Zip / Postal Code: 91355
Country: United States
Contact:

Re: Context menu

Post by SeanTyree »

I solved the issue by using the onrowclick event like this:

if (isRightClick) {
applyProperty("RCMenu1", "visibility", "hidden");
}

Sean
Post Reply

Who is online

Users browsing this forum: No registered users and 8 guests