Article # 392, added by Geoworks, historical record
| first | previous | index | next | last |

Intercepting MSG_META_END_SELECT with a dynamic list object.



Q. I've noticed that when I subclass GenDynamicListClass and then try to
   intercept MSG_META_END_SELECT, I don't ever see the message (but I can
   intercept MSG_META_START_SELECT just fine). Any ideas on this one?

A. If you are not calling @callsuper, then you must return MRF_PROCESSED
   (MouseReturnFlag that says this object had processed the mouse
   message). If that is not the problem, then you probably need to grab
   the mouse.