Popup Control does not fire click event |
Post Reply |
Author | |
sanddevil
Newbie Joined: 21 August 2007 Location: United Kingdom Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 21 August 2007 at 11:19am |
Hi! I am developing a Managed C++ solution using .Net 2003, so using the CodeJock ActiveX product. I have a problem with the Popup Control. I have developed a popup to display status type messages such as "New user added to database". This works ok in the main code of my application. So, having got it working just fine as "inline" code I moved it out to its own class, and I created the class using the .Net Control Library wizard. Now the popup still displays ok, but the click event does not fire. The generated code looks like this->axPopupControl1->ItemClick += new AxInterop::XtremeSuiteControls::_DPopupControlEvents_ItemClickEventHandler(this, axPopupControl1_ItemClick); and the event handler function looks like private: System::Void axPopupControl1_ItemClick(System::Object * sender, AxInterop::XtremeSuiteControls::_DPopupControlEvents_ItemClickEvent * e)
Any help gratefully received! Thanks in advance. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |