User Tag List

Results 1 to 2 of 2

Thread: [b248 bug?]Java Application

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(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.
    Attached files Attached files

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •