Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is there a way to permanently set the cursor color in TextArea grids?

0
Posted

Is there a way to permanently set the cursor color in TextArea grids?

0

You can add a line to your xbasic/templates/property.xxx file. The property.xxx file contains the various grid function properties to be used on start-up. To change the cursor color, you would change the dull color property for all XuiTextArea grids, including the PDE lower TextArea. xb XuiTextArea XuiSendMessage (TextLower, #SetColorExtra, $$White, -1, -1, -1, 0, 0) The color is XORed to the screen backgound color, so the color you see will be different from what you specify. I use a blue background, and a $$White cursor is actually yellow while a $$LightYellow value will display a blue cursor on a white background.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.