EditorGadget reads final lines incorrectly with screen readers

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: EditorGadget reads final lines incorrectly with screen readers

Post by Fred »

Yes
Quin
Addict
Addict
Posts: 1124
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: EditorGadget reads final lines incorrectly with screen readers

Post by Quin »

Incredible! Can't wait! :) you're the man, Fred!
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: EditorGadget reads final lines incorrectly with screen readers

Post by Fred »

Well, it's only one line to use it right now, nothing fancy :lol:

Code: Select all

SendMessage_(GadgetID(0), #EM_SETTEXTMODE, #TM_RICHTEXT, 0)
Quin
Addict
Addict
Posts: 1124
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: EditorGadget reads final lines incorrectly with screen readers

Post by Quin »

One line times however many EditorGadgets you have. My app has many ;).
Regardless I look forward to the fix! :)
Post Reply