Re: [Lazarus] Input query with input history

2013-10-20 Thread Mark Morgan Lloyd
Jürgen Hestermann wrote: Am 2013-10-19 15:16, schrieb Mark Morgan Lloyd: Jürgen Hestermann wrote: Does any input query function exist that has a history list so that the user can pick old entries from previous inputs? Ideal would be if such a history list can be filtered and sorted too. Does

Re: [Lazarus] Input query with input history

2013-10-20 Thread Jürgen Hestermann
Am 2013-10-19 15:16, schrieb Mark Morgan Lloyd: Jürgen Hestermann wrote: Does any input query function exist that has a history list so that the user can pick old entries from previous inputs? Ideal would be if such a history list can be filtered and sorted too. Does the CmdBox package on CCR

Re: [Lazarus] Input query with input history

2013-10-20 Thread Jürgen Hestermann
Am 2013-10-19 14:15, schrieb Avishai: > TComboBox > AutoComplete:= True > Sorted:= True > Style:= csSimple > > Add new entries to TComboBox.Items > you would have to take care of filtering Thanks for the hint. I will try it. Interesting that it's not mentioned on the (german) wiki page htt

Re: [Lazarus] Input query with input history

2013-10-19 Thread Mark Morgan Lloyd
Jürgen Hestermann wrote: Does any input query function exist that has a history list so that the user can pick old entries from previous inputs? Ideal would be if such a history list can be filtered and sorted too. Does the CmdBox package on CCR help? -- Mark Morgan Lloyd markMLl .AT. telemet

Re: [Lazarus] Input query with input history

2013-10-19 Thread Avishai
TComboBox AutoComplete:= True Sorted:= True Style:= csSimple Add new entries to TComboBox.Items you would have to take care of filtering On Sat, Oct 19, 2013 at 3:01 PM, Avishai wrote: > I'm sure this isn't what you are looking for, but maybe you could > adapt TComboBox for that. > > On Sa

Re: [Lazarus] Input query with input history

2013-10-19 Thread Avishai
I'm sure this isn't what you are looking for, but maybe you could adapt TComboBox for that. On Sat, Oct 19, 2013 at 2:57 PM, Jürgen Hestermann wrote: > Does any input query function exist that has a history list > so that the user can pick old entries from previous inputs? > > Ideal would be if s

[Lazarus] Input query with input history

2013-10-19 Thread Jürgen Hestermann
Does any input query function exist that has a history list so that the user can pick old entries from previous inputs? Ideal would be if such a history list can be filtered and sorted too. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.