<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Apr 26, 2015 at 1:35 PM, luiz americo pereira camara <span dir="ltr"><<a href="mailto:luizmed@oi.com.br" target="_blank">luizmed@oi.com.br</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class=""><div><br></div></span><div>I implemented here long time ago: <a href="https://code.google.com/p/luipack/source/browse/trunk/luicontrols/searchedit.pas" target="_blank">https://code.google.com/p/luipack/source/browse/trunk/luicontrols/searchedit.pas</a><br><br></div><div>If agreed i can add to LCL as TEdit.TextHint<span class=""></span><br></div></div></div></div></blockquote></div><br></div><div class="gmail_extra">Two notes here:<br></div><div class="gmail_extra"><br>#1<br>for the case of TSearchEdit - it should be (optionally) a stand alone widget, rather than a hard-coded pure LCL control.<br>otherwise it would not be rendered properly for OSX<br><a href="https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/ControlsText.html#//apple_ref/doc/uid/20000957-CH51-SW5">https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/ControlsText.html#//apple_ref/doc/uid/20000957-CH51-SW5</a><br><br></div><div class="gmail_extra">and maybe (<a href="https://developer.gnome.org/gtk3/stable/GtkSearchBar.html">https://developer.gnome.org/gtk3/stable/GtkSearchBar.html</a>) gtk3 ? <br></div><div class="gmail_extra"><br>Win32 as well as Qt doesn't seem to have "native" controls, thus having LCL-level wrapper is a good solution for them.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">#2<br></div><div class="gmail_extra">Is luipack being moved to other source hosting service? (i.e. github, sourceforge). code.google is closing.<br><br></div><div class="gmail_extra">thanks,<br></div><div class="gmail_extra">Dmitry<br></div></div>