dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #10396] The TopLevel property of System.Windows.


From: Gopal.V
Subject: [Pnet-developers] [bugs #10396] The TopLevel property of System.Windows.Form is not correctly implemented
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 #10396] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Tue 10/05/2004 at 15:59 (Asia/Calcutta)

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


------------------ Additional Follow-up Comments ----------------------------
Fixed in CVS on 5th Oct 2004.






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

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10396>
Project: DotGNU Portable.NET
Submitted by: Heiko Weiss
On: Wed 09/15/2004 at 13:50

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


Summary:  The TopLevel property of System.Windows.Form is not correctly 
implemented

Original Submission:  If U create a System.Windows.Form the TopLevel property 
is set to true.
Therefore the toolkitWindow is created with 
ToolkitManager.Toolkit.CreateTopLevelWindow.
If U now set the property TopLevel to false, only the internal state topLevel 
is set to false.
But the toolkitWindow should be set as no TopLevel Window.

DG4T needs that to reparent a form into a child container.
Hope U understand what I mean.

So U have to change:
Form.cs: 
TopLevel {
 ...
 set {
  topLevel = value;
  and change the toolKitWindow Style to the value (in my case to false)

 }
}

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


-------------------------------------------------------
Date: Tue 10/05/2004 at 15:59       By: Gopal.V <t3rmin4t0r>
Fixed in CVS on 5th Oct 2004.

-------------------------------------------------------
Date: Thu 09/16/2004 at 16:06       By: Richard Baumann <Rich333>
Thanks for the test case, but, in the future, could you please use a 
compression scheme other than rar? Rar is poorly supported on free systems; zip 
compression works fine, however.

-------------------------------------------------------
Date: Thu 09/16/2004 at 06:38       By: Heiko Weiss <brubbel>
I have made a short test application for that case.






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

-------------------------------------------------------
Date: Thu 09/16/2004 at 06:38  Name: TopLevel_10396.rar  Size: 8.21KB   By: 
brubbel
Source for TestApplication
http://savannah.gnu.org/bugs/download.php?item_id=10396&amp;item_file_id=1674






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

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





reply via email to

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