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

Search results for query: *

  1. THEMAN101

    Audio File Play length

    I have an audio file array declared like so: java.io.File[] file = new java.io.File[151]; for (int w = 0; w < 151; w++) { file[w] = new java.io.File(voice+"/"+letters[w]+".wav"); } java.applet.AudioClip[] letAud = new java.applet.AudioClip[151]; try { for (int r = 0; r < 151...
  2. THEMAN101

    String to Executable Code

    Ok i looked in the java docs, and found none of that. Convert is what type of object. Is there seriously no way to have the java compiler execute a line of code thats a string. This seems like it would be a great addition to a language.
  3. THEMAN101

    String to Executable Code

    I have a string variable, that holds a mathematical equation such as 4+5-6/(9+3) now i would like to be able to take this string variable and have the java compiler execute a line of code. Such as if i wanted to execute this command to store it in a var, but dont want to have the user pick the...
  4. THEMAN101

    String to Executable Code

    I have a string variable, that holds a mathematical equation such as 4+5-6/(9+3) now i would like to be able to take this string variable and have the java compiler execute a line of code. Such as if i wanted to execute this command to store it in a var, but dont want to have the user pick the...
  5. THEMAN101

    Turn AntiAliasing Off

    Let me explain. I have an image with many many layers. Almost each layer has a vector graphic, some circle, other rectangles, etc. On each one there is antialiasing. To make the skin work i can only have the color i filled each object with, not the antialiasing colors. I really want to just...
  6. THEMAN101

    Turn AntiAliasing Off

    the problem with that is that everyone sees o there are 8 replies then it must be answered, so they dont go see it. And anyways, can someone please answer it.
  7. THEMAN101

    Turn AntiAliasing Off

    I would like to turn anti aliasing off for a project i am working on. I would like the whole image to have no antialiasing. How can you do this in photoshop? thanks
  8. THEMAN101

    Turn off antialiasing

    when u say it must be resized, whaqt do u mean? I'm having trouble. Sorry but im confused.
  9. THEMAN101

    Turn off antialiasing

    i did that and there is still anti aliasing, what setting should i use?
  10. THEMAN101

    Turn off antialiasing

    To skin this program you first draw out your skin how it would look. You then make a map file which is the same as your skin except it is a layout of where certain tools are. Tools are based on a exact color bases so when antialiasing, it may generate colors in the wrong places. I dont quite...
  11. THEMAN101

    Turn off antialiasing

    I want to antialias vector art over a whole image, preferably. If that is not possible, I would like to antialias vector art individually.
  12. THEMAN101

    Turn off antialiasing

    I am currently making a skin and there is a part where you cannot have antialiasing on your picture. How can i turn of Anti Aliasing for a whole image. I want the whole image, and i would rather not have to go through every layer and turn it off, if that is even possible. Thanks
  13. THEMAN101

    Playing Wavs

    I dont know if mac has esd libs but i would like to see the code anyways. Thanks ppc386
  14. THEMAN101

    Playing Wavs

    Ok there is no C++ mac forum but mac is close to unix. I would like to play a sound file such as pa.wav or pa.anyotherfiletype. Is there a function that will play a sound file easily in Mac. Thanks
  15. THEMAN101

    C++ Book Buying?

    Hello, ive been learning c++ in my highschool class but they go way to slow. Do any of you have a good succesful c++ book to recomend. I am working on the Mac platform: Mac OS Panther. I have xCode as my compiler for my c++ code. I have a previous knowledge of vb and i know the basics of c++. I...
  16. THEMAN101

    Web Server Setup

    Hey, i want to set up a web server on my G4 imac 1.25 gh. I just want it to test my php files, not to let traffic in, just a test place. Does OS X panther come with this or do i need to download something. All i want is php so thats the only extra i need. thanks
  17. THEMAN101

    Speech Recognition

    Hey do any of you have a link to a site of speech recognition scripts. I want to increasse my collection, they are so cool. Also can you either tell me how to make my own or show me a tutorial on how to. Thanks.
  18. THEMAN101

    Win to Apple Product

    I have a windows version of Adobe photoshop actually the web collection. I am going to purchase a mac very soon. Is there any way that i can get a free version of the mac one or a discounted price for the mac version. I really do not want to have to purchase a whole new version. Thanks
  19. THEMAN101

    My Computer Problem On Opening

    ok heres the log Logfile of HijackThis v1.97.3 Scan saved at 5:30:49 PM, on 10/18/2003 Platform: Windows ME (Win9x 4.90.3000) MSIE: Internet Explorer v5.50 (5.50.4134.0100) Running processes: C:\WINDOWS\SYSTEM\KERNEL32.DLL C:\WINDOWS\SYSTEM\MSGSRV32.EXE C:\WINDOWS\SYSTEM\SPOOL32.EXE...
  20. THEMAN101

    My Computer Problem On Opening

    When i open my computer, usually (almost always) the system freezes. It does not show the contents of the folder. I have like a gigabyte of space left on my system. Also if i go to the Run program and type int &quot;C:\&quot; i can access the local drive but is there a way that i can stop this...

Part and Inventory Search

Back
Top