dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #9835] TreeView with CheckBoxes: AfterCheck even


From: Gopal.V
Subject: [Pnet-developers] [bugs #9835] TreeView with CheckBoxes: AfterCheck event not risen
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #9835] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Mon 08/02/2004 at 16:02 (Asia/Calcutta)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed


------------------ Additional Follow-up Comments ----------------------------
This is fixed in CVS - but there a few more other events in TreeView which 
needs to be fixed. This will be closed after those are done up.






/**************************************************************************/
[bugs #9835] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9835>
Project: DotGNU Portable.NET
Submitted by: 0
On: Sat 07/31/2004 at 12:52

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  Fixed
Assigned to:  None
Status:  Open


Summary:  TreeView with CheckBoxes: AfterCheck event not risen

Original Submission:  The AfterCheck event of a TreeView, with the property 
CheckBoxes = true is never risen.
The AfterCheck event is risen when the test is run with the MS engine.


Follow-up Comments
------------------


-------------------------------------------------------
Date: Mon 08/02/2004 at 16:02       By: t3rmin4t0r
This is fixed in CVS - but there a few more other events in TreeView which 
needs to be fixed. This will be closed after those are done up.

-------------------------------------------------------
Date: Mon 08/02/2004 at 16:02       By: t3rmin4t0r
This is fixed in CVS - but there a few more other events in TreeView which 
needs to be fixed. This will be closed after those are done up.

-------------------------------------------------------
Date: Sun 08/01/2004 at 02:57       By: drobosson
As can be seen below, the handler is correctly set. GetHandler finds it and 
returns it to OnAfterCheck, however somewhere between the return and the 
OnAfterCheck GetHandler call, the handler gets lost. Perhaps someone else may 
have an idea as to why this is happening.

1: Control.GetHandler
   eventId->AfterCheck
   handler->System.Windows.Forms.TreeViewEventHandler
2: TreeView.OnAfterCheck handler->
2b: Handler null






File Attachments
-------------------

-------------------------------------------------------
Date: Sat 07/31/2004 at 12:52  Name: TreeViewTest.cs  Size: 790B   By: None

http://savannah.gnu.org/bugs/download.php?item_id=9835&amp;item_file_id=1546






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9835>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]