Forum > LCL

Mouse pointer disappeared in DBlookupCombo Box

(1/1)

MVD:
Hi,

A used a DBLookupComboBox with properties set/
AutoComplete :true
AutoDropDown : true
AutoSize : True
Sorted : true
ReadOnly : true

when I type in the controlbox some text, it sroll down with a list of items from a field in another database. This is what I need but the problem is that the mousepointer disappeared and he is only coming back when I close the CBLookupComboBox .
?????

rvk:
You didn't mention your OS and Lazarus version.
But I see the same behavior with TComboBox even with AutoDropDown to false on Windows with Laz trunk.

Seems like a bug.

(In Delphi the mousepointer stays visible)

Edit: If you set ArrowKeysTraverseList to false you keep the mousepointer.
(but then the first character does nothing)

I see it is the same behavior as in TEdit. When typing the mousepointer disappears unless inside the edit box.
Somehow in Delphi for the TComboBox the mousepointer stays visible. In Lazarus not.

MVD:

--- Quote from: rvk on September 21, 2017, 04:00:20 pm ---You didn't mention your OS and Lazarus version.
But I see the same behavior with TComboBox even with AutoDropDown to false on Windows with Laz trunk.

Seems like a bug.

(In Delphi the mousepointer stays visible)

Edit: If you set ArrowKeysTraverseList to false you keep the mousepointer.
(but then the first character does nothing)

I see it is the same behavior as in TEdit. When typing the mousepointer disappears unless inside the edit box.
Somehow in Delphi for the TComboBox the mousepointer stays visible. In Lazarus not.


--- End quote ---
sorry , I am working in Windows 10 and with Lazarus 1.8.0RC4.

Thanks for the explination. What to do if it is a bug?

Michl:
Please create a bug report http://wiki.freepascal.org/How_do_I_create_a_bug_report.

Navigation

[0] Message Index

Go to full version