2009-04-10 01:57 PM - last edited on 2023-07-13 04:20 PM by Doreena Deng
2014-04-30 10:21 AM
2014-05-12 10:33 AM
GSErrCode __ACENV_CALL PaletteObserver::SelectionChanged (const API_Neig* selElemNeig) { // ... } void PaletteObserver::PanelOpened (const DG::PanelOpenEvent& /*ev*/) { // ... ACAPI_Notify_CatchSelectionChange (SelectionChanged); } void PaletteObserver::PanelClosed (const DG::PanelCloseEvent& /*ev*/) { // ... ACAPI_Notify_CatchSelectionChange (NULL); }Best Regards,
2014-11-17 08:47 AM
2014-11-17 10:48 PM
ReignBough wrote:Please visit the following topic, I answered the question there:
how to catch the dock/undock events?
2014-11-18 04:18 AM