wxFrame containing a wxTextCtrl (single-line or multi-line).wxTextCtrl so the caret appears and starts blinking.Code Example:
m_textCtrl1 = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
The caret should blink continuously while the wxTextCtrl has focus, regardless of mouse movement or inactivity.
The caret blinks for approximately 5 seconds and then freezes. It appears to “wake up” only when some input event occurs, only to freeze again shortly after.
It seems that all components with a cursor have this issue, including some software built with older versions of wx.
For example, the list in wxFormBuilder
1.gif (view on web)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
This is a native behaviour which can be observed everywhere in Windows at least since v10 (e.g., the file name field in the Open/Save dialog, when renaming a file in Explorer, or typing the command in the Run dialog).
See also e.g. https://superuser.com/questions/1436937/cursor-stops-blinking-after-a-few-seconds-on-windows-10
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Thanks, this is actually a native Windows behavior, which is really surprising.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()