Re: [WIN]Win32Lib: v50 : trap click in SIMPLE combo?
- Posted by Derek Parnell <DerekP at IXCHANGE.COM.AU> Dec 01, 2000
- 492 views
Hi Dan, > > Does anyone know how to trap a click event on the label of a > "simple" combo? No, win32lib doesn't capture this. I'll research it this weekend. > This is a combo with a label replacing the top edit box. I don't actually know what you mean by "replacing". Simple Combos don't have labels. Are you referring to a LText control that is displayed over the top of a SimpleCombo control? I can't picture what you are trying to do? > Problem seems to > be that because it has a label, and labels don't respond to > events, I can't > get a hook into it; yet clicking on the label does open the > combo box list, Again, a SimpleCombo doesn't have a label, so I don't know what you are talking about. > so *something* is able to sense and respond to a click. I'll see if I can get onClick and/or onChange to fire for SimpleCombos. ----- Derek.