2 Attachment(s)
[b248 bug?]Java Application
I made a quick bezier curve program where it draws a curve on the screen using the 4 active object 'points' that are there. You click and drag the points to move them around. When I build as a normal exe, it lets me drag them off the 640x480 screen, but when I build as a stand alone java application, as soon as my mouse goes off the screen, it stops, and when I move it back on, the active doesn't follow. I've included the java app, and the mmf2 file.
Re: [b248 bug?]Java Application
Yes, this is a know problem in Java : you only have the mouse inputs when the mouse is over the window. It is impossible for me to test the mouse outside the window. You will have to cope with it.