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 IamaSherpa 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. jlipsitz

    Setting up a servlet

    Hi I am new to tomcat and trying to setup a servlet to run on tomcat in linux. I have already created a .war file, but I am not sure where to place it. I thought there would be a folder in WEB-APPS to place the .war file and the class files. Also what changes need to be made if any to web.xml...
  2. jlipsitz

    Set Timeout with URL/URLConnection

    ok thanks everyone
  3. jlipsitz

    Set Timeout with URL/URLConnection

    Hi I am using the URL class, but am having trouble while reading in from the input stream. I am using readLine to read from the stream, but with some pages I do not come out of the loop. Is there any way to set a timeout so that after some period of time the stream will close automatically? Thanks
  4. jlipsitz

    PDF to Text

    Is there an easy way to convert a PDF file into plain Text thanks
  5. jlipsitz

    HTML page to jpeg Image

    yes I need a screenshot
  6. jlipsitz

    HTML page to jpeg Image

    Hi I was wondering if anyone had any suggestions on what the best way to write a program that given html could turn it into an image. Would it be possible to write the html to a JEditorPane and then somehow capture what the JEditorPane is displaying and save it as an image? Thanks
  7. jlipsitz

    Servlets and JavaScript

    So after the mouse event i need to get information that is stored in the servlet...What is the best way to transfer control from the javascript back to some function in the servlet.
  8. jlipsitz

    Call Java Web Services or database

    Hi, I was wondering if it was possible to call a Java Web Service or a database from JavaScript. If so how would this be done. Thanks
  9. jlipsitz

    Servlets and JavaScript

    Hi, I have a servlet that writes html code and also creates a separate frame. I need to be able detect a mouseover event on the html page that would then update the frame based on what was moused over. What is the easiest to coordinate the mouseover event with the update of the frame. And is...
  10. jlipsitz

    ScrollBar and PictureBoxes

    Hi I have a panel with several pictureboxes on it. I need to be able to scroll the panel in order to see all of the pictures. To do this I am using autoscroll and setting it to true. I am also capturing mousewheel events to zoom in/out on the pictures. However, when the scrollbar is visible it...
  11. jlipsitz

    Windows Forms Controls in IE

    Hi I had a question about reading a parameter value from inside an html document from a Windows Form Control. For example, if I have this html code: <html> . . . <object id=&quot;somecontrol&quot; classid=&quot;http:somecontrol.dll#Generic.SimpleControl&quot; height=&quot;300&quot...
  12. jlipsitz

    Zooming and panning on PictureBoxes

    By pan I mean that the user (after zooming in on the image) should be able to click on the image and view the parts of the image that are outside of the picturebox's viewing area by moving around the mouse. Thanks
  13. jlipsitz

    Zooming and panning on PictureBoxes

    Thanks for that article. Do you have any idea how you would pan an image? Thanks
  14. jlipsitz

    Zooming and panning on PictureBoxes

    Hi, I was wondering how I could do zooming operations and also pan an image inside a PictureBox. Is there a built in method like there is for flipping and rotating an image? If not what is the best way to zoom and pan an image inside a picturebox. Thanks

Part and Inventory Search

Back
Top