by JMiller » 27 May 2014 12:50
TestContextMenuEXE12.rar contains the .exe with the working design
TestContextMenuSOURCE12.rar contains the working source code
TestContextMenuEXE21.rar contains the .exe with the broken design
TestContextMenuSOURCE21.rar contains the broken source code
The only difference is the execution of 2 lines in Unit1.cpp (55):
IWCGJQRegion1->AjaxReRender(false, true);
IWCGJQRegion2->AjaxReRender(false, true);
In TestContextMenu12.rar, the lines are executed in the above order.
In TestContextMenu21.rar, the order is switched and Region2 is rerendered before Region1.
The code was compiled with IW 12.2.9 and CGDev Tools v2.1.0.3634
I hope this helps.
Best regards,
JM
You do not have the required permissions to view the files attached to this post.