B4J Question Mouse pointer problem

M4RC3L0

New Member
Licensed User
Longtime User
Hello,

I made a full screen application in B4J (Raspberry Pi 3 model B with Raspbian) and when I move the mouse to the corner of the screen and I go back, the cursor changes to a black square. Does anyone know how to fix this problem?

Thanks in advance.

20180327_144232.jpg
 

M4RC3L0

New Member
Licensed User
Longtime User
For those who have the same problem, I would like to share the solution I adopted:

Since my monitor has the fixed resolution at 1366x768, I have locked the /boot/config.txt (raspbian distro) file at this resolution and changed the variable framebuffer to 1350x750, so the mouse does not disappear from the screen and the problem is solved. Not the best solution, but it was the most practical I could get.

Apparently this is a java + raspberry problem and not a B4J problem.


Marcelo
 
Upvote 0
Top