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...
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
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
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.
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...
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...
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="somecontrol"
classid="http:somecontrol.dll#Generic.SimpleControl"
height="300"...
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.