<div dir="ltr"><div><div><div><div><div><div><div><div>Hi waldo,<br><br></div> Memo1.Align:=alClient;<br><br></div>This will make the Memo sized to form size.<br><br></div> Memo1.Alignment:=taRightJustify;<br><br></div>This will make the text inside the Memo be right justified.<br>
<br></div>To mantain a visible button, put it inside a panel and set the Align property of the panel to alTop;<br><br></div>It runs ok for me.<br><br></div>Hope it helps!<br><br></div>Ed.<br><div><div><div><div><div><br></div>
</div></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/30 waldo kitty <span dir="ltr"><<a href="mailto:wkitty42@windstream.net" target="_blank">wkitty42@windstream.net</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
in the recent playing around with the code in the "flicker" thread, i wanted to make the tmemo automatically resize to fit the form when it is resized and to keep the button where i placed it and visible... the align and alignment options confuse this old boy as does much of the GUI world of coding... i had some luck with a groupbox but it wasn't satisfactory...<br>
<br>
can someone please explain, in very simple terms and steps, how to accomplish this? i have no delphi books available and what i have looked at online has only served to confuse me further :/<br>
<br>
advTHANKSance :)<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
NOTE: No off-list assistance is given without prior approval.<br>
Please keep mailing list traffic on the list unless<br>
private contact is specifically requested and granted.<br>
<br>
--<br>
______________________________<u></u>_________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.<u></u>freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.<u></u>freepascal.org/mailman/<u></u>listinfo/lazarus</a><br>
</font></span></blockquote></div><br></div>