Re: [Lazarus] TextHint in TComboBox

2021-11-15 Thread Juha Manninen via lazarus
On Mon, Nov 15, 2021 at 8:12 PM Marcos Douglas B. Santos via lazarus < lazarus@lists.lazarus-ide.org> wrote: > Yes, I'll try to copy from 2.2RC. Thank you. > Why can't you use 2.2RC directly? It is very close to the final 2.2. Do you experience a regression bug there? Juha -- __

Re: [Lazarus] TextHint in TComboBox

2021-11-15 Thread Marcos Douglas B. Santos via lazarus
On Mon, Nov 15, 2021 at 2:40 PM Bart via lazarus wrote: > > On Mon, Nov 15, 2021 at 5:04 PM Marcos Douglas B. Santos via lazarus > wrote: > > > Yes, after finding the bug issue that I posted in the last email, I > > tested using trunk... > > But I'm using 2.0.12. > > Well, either copy the relevan

Re: [Lazarus] TextHint in TComboBox

2021-11-15 Thread Bart via lazarus
On Mon, Nov 15, 2021 at 5:04 PM Marcos Douglas B. Santos via lazarus wrote: > Yes, after finding the bug issue that I posted in the last email, I > tested using trunk... > But I'm using 2.0.12. Well, either copy the relevant parts to your 2.0.12, use the 2.2RC or wait just a little bit more for

Re: [Lazarus] TextHint in TComboBox

2021-11-15 Thread Marcos Douglas B. Santos via lazarus
On Mon, Nov 15, 2021 at 12:56 PM Werner Pamler via lazarus wrote: > > Am 15.11.2021 um 16:37 schrieb Marcos Douglas B. Santos via lazarus: > > I need to implement a TextHint property—as we have in TEdit— in a > > component inherited from TComboBox. Doesn't matter if it will be > > "emulated" or n

Re: [Lazarus] TextHint in TComboBox

2021-11-15 Thread Werner Pamler via lazarus
Am 15.11.2021 um 16:37 schrieb Marcos Douglas B. Santos via lazarus: I need to implement a TextHint property—as we have in TEdit— in a  component inherited from TComboBox. Doesn't matter if it will be "emulated" or not. My first thought was copying from TEdit... however, is this the better wa

Re: [Lazarus] TextHint in TComboBox

2021-11-15 Thread Marcos Douglas B. Santos via lazarus
On Mon, Nov 15, 2021 at 12:37 PM Marcos Douglas B. Santos wrote: > > Hi, > I need to implement a TextHint property—as we have in TEdit— in a component > inherited from TComboBox. Doesn't matter if it will be "emulated" or not. > > My first thought was copying from TEdit... however, is this the b

[Lazarus] TextHint in TComboBox

2021-11-15 Thread Marcos Douglas B. Santos via lazarus
Hi, I need to implement a TextHint property—as we have in TEdit— in a component inherited from TComboBox. Doesn't matter if it will be "emulated" or not. My first thought was copying from TEdit... however, is this the better way? Maybe sharing this code, in Lazarus code, for other components, wou