If textarea.background is black and you set text (foreground) to white, the cursor (blinking | ) is still invisible
Is there how to see the cursor (change its color?) in a black textarea ?
Cursor color in black textarea
- BruceSteers
- Posts: 1776
- Joined: Thursday 23rd July 2020 5:20pm
- Location: Isle of Wight
- Contact:
Re: Cursor color in black textarea
No
TextArea is a pure toolkit control so those kind of settings are limited.
Maybe Benoit would consider this a bug and find a way to make cursor blink foreground colour.
Or use a more Gambas made control like text editor or if it's black for command output maybe try a terminal view and just run commands in the terminal.
TextArea is a pure toolkit control so those kind of settings are limited.
Maybe Benoit would consider this a bug and find a way to make cursor blink foreground colour.
Or use a more Gambas made control like text editor or if it's black for command output maybe try a terminal view and just run commands in the terminal.
If at first you don't succeed , try doing something differently.
BruceS
BruceS
Re: Cursor color in black textarea
This happens using GTK.
When activating a Component, based on QT, the cursor turns white.
Europaeus sum !
Amare memorentes atque deflentes ad mortem silenter labimur.
Amare memorentes atque deflentes ad mortem silenter labimur.
-
- Posts: 91
- Joined: Tuesday 9th July 2024 9:27am
Re: Cursor color in black textarea
Tks for all