Hi,<br><br>If you are applet tags, it will not work anymore. <br><br>You have to download "htmlconverter" from Sun's Java site. With this you can convert your html pages with applet tags to the pages that work with new java plugins. <br><br>Also you don't need to download the entire...
Hi,<br><br>This is because the <br><br>ostream& flush(ostream&) <br><br>is defined in iostream.h.<br><br>Either do not include iostream.h or change the name of your enumeration.<br><br>It is always a good practice to add some prefix like my_flush to everything that you have defined, So that it...
It works fine for me !!<br><br>which machine r u using ? <br><br>-Amol <p> <br><a href=mailto: > </a><br><a href=http://www.letsdebug.com/cgi-bin/expert.cgi?expert=amo1729>www.letsdebug.com</a><br>Try this site for debugging...This is a good one !
Hi,<br><br>The construcor is always virtual ! I mean it is more than virtual.<br><br>If you have classes like<br><br>class A <br>and <br>class B : public A<br><br>Then Any construcor of class B will call the A(void) Constructor of class A, unless you make it call some other...
Hi Liam and everyone reading this ,<br><br>I can understand your concern. Please be sure that i don't want to make this community "ask somebody else first, figure it out on your own later" programmers !!! <br><br>It is very instinctive for a netizen and programmer like me to share the...
hi,<br><br>You have to place this code in the onPaint() message handler of CAnaColWindow.<br><br>If it does not work for you, please submit your code to <A HREF="http://www.letsdebug.com" TARGET="_new">http://www.letsdebug.com</A><br><br>-Amol<br><br> <p> <br><a href=mailto: > </a><br><a...
Hi,<br><br>Try using setViewportView(Component view) method of JScrollPane.<br><br>e.g.<br><br>JScrollPane scrollpane = new JScrollPane();<br> scrollpane.setViewportView(myBigComponentToScroll);<br> <br>If this does not solve your problem, let the experts have a look at your code ...
Hi,<br><br>you can replace getState() by isSelected()<br>and<br><br>setState by setSelected(boolean);<br><br>-Amol<br><br>Try letsdebug.com , they provide nice support !
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.