Hi,
I'm using WinCC OA version 3.18 and 3.19.
I'm testing the new functionality of adding more items to the popupMenu in the AES, using 2 libraries.
- aescustomizations.ctl
- CustomizeAesRow.ctl
Inside the CustomizeAesRow library and the handleMenuItemClick() method, how can I know the element on which the right click has been clicked.
Inside the selectedRows argument, all the records of the table are returned. I want to get the data of the record I need.
Any help on this ?
Thanks
AES Customizations - popupMenu
Search
- luis.bustamante
- Posts: 30
- Joined: Thu Jan 24, 2019 8:11 am
Re: AES Customizations - popupMenu
I am answering myself while waiting to see if anyone has a solution.
The problem is in the function
aes_menuFunctionHandler(... int row ...)
which does not pass the "row" parameter internally to the g_aesRowCustomizer.handleMenuItemClick() function.
handled = g_aesRowCustomizer.handleMenuItemClick(functionId, mTableMultipleRows);
The problem is in the function
aes_menuFunctionHandler(... int row ...)
which does not pass the "row" parameter internally to the g_aesRowCustomizer.handleMenuItemClick() function.
handled = g_aesRowCustomizer.handleMenuItemClick(functionId, mTableMultipleRows);