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 THEMAN101

  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...

Part and Inventory Search

Back
Top