Sometimes its a little hard to find the text cursor in a large XuiTextArea?
The color of the text cursor in XuiTextArea and XuiTextLine grids can be globally changed with OptionTextCursor in the Main Window. The text cursor is drawn in XOR drawing mode, so depending on the number of bits per pixel and whether a system is palette or direct map, the text cursor will not be the same color on all systems. To change the color of the text cursor in a XuiTextArea or XuiTextLine grid in a design window, change its DullColor property with the AppearanceWindow. Remember, the cursor color is not the DullColor itself, but the XOR of the DullColor and whatever the cursor is written over in the grid. For example, a yellow text cursor might be created by setting DullColor to $$LightBlue.
Related Questions
- Due to my poor eyesight, I have a hard time reading large amounts of online text. What options does the Minnesota online driver education course on TeenDrivingCourse.com offer to help me?
- What are those little yellow boxes containing text (visible when I place my mouse cursor over any word)?
- How is text and text cursor position controlled in XuiTextArea grids?