Torsten where you able to use the keyboard from the VNC client? for me itâs all good but the keyboard backspace and enter are okay, re rest? no-no On Jan 20, 2014, at 5:02 PM, Torsten Bergmann <astares@gmx.de> wrote:
Also try
RFBLog dumpLogToTranscript: true
before running. Then a dump on the Transcript will appear.
There you will see that there is a DNU for a Cursor instance which does not understand #maskForm in method #sendCursorShape:
Interesting enough ivar "newCursor" is an instance of Cursor - but and only subclass like CursorWithMask understand #maskForm.
It is initialized in #initServer:socket:reverse: with "Cursor currentCursor" returning - either a Cursor instance when I inspect it using the menu - a CursorWithMask instance when I inspect it using CMD keys
No time to dig deeper today. Keep us informed about your progress. An updated ConfigurationOfRFB would be nice...
Bye T.