Re: [Lazarus] TComboBox with AutoComplete property

2013-06-15 Thread Johan Tu Toit
I has many TComboBox components on the forms without the AutoComplete property set to True, so I was looking for the easy way to make it True during the run time. On Fri, Jun 14, 2013 at 2:31 PM, leledumbo leledumbo_c...@yahoo.co.idwrote: OnCreate of what? For TForm, the Sender parameter would

Re: [Lazarus] TSpinEdit - a modest propoal

2013-06-15 Thread Mattias Gaertner
On Fri, 14 Jun 2013 21:30:52 -0700 (PDT) Alejandro Gonzalo parkingspac...@yahoo.com wrote: When ReadOnly is True the up/down buttons remain although they don't now do anything.  In that case the number display are should instead occupy the entire component width. This way there would be a

[Lazarus] Xterm, konsole etc.

2013-06-15 Thread Mark Morgan Lloyd
What's the easiest way to implement something like xterm or konsole, that has minimal escape decoding for e.g. cursor control but under normal circumstances buffers output lines in scrollable form? What I'm trying to do is implement some special 8-bit codepage mapping for programs run inside

Re: [Lazarus] TComboBox with AutoComplete property

2013-06-15 Thread leledumbo
I has many TComboBox components on the forms without the AutoComplete property set to True, so I was looking for the easy way to make it True during the run time. Then loop over the components instead of checking the Sender only -- View this message in context:

Re: [Lazarus] TSpinEdit - a modest propoal

2013-06-15 Thread Bart
On 6/15/13, Alejandro Gonzalo parkingspac...@yahoo.com wrote: When ReadOnly is True the up/down buttons remain although they don't now do anything. In that case the number display are should instead occupy the entire component width. Why should they? I'm not even sure this can be