<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>I Got it.&nbsp;</div><div>You talked about generate heading in the past but can't figure how to send it.&nbsp;</div><div>Now it's clear "&lt;&lt;<span style="background-color: rgba(255, 255, 255, 0);">hover your mouse inside the yellowish area of the collection, press ESC to invoke the menu, then select "generate heading"&gt;&gt;.</span><br><br>Envoyé de mon iPhone</div><div><br>Le 2015-02-16 à 16:36, Chris Muller &lt;<a href="mailto:asqueaker@gmail.com">asqueaker@gmail.com</a>&gt; a écrit&nbsp;:<br><br></div><blockquote type="cite"><div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Hi Raymond,</div><div class="gmail_quote"><br></div><div class="gmail_quote">On Wed, Feb 4, 2015 at 12:42 PM, Raymond Asselin <span dir="ltr">&lt;<a href="mailto:jgr.asselin@me.com" target="_blank">jgr.asselin@me.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word">&lt;SortedNotesExample.png&gt;<br><br><br></div></blockquote><div><br></div><div>Whoa!&nbsp; That looks familiar! &nbsp;:)</div><div><br></div><div>With Maui, you normallly don't need to do methods like #sortedNotes.&nbsp; You can just have #notes in there like you do at the bottom (set its output resultView to #panel).&nbsp; Then if you simply implement these methods on your Note class:</div><div><br></div><div>&nbsp; &nbsp; mauiDefaultColumns</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ^ #(med date heures com)</div><div><br></div><div>and</div><div><br></div><div>&nbsp; &nbsp; mauiSortableColumns</div><div>&nbsp; &nbsp; &nbsp; &nbsp;^ #(med date heures comString)</div><div><br></div><div>and</div><div><br></div><div>&nbsp; &nbsp; comString</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ^ self com ifNil: [ String empty ]</div><div><br></div><div>Then, hover your mouse inside the yellowish area of the collection, press ESC to invoke the menu, then select "generate heading".</div><div><br></div><div>You will get proper headers for those columns with ascending / descending sort arrows for each column.&nbsp; All for free from Maui.</div><div><br></div><div>HTH.</div><div><br></div></div></div></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Beginners mailing list</span><br><span><a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a></span><br><span><a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a></span><br></div></blockquote></body></html>