[Mono-winforms-list] ControlPaint.DrawReversibleFrame not working?

Chris Toshok toshok at hungry.com
Tue May 22 18:29:31 EDT 2007


err, nevermind. the bug already said it was in X11 :)

On Tue, 2007-05-22 at 15:26 -0700, Chris Toshok wrote:
> actually I should update that bug.  It's been implemented on X11 as
> well.
> 
> Chris
> 
> On Tue, 2007-05-22 at 22:58 +0100, Ivan N. Zlatev wrote:
> > Check: http://bugzilla.ximian.com/show_bug.cgi?id=79418
> > It has been implemented only for win32
> > 
> > On 5/22/07, Jurek Bartuszek <koxta at koxta.net> wrote:
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > Hi,
> > >
> > > I've noticed that System.Windows.Forms.ControlPaint.DrawReversibleFrame
> > > has recently been implemented. I've built and run the following code:
> > >
> > > using System.Windows.Forms;
> > > using System.Drawing;
> > >
> > > namespace Testing
> > > {
> > >         public class MainForm : Form
> > >         {
> > >                 public MainForm()
> > >                 {
> > >                         this.Text = "test";
> > >                         this.Width = 500;
> > >                         this.Height = 500;
> > >                 }
> > >
> > >                 protected override void OnPaint(PaintEventArgs e)
> > >                 {
> > >                         Rectangle r = this.RectangleToScreen(this.Bounds);
> > >                         r.Offset(50, 50);
> > >                         ControlPaint.DrawReversibleFrame(r, Color.Black,
> > > FrameStyle.Thick);
> > >                 }
> > >         }
> > >
> > >         public static class Entry
> > >         {
> > >                 public static void Main(string[] args)
> > >                 {
> > >                         Application.Run(new MainForm());
> > >                 }
> > >         }
> > > }
> > >
> > > I know that OnPaint is not the best place to draw this frame, but that's
> > > solely for testing purposes and the result is that the frame is not
> > > being drawn at all. Any ideas what might be wrong?
> > >
> > > Best regards,
> > > Jurek Bartuszek
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v1.4.7 (GNU/Linux)
> > > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> > >
> > > iD8DBQFGUw3e6l8uJkeTVlMRAleHAJ9BNNLZigG0EugStHVJYnYlr66e7wCgwBFx
> > > o1LToKNdYNHYDKoFBV29e1Q=
> > > =XXZI
> > > -----END PGP SIGNATURE-----
> > > _______________________________________________
> > > Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/mono-winforms-list
> > >
> > 
> > 
> 
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list



More information about the Mono-winforms-list mailing list