Right Click option in iNotes 8.5

How can I hide a right click option in iNotes 8.5. I cannot get a handle of this event using the Custom JS subform in the Extended forms db.

Subject: Override ECi.prototype.show() function

Hi Keith,

Though it’s subject to change in future release - Replacing ECi.prototype.show() with yours would be the closest. You can assign the function to ECi.prototype.showOrig and then set your function to ECi.prototype.show to do that. Your new ECi.prototype.show should call into ECi.prototype.showOrig, as the function is called for regular drop down menus as well as for context menus. If you search for ECi.prototype.show in l_JSBase form, you’ll see the list of parameters.

When iNotes main page is initialized, Custom_Scene_PostLoad_Lite() function (in extension forms template) is called with e-panelmanager:EVy in its first parameter (s_SceneName). I think it’s the best place to put such code.

Best regards,

  • Akira