<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">With this " true ifTrue:[^BorderStyle default]" &nbsp;the problem is gone now. Thank but the source code is'nt too clear in my opinion and for what I understand this code shadow all the rest of the method.<br class=""><div class=""><br class=""></div><div class="">I can't say that I understand what Marcel is saying. It is supposed to be a class and it is not but a symbol….That you can see it is a symbol not a class is magic for me…a symbol is precede by # is'nt it?</div><div class=""><br class=""></div><div class="">Be patient I will finish by understand….</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Le 2015-05-14 à 12:56, karl ramberg &lt;<a href="mailto:karlramberg@gmail.com" class="">karlramberg@gmail.com</a>&gt; a écrit :</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Ah, ok<div class="">I method&nbsp;</div><div class="">BorderedMorph&gt;&gt;borderSemtyle</div><div class="">add this to top of method:</div><div class="">&nbsp; &nbsp; true ifTrue:[^BorderStyle default].<br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Thu, May 14, 2015 at 6:12 PM, Raymond Asselin <span dir="ltr" class="">&lt;<a href="mailto:jgr.asselin@me.com" target="_blank" class="">jgr.asselin@me.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">When I open image with an earlier VM everything is fine. Changing de method #width doesn't do anything.<div class="">And I must select each small panel and do: &nbsp;'start drawing again'.&nbsp; So for now I will stuck to the previous VM.&nbsp;</div><div class="">Thank Karl for the suggestion.</div><span class=""><div class=""><br class=""></div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">Le 2015-05-14 à 11:26, karl ramberg &lt;<a href="mailto:karlramberg@gmail.com" target="_blank" class="">karlramberg@gmail.com</a>&gt; a écrit :</div><br class=""><div class=""><div dir="ltr" class="">You can test this workaround:<div class=""><br class=""></div><div class=""><div style="font-size:19.2000007629395px" class="">SimpleBorder&gt;&gt;width</div><div style="font-size:19.2000007629395px" class=""><span style="white-space:pre-wrap" class="">        </span>^width ifNil:[0]</div></div><div style="font-size:19.2000007629395px" class=""><br class=""></div><div style="font-size:19.2000007629395px" class="">Open image with an earlier VM and modify that method so it does not return a nil.</div><div style="font-size:19.2000007629395px" class=""><br class=""></div><div style="font-size:19.2000007629395px" class="">Karl</div></div><div class="gmail_extra"><br class=""></div></div></blockquote></div><br class=""></div></span></div><br class=""><br class="">
<br class=""></blockquote></div><br class=""></div>
<br class=""></div></blockquote></div><br class=""></div></body></html>