What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » ListViewControl + ReportView + HasCheckboxes + OnWindowIdEvent_LstViewClicked = Bug

ListViewControl + ReportView + HasCheckboxes + OnWindowIdEvent_LstViewClicked = Bug
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15517
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: ListViewControl + ReportView + HasCheckboxes + OnWindowIdEvent_LstViewClicked = B
quote:
Originally posted by OcuS
It behaves as if the Event_LstViewClicked was fired before the checkbox is really checked/unchecked...
Actually, this is exactly what happens and which is logically the correct behaviour!



When you click on a checkbox this is what happens:

1) The program detects you pressed your mouse button
2) The program grabs the position of your mouse and looks if a control is underneath it
3) If so, it set focus to that control
4) It then checks if there is some associated action with it when you click the control.
5) If so, it performs that action (in this case the action would be to toggle the checkbox)

It can't even be the other way around as the program can not magically know you want to change a checkbox before you first actually click on it...

Or to put it in another way: clicking is the action, the checkbox toggling is the reaction on it. It can't be the other way around.



This post was edited on 01-13-2007 at 07:46 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-21-2006 01:12 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
ListViewControl + ReportView + HasCheckboxes + OnWindowIdEvent_LstViewClicked = Bug - by OcuS on 07-21-2006 at 12:26 AM
RE: ListViewControl + ReportView + HasCheckboxes + OnWindowIdEvent_LstViewClicked = B - by CookieRevised on 07-21-2006 at 01:12 AM
RE: ListViewControl + ReportView + HasCheckboxes + OnWindowIdEvent_LstViewClicked = B - by OcuS on 07-21-2006 at 09:45 AM
RE: ListViewControl + ReportView + HasCheckboxes + OnWindowIdEvent_LstViewClicked = Bug - by Patchou on 07-22-2006 at 05:51 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On