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 Chriss Miller 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 PROFESSORSPARKIE

  1. PROFESSORSPARKIE

    sound recorder has no memory

    I didn't have a problem with the mike not being recognized. it recorded with the meter showing it is receiving sound but when I tried to play it back it said not enough memory. It failed many times in a row over dinnerent days and restarts. I tried it again to get a screen capture to attach to...
  2. PROFESSORSPARKIE

    sound recorder has no memory

    each time i try to use the windows/xp desk top sound recorder i get a message saying that "the sound recorder does not have enough memory" it says to cancel other programs. there isn't any thing else running. is there a memory allocation i need to set. i don't have the problem with my xp laptop...
  3. PROFESSORSPARKIE

    Take an application program & convert to an Applet

    Any one still out there? There should be a way of redirecting Standard output to the printer to screen output in an applet. Example : Take System.out.println("PLAYER SCORE1 SCORE2 SCORE3 TOTAL"); & direct it to g.drawString("PLAYER SCORE1 SCORE2 SCORE3 TOTAL"...
  4. PROFESSORSPARKIE

    Take an application program & convert to an Applet

    To stefanwagner I have written several program as java applets and several as java applications. I thought the advantage of using Standard out print statements was they could be redirected to any type of screen, printer or file. Example: I wrote a perl program for command execution to the...
  5. PROFESSORSPARKIE

    compiled, will not execute, it did last year

    To Stefanwagner & To Diancecht, Please look at my other post of executing an application as an Applet. Again thanks. Sparkie Computer thought: I teach a lot of programming so I can learn. You can never learn it all.
  6. PROFESSORSPARKIE

    compiled, will not execute, it did last year

    To Stefanwagner & To Diancecht, Stef & Dian your lines helped - The default folders last must have been different. I was sure that by fully qualifying each file then I would override any defaults. I was wrong - Thanks tons. The -help wasn't much help but the rest was super. Keep up the good...
  7. PROFESSORSPARKIE

    Take an application program & convert to an Applet

    Instead of executing at the command line I just executed it as an Applet in an html file with a large box. Computer thought: I teach a lot of programming so I can learn. You can never learn it all.
  8. PROFESSORSPARKIE

    Take an application program & convert to an Applet

    I want to take an application program that prints on the printer as an application program using System.out.print("INVENTORY STATUS REPORT"); type standard out print statements to an Applet in a web screen block as though it were the printer. I get a black block & error. Surely others have...
  9. PROFESSORSPARKIE

    compiled, will not execute, it did last year

    To Diancecht, I installed java in a folder JAVA_RUN so that appl programs would be in the JAVA folder. The set up works perfectly for other programs. I have checked "case" spelling and tried different combinations of name structure. The program & naming worked earlier & now I am at a loss. The...
  10. PROFESSORSPARKIE

    compiled, will not execute, it did last year

    I am an experienced programmer in several other languages but seem to have mixed experiences in java. Attached is a program screen of compilation and attempted execution with an error. This is program executed in the past but now gives me an error on 3 different systems using the same java...
  11. PROFESSORSPARKIE

    linking to perl in xampp apache cgi

    It does not run, it just lists out. Computer thought: I teach a lot of programming so I can learn. You can never learn it all.
  12. PROFESSORSPARKIE

    linking to perl in xampp apache cgi

    I am new to Apache but these commands are in the file. AddHandler cgi-script .pl AddHandler cgi-script .cgi I tried different combination s but just got a perl listing. Computer thought: I teach a lot of programming so I can learn. You can never learn it all.
  13. PROFESSORSPARKIE

    linking to perl in xampp apache cgi

    Can anyone help me with the following cgi(perl) program execution? I submitted it in the perl threads with no response. I am retrying here for help. It seems there is a lot less participation on some threads lately. Here is what I am doing. 1. Apache xampp is installed on a Windows XP...
  14. PROFESSORSPARKIE

    linking to perl in xampp apache cgi

    Can anyone help me with the following cgi(perl) program execution? Here is what I am doing. 1. Apache xampp is installed on a Windows XP system. 2. Xampp Control Panel says that Apache is running. 3. I see the Apache icon on the Start Bar. 4. I placed the following HTML file in...
  15. PROFESSORSPARKIE

    Execute HTML

    I am not sure about the PayPal part but if you want to return & go to another web site, place the following META type command in your return page. Your return HTML code can include a <META HTTP-EQUIV="REFRESH" CONTENT="0; URL=where-ever-you-want-to-go.com/www/a-specific-web-page.HTM">...

Part and Inventory Search

Back
Top