Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Diego Donate

  1. Diego Donate

    Qt. Access application ts file from JS code (context menu translated texts)

    Hi, In my Qt application I have some .ts files for languages in my application resources, so I access translations with tr("") from a C++ class, and with qsTr("") from a QML file I also have a WebEngineView + WebChannel, with a custom HTML file and JS files associated. In this JS code, I have...
  2. Diego Donate

    How to close JQuery context menu in HTML/js code

    I have updated my plugin version to https://github.com/swisnl/jQuery-contextMenu/blob/master/src/jquery.contextMenu.js and my 2nd problem was solved. Then I found how to close the menu, maybe it could help to anyone: $('.context-menu-list').trigger('contextmenu:hide'); Regards, Diego
  3. Diego Donate

    How to close JQuery context menu in HTML/js code

    Hi, I have an application with some HTML/js code. I am using jquery to show a contextmenu (https://github.com/swisnl/jQuery-contextMenu/blob/master/src/jquery.contextMenu.js) in the $document element when I rightclick in a div of this document. With 'autohide' it closes when mouse leaves the...

Part and Inventory Search

Back
Top