Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    showContextMenu

    I have updated from 6.1p to 12.1p
    and now my contextmenu's are not showing anymore.
    When i debug via de console, the menu is showing.
    i am just calling "showContextMenu()"

    What changed between 6.1p and 12.1p or is there something else wrong?

    #2
    Thousands of things changed between 6.1 and 12.1, but it remains fully backwards compatible, with no "backwards compatibility" notes related to context menus. So whatever happened, it may be a reliance on an undocumented behaviors.

    If you think you may have found a framework bug, please try to put together a minimal, ready-to-run test case showing the problem. The "Debugging" overview in the JavaDoc will help with this.

    Comment


      #3
      the setname has changed with a different returnvalue (void --> Canvas).
      To get my code working i had removed teh setname and therefor my table did not had teh given name.
      By making sure the table had the correct name, i got it fixed

      Comment

      Working...
      X