Search:

Type: Posts; User: hirsty

Search: Search took 0.11 seconds.

  1. Re: Created simple game applet but wanting it to access a DSN on the server

    Woops sorry bad memory :/ will try that now

    EDIT: verified certificate, uploaded and not working.....apparently i need to contact the webmaster to grant the certificate? >.>
  2. Re: Created simple game applet but wanting it to access a DSN on the server

    Still looking on a solutions :/ Prefer not to go DSN-less as ASP pages connected to ODBC too + protection reasons
  3. Re: Created simple game applet but wanting it to access a DSN on the server

    It is being hosted on a website so I don't think that's applicable tested the odbc database and worked flawlessly with my locally hosted iis project just need some way of getting it to connect to the...
  4. Re: Created simple game applet but wanting it to access a DSN on the server

    BTW if you don't understand any of it please do feel free to ask
  5. Re: Created simple game applet but wanting it to access a DSN on the server

    Sorry for the bump but could really do with a. Possible solution ASAP :(
  6. Replies
    5
    Views
    1,782

    Re: Applet problem with MouseEvent

    had a lil mess around with your code in eclipse it does work, only if you click your mouse where you want the cursor to go, i think what your looking for is this: MouseMotionListener
  7. Replies
    5
    Views
    1,782

    Re: Applet problem with MouseEvent

    alrighty not used that yet :) was just an assumption

    just to get getting the focus the way in a program ive used this to automatically gain focus....

    setFocusable(true);
    ...
  8. Replies
    5
    Views
    1,782

    Re: Applet problem with MouseEvent

    x = e.getX();
    y = e.getY();
    e.translatePoint(x, y);

    doesnt that mean your moving the cursor to the same position?

    If im getting this right...

    x = e.getX();
    ...
  9. Created simple game applet but wanting it to access a DSN on the server

    Hello all :)

    Good to be with guys who know how to code :) been searching for a while. Basically, I know probably as this applet is not signed thats probably the problem (not sure how to ) but for...
Results 1 to 9 of 9