Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. themanfalconar

    JTable copy to clipboard

    Hi there, I've got a JTable from which I want to copy its entire contents to the clipboard. When I use the mouse to select a range of cells and press CTRL+C, this works just fine. However, I've created a button that automatically selects all cells (using the code below); when I press CTRL+C...
  2. themanfalconar

    Foreground JFrame problem (Java 1.5.0)

    Thanks for your reply. Unfortunately neither tactic really solves the problem. The notify.toFront() doesn't make any difference anyway as the two JFrames do not overlap generally. Thanks anyway, Dan
  3. themanfalconar

    Foreground JFrame problem (Java 1.5.0)

    Hi there, I've created a network instant message client/server, similar to MSN. This problem relates to the client only. In simple terms the client is an extension of a JFrame with various text fields and buttons. I have implemented a notifier facility that pops up a separate undecorated...
  4. themanfalconar

    nbtstat from Java app

    Thanks for your post. Do you have any idea how I can actually use this NetBIOS port? I'm completely unfamiliar with the concept. It seems that I'm also have trouble using the method I suggested, i.e. redirecting the output of the nbtstat command to a text file and then reading that... The...
  5. themanfalconar

    nbtstat from Java app

    Hi there, Is there a way to check the NetBIOS connections of a particular host (using its hostname)? I'm writing an application that does the following: 1. Queries our user database to find the hostnames associated with that user. 2. Checks the NetBIOS connections of those hosts to see if the...
  6. themanfalconar

    Can't get PHP5 to work with Apache 2 on RH9

    I've now solved the problem. It turns out that my httpd.conf was trying to process php as CGI. Thank you all for your help, it is much appreciated. Regards, Dan
  7. themanfalconar

    Can't get PHP5 to work with Apache 2 on RH9

    I did actually try using PHP 4, but got exactly the same message. Besides, they said that RC1 is certainly good enough to play around with! The tail of the log looks like this: [Mon Apr 12 20:47:33 2004] [error] [client 212.135.207.206] Options ExecCGI is off in this directory...
  8. themanfalconar

    Can't get PHP5 to work with Apache 2 on RH9

    Hello all, I'm new to Apache and PHP, and so I've attempted to set up a web server whereby I can have a play with them. I'm running Apache 2.0.49 with PHP5.0.0 RC1 on RedHat 9. Apache is working fine as a web server, and I even have it working with CGI. When I attempt to open a simple php...
  9. themanfalconar

    How do you recover from a Notes Client crash without rebooting?

    Thank you all for your comments and suggestions. I do use ZapNotes and KillNotes (both of which are available from IBM's site). Most of the time, ZapNotes does the job. Occasionally, however, it doen't work, so I use KillNotes. KillNotes is much dirtier, i.e. it doesn't give you a nice GUI or...
  10. themanfalconar

    How do you recover from a Notes Client crash without rebooting?

    Hi there, Our organisation is having major trouble with Lotus Notes; specifically the 5.0.12 client. The problem is that the notes client tends to crash periodically, and I'm yet to find a reason why. The notes crashes would not be such an issue if it meant that users did not have to log out...

Part and Inventory Search

Back
Top