<div class="gmail_quote">2011/8/5 Frank Church <span dir="ltr"><<a href="mailto:vfclists@gmail.com">vfclists@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex" class="gmail_quote">// Wrapper function for TCanvas.Frame3D.<br>
procedure Frame3D(ACanvas: TCanvas; var ARect: TRect;<br>  TopColor, BottomColor: TColor; const FrameWidth: integer);<br>begin<br>  ACanvas.Frame3D(ARect, TopColor, BottomColor, FrameWidth);<br>end;<br></blockquote><br clear="all">
</blockquote><div><br></div><div>Hi<br>I added that version of Frame3D to LCL trunk.<br>There is another version of Frame3D with very different parameter signature. It existed already earlier.<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Top and bottom colour are included and FrameWidth is ignored. <br><br>Is there some other wrapper to make the old code compatible with this one, or does it have to forego the style property altogether, and fill in something for the colors?<br>
</blockquote></div><br>Do you mean Delphi has other versions of Frame3D with different parameters? Could you implement them and create a patch?<br><br>Regards,<br>Juha<br><br>