[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #8926] MessageBox bug with MessageBoxButtons.Yes
From: |
anonymous |
Subject: |
[Pnet-developers] [bugs #8926] MessageBox bug with MessageBoxButtons.YesNo and others |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040316 |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #8926] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8926>
Project: DotGNU Portable.NET
Submitted by: 0
On: Wed 05/12/04 at 23:55
Category: None
Severity: 5 - Average
Item Group: None
Resolution: None
Assigned to: None
Status: Open
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.
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/
- [Pnet-developers] [bugs #8926] MessageBox bug with MessageBoxButtons.YesNo and others,
anonymous <=