I am using the “Read Only” setting on a text entry field. When it is set to read only, I want to conditionally change the cursor to just the regular mouse pointer.
Does conditional cursors not work for text fields?
For Example, the following doesn’t seem to work on the text field.
if( Variable1 = false, Pointer), and I still see the text entry cursor.