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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by scheenstra

  1. scheenstra

    passing an array in an applet tag

    I'm writing an applet and want to pass an array through an html applet tag. I've done so before with normal variable by doing this. <APPLET code = &quot;Lams1.class&quot; width = &quot;500&quot; height = &quot;300&quot; > <param name = DemandMin value=99> </APPLET> and then using a...
  2. scheenstra

    Memory Leak?

    The plot thickens, i've been playing around with this thing, and i've noticed that if i have an IE window open, before i open the IE table of contents, then i don't get my lost memory back until i close the original IE window, even if its just sitting on some web page. does anyone know how IE...
  3. scheenstra

    How good are &quot;Free&quot; Online Certifications?

    I'll make the list of poor students reach three. I was just wondering how much these &quot;real&quot; certs are costing these days.?!
  4. scheenstra

    Memory Leak?

    Sorry i wasn't more clear. The table of contents does run off IE, just like a web page, where you choose the drive letter the the CD is running in. Then you can click on whatever chapter you want to run(which also run in IE). So if i understand what i'm hearing, this might not be a code problem...
  5. scheenstra

    Memory Leak?

    Hi, i'm having problems with some java apps. i'm running several apps off a CD that runs through a table of contents page. After running a few of them, they start to break and freeze up. I ran them while watching the task manager and it appears to be a memory leak. when I start the T.O.C. I have...
  6. scheenstra

    Makes no Sense!?!

    Charles, I sent the classes and i just wanted to confirm that you recieved them, is your email address linked correctly above? what's with the .nospam or .nosp after the .com? is that a feature that i'm not aware of or was it a mistake? thanks. Alan
  7. scheenstra

    Makes no Sense!?!

    here is some more mystery, i finally got one to lock up completly instead of just stalling out, and it locked up when the cpu hit 100%, but then the cpu returned to 1 or 2% and the graph still wouldn't move. i'm telling ya, it doesn't make much sense.
  8. scheenstra

    Makes no Sense!?!

    Well, i think we have a winner. I looked at the CPU usage again and everytime i moved the the graph around it would get deadlocked and the CPU would peg out to 100%. The system memory however varied vary little, moving from a normal 135,000 k to a max of 150,000 k or so on a machine that has 256...
  9. scheenstra

    Makes no Sense!?!

    OK, I stopped spacing out and found the cpu usage screen. and, whenever i move the graph around the cpu trips out from 2 ore 3% all the way to 100%, so this seems like it is what is causing my problems. I'm just not sure on how to fix it.
  10. scheenstra

    Makes no Sense!?!

    OK, first off these applets are done using AWT, The browser is Explorer 5.0 and the OS is Windows 2000 pro. concerning the code. This isn't my code, so i'm not exactly sure what the problem could be. however, what you said about possibly locking up at 100% cpu sounds like a strong possibility. I...
  11. scheenstra

    Makes no Sense!?!

    The applets create supply and demand graphs, these graphs have both slider bars and small squares that are designed to be able to move around and therefore change the graph. This way people can see the effect the a certain change would have. The thing is that sometimes when i run them, the...
  12. scheenstra

    Makes no Sense!?!

    Hi, I'm having a very odd problem with some applets I have created. Most the time that i run them, they work just fine, but sometimes they freeze up. Is this a system problem or could it be something in the code. I would greatly appreciate any and all helpfull advice. Thanks.
  13. scheenstra

    Inconsistant Problems

    Hi, I have a group of 23 different classes that use each other to create supply and demand graphs. These graphs have slider bars and small grabable squares that are designed to allow users to move the graph lines around and see the interaction on the graphs. The problem that i'm having is that...
  14. scheenstra

    EASY QUESTION: Rounding Integers to 2 decimal places?

    I have the same question, i posted a thread a little higher before i saw this one. the problem with these solutions is that they trunkate rather than rounding. is there a way around this?
  15. scheenstra

    Syntax question

    hi, i'm trying to use the command g.drawSring to post the value of a variable of type double to an applet screen. i'm wondering if anyone knows a way to tell it to only go two places after the decimal point. any help is greatly appreciated. Thanks

Part and Inventory Search

Back
Top