Android Question Curser location bar on 3.50 IDE

Sonny

Member
Licensed User
Longtime User
Erel,

Is there a way to "turn off" the new highlighted cursor in the IDE, for your latest release of B4A v3.50?

It seemed like a good idea at first, but continued use is causing a lot of eyestrain for me.

Thanks, in advance.

> Sonny <
 

Mahares

Expert
Licensed User
Longtime User
I think, if you open the B4A.xml file located in C:\Program files\Anywhere Software\Basic4Android folder (where you installed b4a) using an xml editor, it is this line that needs to be changed: Whitesmoke change it to White. Be careful; I have not done that because I am ok with the way Erel has it. But then again, you can always reinstall the program if you mess things up.
B4X:
<Style Key="CurrentLine" ForeColor="Transparent" BackColor="WhiteSmoke"/> <!-- ForeColor = border -->
 
Last edited:
Upvote 0

Sonny

Member
Licensed User
Longtime User
I think, if you open the B4A.xml file located in C:\Program files\Anywhere Software\Basic4Android folder (where you installed b4a) using an xml editor, it is this line that needs to be changed: Whitesmoke change it to White. Be careful; I have not done that because I am ok with the way Erel has it. But then again, you can always reinstall the program if you mess things up.
B4X:
<Style Key="CurrentLine" ForeColor="Transparent" BackColor="WhiteSmoke"/> <!-- ForeColor = border -->

Changing the "BackColor" to "Transparent" does the trick.

Thank you Mahares - and my eyes thank you as well.
 
Upvote 0
Top