RE: win32lib label clicks
- Posted by Judith Evans <camping at txcyber.com> Dec 04, 2002
- 433 views
I'll add SS_NOTIFY as an optional Property for label in v16. Any other styles anyone would like me to add? While I'm on the topic of styles.... In v16 I am changing the style for ChildWindow control to work like Window control and also include the flag style property. Right now it or_all's WS_CHILD. or_all will be the flag default for ChildWindow so no existing code will break. This will give everyone a little more flexibility to control the appearance of ChildWindow and it will also work properly with Window Styles Explorer selections. --judith aku saya wrote: > I use win32lib 57.9, sorry if this has been fixed. > > 1. After adding SS_NOTIFY to a label (LText) > the event is only triggered when i RIGHT click, > not LEFT click... why? > > 2. Why is SS_NOTIFY not enabled by default? > Will it make win32lib slower if enabled? > If yes, how about if an application calls > setHandler(...,w32HMouse, routine_id("..._onMouse")) > SS_NOTIFY automatically enabled (or in IDE). > > 3. How about changing event for a List, if user > selects an item, the event onClick is triggered instead > of onChange. Because now onChange is triggered by selecting > an item and adding an item, so it's difficult to distinguish > (must use flags). This is the same as in VB. > > 4. Has anyone make win32lib dll and successful? > > Thanks very much for the great new win32lib and IDE! > >