Cursor Size (OpenInsight 64-bit)
At 12 SEP 2021 11:28:58PM Gerry Van Niekerk wrote:
OI 10
I had a comment made by a client that they cant see where the cursor is on the screen
Anyone else had that and how did you deal with it?
Cheers
Gerry
At 13 SEP 2021 05:34AM Andrew McAuley wrote:
Use Windows 10 Ease of Access settings to change the size of the cursor perhaps?
Failing that a promoted lost/gotfocus event to draw attention to the current control.
World leaders in all things RevSoft
At 13 SEP 2021 11:03AM Dave Sigafoos wrote:
Andrew is right (surprise:) ) We used a promoted event to highlight the FOCUS control on getfocus and returned original color on lostfocus. works well
At 13 SEP 2021 11:12AM Carl Pates wrote:
The current release of of v10 supports a "focus" color in an edit table that highlights the current cell for all edit tables in the application.
These colors are set in the Application Settings dialog (in v9 this was in the database environment dialog)
This has been extended to EditLine and EditBox controls for the 10.1 release so you won't need to use a promoted event any more (you won't see these until at least the Beta 3 release however).
Regards
At 13 SEP 2021 11:15AM Dave Sigafoos wrote:
Bravo Captain Carl …
At 15 SEP 2021 09:00PM Gerry Van Niekerk wrote:
Carl ,
Should the above be working in Beta2 or will it only be in the final
ie for editlines
Tables work great
Gerry
At 15 SEP 2021 09:02PM Gerry Van Niekerk wrote:
Carl ,
Should the above be working in Beta2 or will it only be in the final
ie for editlines
Tables work great
Gerry
At 16 SEP 2021 04:05AM Carl Pates wrote:
Hi Gerry,
I'll be in the next release after the one you have, whatever that is called :)
Regards