Michael Van Canneyt wrote:

On Wed, 11 Jan 2006, Funky Beast wrote:


Modified KeyUp method to support AutoCompleteText for all
editable combobox-styles (i.e. all styles except csDropDownList).
Just realized that when I try to enable AutoCompleteText in
ValueComboBox of Object Inspector.

Added MouseUp method to drop and undrop list when clicking on
the edit area while combobox-style is csDropDownList.


I would be grateful if a double-click would select the next item
in case it is csDropDownList. This is standard behaviour in Windows,
(or at least the Delphi Object inspector) and something I deeply
miss when using the  Object Inspector.
It's extremely comfortable when double-clicking a boolean property...


Michael.


Lazarus Object Inspector's valuecombobox is already a
double-click-select-next-item combobx. But somehow the first
click is just setting focus on the combobox. Once it has focus,
double clicking it selects the next item. My guess would be that
the first click on a property is for the Object Inspector to decide
which control to use for editing selected property
(with editbox, combobox or checkbox).
So at the moment, its click-doubleclick. I'm still studying its source and see how to implement page-up and page-down on the property grid with keyboard, which i got acustomed to in Delphi and Kylix.


Funky Beast

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to