Hi everybody,
I use PgSetVideoMode in my program to change the display mode. It works
well but
after I've called this function, the cursor disappears.
Why ? How can I retrieve my cursor ?
Best regards
PS: I'm using QNX6.2.1B
Cursor disappears after call to PgSetVideoMode
Re: Cursor disappears after call to PgSetVideoMode
Pierre AUBERT wrote:
display, change that regions cursor to something, and then change it
back to what you want, then destroy the region.
It's a bug. Workaround would be to put up a region that covers theHi everybody,
I use PgSetVideoMode in my program to change the display mode. It works
well but
after I've called this function, the cursor disappears.
Why ? How can I retrieve my cursor ?
Best regards
PS: I'm using QNX6.2.1B
display, change that regions cursor to something, and then change it
back to what you want, then destroy the region.
Re: Cursor disappears after call to PgSetVideoMode
Dave Rempel wrote:
RegardsPierre AUBERT wrote:
Hi everybody,
I use PgSetVideoMode in my program to change the display mode. It
works well but
after I've called this function, the cursor disappears.
Why ? How can I retrieve my cursor ?
Best regards
PS: I'm using QNX6.2.1B
It's a bug. Workaround would be to put up a region that covers the
display, change that regions cursor to something, and then change it
back to what you want, then destroy the region.
I will try this, thanks