Hi,

I should just add regarding Wx::PlComboPopup usage, the C++ class wxComboPopup has the protected member m_combo that allows you to access the wxComboCtrl. In wxPerl that is available via:

$cmbpopup->GetComboCtrl;

I should add a line using that to the demo.

Cheers

Mark

Reply via email to