Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Why ComboBox is displayed by default #571

Open
eugeneloza opened this issue May 4, 2018 · 4 comments
Open

Why ComboBox is displayed by default #571

eugeneloza opened this issue May 4, 2018 · 4 comments

Comments

@eugeneloza
Copy link
Owner

it has Visible := false; for some reason AliasEdit calls OnSelect after creation

@eugeneloza eugeneloza added the bug label May 4, 2018
@eugeneloza
Copy link
Owner Author

OnSelectCell is fired every time the Form is activated.

@eugeneloza
Copy link
Owner Author

eugeneloza commented May 5, 2018

May be fixed by issuing OnClick temporary variable to make sure onSelectCell was caused by user click (or keyboard event)

@eugeneloza
Copy link
Owner Author

eugeneloza commented May 5, 2018

Amazing. OnClick is fired AFTER onSelectCell, so, yes. The fix is not working.

@eugeneloza
Copy link
Owner Author

Doesn't seem to possible to fix it easily.
Not critical, so moving to unimportant. Stop wasting time here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant