<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=us-ascii">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
now, i understand why 'unauthorized' does not support GOP ))<br>
<br>
but, grid is setable, btw...<br>
<br>
sevy<br>
<br>
Frank Barknecht wrote:<br>
<blockquote type="cite" cite="mid20040921211045.GA9746@fliwatut.scifi">
  <pre wrap="">Hallo,
moritz seiler hat gesagt: // moritz seiler wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">when i make a abstraction and make the gui visible on parent patch, i dont
know to handle with the size and the proportion...? i know that i can place
the size in the patch,but i cannot save it for the abstraction..
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I do this in the following way: 

1) use a [cnv] object as a background, 

2) Put all you want to see on top of the background [cnv]

3) remember its dimensions as x and y. 

4) Set "Graph On Parent" to true.

5) resize the abstraction, so that only the bg-cnv plus about 15 pixel
   above it are visible. The empty space above is for the abstraction
   name.

6) save, close, File-&gt;New, put: [your_gop_abs]

7) Right-click [your_gop_abs], edit Properties: 
   Set width to: x (from above) + 2 pixels
   Set height to: y (from above) + 15 pixels.
   Save properties.

8) Right-click again and Open your [your_gop_abs]

9) SAVE it! Yes, again! This is important, as the resizing done in the
   parent patch in step 7) is not saved yet in the child abstraction. 

10) you migtht need to fiddle a bit with the positions of graphical
    objects.

That's it.

Ciao
  </pre>
</blockquote>
</body>
</html>