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...
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...
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"...
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...
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.
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...
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.
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...
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...
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...
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.
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...
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...
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">...
I am not sure if I am answering the question or not. It sounds like your use of a font which along with going to certain graphics modes causes the qbasic window to modify the shortcut properties value for options to full screen and you need to right click on the shortcut and goto...
Sorry I was not watching sooner. this is part of a handout on QBASIC variables. cut & paste into notepad.
Example:
DIM MYVALUE&(100)
CREATES A TABLE OF LONG INTEGERS OF +- 2 BILLION
DIM A#(100)
CREATES A TABLE OF LONG FLOATING POINT OF 8 BYTES WITH 15 DIGITS WHICH IS AS BIG AS IT GETS...
To all interested:
I think I found the answer, & worth posting for others.
In Windows there is a “SET” area which contains a table of variables for program testing/using. One of these values is “CLASSPATH”. In my home system my “SET” area does not contain a value for this variable so my “java...
To: Diancecht
I went to your try "this" link you sent me and it solved my problem. I need to code:
G:\JAVA>C:\JAVA_RUN\BIN\JAVA -classpath . Inv_rpt
My home system must have a value in my set area that accomplishes this to happen. I will look to night and post.
Thanks lots. Now I will try...
Here I am again. I ran the program at my office as you said with out the path prefix on the file name. It failed. Worked at home not at my office, I have not had time to try it in the class room yet. I program compiles with
"javac Inv_rpt.java" with no errors and as I said it is OK at home. I...
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.