IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Activate Context Menu Options · View
jacobBacon
Posted: Friday, December 16, 2016 9:45:24 PM
Rank: Newbie

Joined: 12/16/2016
Posts: 1
Is there a method call to activate the context menu? I want to show the context menu when the enter key is pressed instead of using right click. So basically:

function On_AuthenticKeyboardEvent( varKeyEvent, varKeyCode, varKeyStatus )
{
if(varKeyCode == 13){

//Method call to show context menu ???
}
return false;
}
Users browsing this topic
guest

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.