[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mapguide-commits
Subject:    [mapguide-commits] r3270 -
From:       svn_mapguide () osgeo ! org
Date:       2008-08-12 20:47:17
Message-ID: 20080812204717.3B1ACE006E1 () lists ! osgeo ! org
[Download RAW message or body]

Author: ksgeograf
Date: 2008-08-12 16:47:15 -0400 (Tue, 12 Aug 2008)
New Revision: 3270

Modified:
   trunk/Tools/Maestro/Maestro/PackageManager/PackageProgress.Designer.cs
   trunk/Tools/Maestro/Maestro/PackageManager/PackageUploader.cs
Log:
Minor fixes for Mono

Modified: trunk/Tools/Maestro/Maestro/PackageManager/PackageProgress.Designer.cs
===================================================================
--- trunk/Tools/Maestro/Maestro/PackageManager/PackageProgress.Designer.cs	2008-08-12 \
                20:37:11 UTC (rev 3269)
+++ trunk/Tools/Maestro/Maestro/PackageManager/PackageProgress.Designer.cs	2008-08-12 \
20:47:15 UTC (rev 3270) @@ -80,10 +80,12 @@
             // 
             // OperationLabel
             // 
-            this.OperationLabel.AutoSize = true;
+            this.OperationLabel.Anchor = \
((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | \
System.Windows.Forms.AnchorStyles.Left) +                        | \
System.Windows.Forms.AnchorStyles.Right))); +            \
                this.OperationLabel.AutoEllipsis = true;
             this.OperationLabel.Location = new System.Drawing.Point(88, 8);
             this.OperationLabel.Name = "OperationLabel";
-            this.OperationLabel.Size = new System.Drawing.Size(79, 13);
+            this.OperationLabel.Size = new System.Drawing.Size(384, 13);
             this.OperationLabel.TabIndex = 5;
             this.OperationLabel.Text = "OperationLabel";
             // 

Modified: trunk/Tools/Maestro/Maestro/PackageManager/PackageUploader.cs
===================================================================
--- trunk/Tools/Maestro/Maestro/PackageManager/PackageUploader.cs	2008-08-12 20:37:11 \
                UTC (rev 3269)
+++ trunk/Tools/Maestro/Maestro/PackageManager/PackageUploader.cs	2008-08-12 20:47:15 \
UTC (rev 3270) @@ -85,7 +85,8 @@
         public static DialogResult UploadPackage(Form owner, ServerConnectionI con)
         {
             OpenFileDialog dlg = new OpenFileDialog();
-            dlg.AutoUpgradeEnabled = true;
+            //Mono does NOT like this one
+            //dlg.AutoUpgradeEnabled = true;
             dlg.CheckFileExists = true;
             dlg.CheckPathExists = true;
             dlg.DefaultExt = ".mgp";

_______________________________________________
mapguide-commits mailing list
mapguide-commits@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic