dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #8926] MessageBox bug with MessageBoxButtons.Yes


From: Gopal.V
Subject: [Pnet-developers] [bugs #8926] MessageBox bug with MessageBoxButtons.YesNo and others
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 #8926] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Thu 05/13/04 at 09:47 (Asia/Calcutta)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This was already fixed in CVS on 29th April 2004 .

Thanks for the bug report anyway :)






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

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8926>
Project: DotGNU Portable.NET
Submitted by: 0
On: Thu 05/13/04 at 03:55

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


Summary:  MessageBox bug with MessageBoxButtons.YesNo and others

Original Submission:  MessageBox.cs: Here is one case where button3 is not 
new'd, but is subsequently assigned to, which causes an exception. There are 
two or three other cases in the same vicinity:

case MessageBoxButtons.YesNo:
{
  button1 = new Button();
  button2 = new Button();
  button1.Text = S._("SWF_MessageBox_Yes", "&Yes");
  button2.Text = S._("SWF_MessageBox_No", "&No");
  button3.Text = null;
  hasCancel = false;
}
break;

I commented out the "//button3.Text = null;" and it works just fine.

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


-------------------------------------------------------
Date: Thu 05/13/04 at 09:47         By: t3rmin4t0r
This was already fixed in CVS on 29th April 2004 .

Thanks for the bug report anyway :)












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

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





reply via email to

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