EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: problem about edm widget
From: Jason Abernathy <[email protected]>
To: [email protected]
Date: Tue, 15 Jan 2013 09:27:52 -0800
I had a similar problem with Ubuntu 10.10.

It was solved by fixing the margin of "active windows" to 0. This patch was made for edm 1.12.73.

Hope it helps,
Jason
Description: Upstream changes introduced in version 1.12.73-0ubuntu1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 edm (1.12.73-0ubuntu1) oneiric; urgency=low
 .
   * New upstream release
 .
 The person named in the Author field signed this changelog entry.
Author: Jason Matthias Abernathy <[email protected]>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- edm-1.12.73.orig/lib/act_win.cc
+++ edm-1.12.73/lib/act_win.cc
@@ -13546,6 +13546,8 @@ char tmp[10];
      top,
      XmNwidth, w,
      XmNheight, h,
+	 XmNmarginWidth, 0,
+	 XmNmarginHeight, 0,
      XmNmappedWhenManaged, False,
      XmNresizePolicy, XmRESIZE_NONE,
      NULL );
@@ -13569,6 +13571,8 @@ char tmp[10];
      XmNy, y,
      XmNwidth, w,
      XmNheight, h,
+     XmNmarginWidth, 0,
+     XmNmarginHeight, 0,
      XmNmappedWhenManaged, False,
      XmNresizePolicy, XmRESIZE_NONE,
      XmNbackground, embBg,
@@ -13636,6 +13640,8 @@ char tmp[10];
        XmNy, parent ? y : 0,
        XmNwidth, w,
        XmNheight, h,
+    	 XmNmarginWidth, 0,
+	     XmNmarginHeight, 0,
        XmNmappedWhenManaged, False,
        XmNbackground, embBg,
        NULL );
@@ -13659,6 +13665,8 @@ char tmp[10];
        XmNwidth, w,
        XmNheight, h,
        XmNmappedWhenManaged, False,
+     XmNmarginWidth, 0,
+     XmNmarginHeight, 0,
        XmNresizePolicy, XmRESIZE_NONE,
        NULL );
 
@@ -13681,6 +13689,8 @@ char tmp[10];
        XmNy, y,
        XmNwidth, w,
        XmNheight, h,
+     XmNmarginWidth, 0,
+     XmNmarginHeight, 0,
        XmNmappedWhenManaged, False,
        XmNresizePolicy, XmRESIZE_NONE,
        XmNbackground, embBg,

Navigate by Date:
Prev: RE: [CSS] FileUtil Chen, Xihui
Next: data smoothing record D Peter Siddons
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: problem about edm widget Silver
Next: [CSS] FileUtil Pavel Maslov
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 20 Apr 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·