|
From: Alex <al...@be...> - 2013-03-17 10:12:11
|
Hi, this bug in in your sample, not in HwGUI. The HTab, as any other control, really hasn't the "oPopup" member, so the context menu shoul be linked with the dialog or window. Change the line oPopup:SHOW(this:oParent) to oPopup:SHOW(this:oParent:oParent) or to oPopup:SHOW( hwg_getParentForm(this) ) and it will work. Regards, Alexander. ________________________________________________ |