What does the message “file not found math.pas” mean?
Question: I can not use tha math functions which was included in math unit. when I use one of them , the compiler cant identify it. I add ‘math’ to
Question: I can not use tha math functions which was included in math unit. when I use one of them , the compiler cant identify it. I add ‘math’ to
Question: When paint() iscalled, the clipRect of the Graphics obj may already be set to somethingsmaller than the full drawable region of the object (if, for instance, it’sa partial window-manager
Question: I have written an applet that creates a graph from the resultsof a query of our Oracle database. The graph looks good in the browser(Netscape 3.0), but if I
Question: I created a new edit control component which I derived from TEdit,however, when I added it to the component palette, it has the samebitmap as TEdit. How do I
Question: Can a Java applet or executable run locally on a PC if the PC is not connected to a network? Example: I bring up my home page and download
Question: Can I do the function which is like the macro in Clipper? For Example, Pass the (X*(Y+Z)) string to it and return the answer. Answer: I don’t see why
Question: Could you please tell me how to take a value from a field of a databse and store it as a variable. I want to take an int variable
Question: How do I highlight or make bold the text in a button or a list? Answer: Java Buttons, Lists, Labels, TextAreas, Canvases, etc, are all subclasses ofthe Java Component
Question: If I have an applet on one HTML page, I can useAppletContext() to cause a new HTML page to becreated. How do I control the size of the Netscapewindow