Search results

  1. CrazyImpling

    Failure to Update?

    My Windows XP Professional will not apply any of the Microsoft hotfixes. Every time I run the updates either out of the browser, or the auto update tool, they say that the files failed to install.
  2. CrazyImpling

    Detecting Closest Unit from Group

    Is there a way to pick the closest unit to an attacker out of a unit group?
  3. CrazyImpling

    Functions of Spells?

    Finally made a few fun shapes using JASS, now I just need some help figuring out what I could make them do. Tell me which spell # goes along with your idea. Thanks! No thumbnail?
  4. CrazyImpling

    Java: Counting number of pixels with Specific RGB Value

    How would I count the number of pixels that have the RGB value of 153, 184, 226 that are on the screen?
  5. CrazyImpling

    flash algebra

    I need to have a variable equal an answer that is isolated from an algebra equation. The following is the formula and below it is the script. I would like for the algebra equation to solve for what is called 'temp' in the equation. var temp:Number =...
  6. CrazyImpling

    Java GUI

    I have a Java dialog and I would like it so when you select an option in combo box #1 the contents in combo box #2 will change to fit the options for the choice in number 1. What's the best way of doing this with a JPanel?
  7. CrazyImpling

    2 Player Marvel Ult Alliance: Xbox

    Is there some way to get 2 players from the same xbox into an online game in Marvel Ultimate Alliance, or is it one player only online?
  8. CrazyImpling

    Connecting Linksys to Comcast

    I'm trying to connect a Linksys router, model number BEFSR41 to my comcast device. Does anyone have any step by step guides to setting it up with my PC and XBox 360 into the Linksys? The comcast device is a 1-Port and I need to have the ability to connect with 2 systems.
  9. CrazyImpling

    Random HomeWork Help --- Sun Angle

    Okay, so I have this project in science and I need to find the Sun Angle of Sedona (or On Sedona, whichever works.) Any clue where I can find it? Wikipedia doesn't have it.
  10. CrazyImpling

    22" Monitor 1680 x 1050

    Where can I get the driver for NVIDIA GeForce4 MX integrated GPU for a 22" widescreen monitor that allows me to use this resolution?
  11. CrazyImpling

    Java GUI

    How would I go about creating a GUI that would pop up at the start of a script I am running out of something and be able to get what options were selected from the JComboBoxes that are in the thing. Also, I would like it so that JComboBox 3 changes what items are in it depending on what is...
  12. CrazyImpling

    PHP Navigation

    Alrighty, now that I got my main page displaying fixed, I'm kind of looking for some help with the PHP navigation thingy. So I have a link: ***/index.php?p=news I was wondering, how does that work? switch($_GET['p']) { case "news": include 'news.php'; break; } Doesn't seem to...
  13. CrazyImpling

    Selecting and Echoing 5 Latest Entries

    I'm working on creating a CMS just because I'm bored of using premade things and wanted to make my own. So I have the base code for my PHP statement: <?php $con = mysql_connect(localhost); if (!$con) {...
  14. CrazyImpling

    Router Dead?

    My router is an Actiontec Wireless ready gateway, version: R1524SU. The INTERNET light will go on and stay solid confirming I have internet connection, but then when you try to load a page you get an error: server not found. This problem started yesterday when I had to move my router around so I...
  15. CrazyImpling

    Xampp Help

    Okay, so I just recently installed XAMPP, and I was wondering, what folder do I have to put my stuff in so I can get to it across the http://localhost thingy?
  16. CrazyImpling

    Modeling :: In-Game Textures

    Sorry in advance if there is already an answer to this somewhere, I couldn't find one. 1. When you extract the skin data for your textures, what format does the extracted image have to be in? 2. Does the extracted skin have to be in a specific location for your mode? 3. Do you have to...
  17. CrazyImpling

    General PHP Variable Questions

    Okay, I'm a php newbie, and I want to make my own website for my map I'm making. I was wondering, is there a way to make a text box or something and then save it to a file in the root directory and then print variables out from the file in the root directory?
  18. CrazyImpling

    Camera Options

    Okay, hard to decide, for Pantheon of Eradication should I have a 3rd player camera view that follows & updates, sometimes it might get stuck behind a tree though?
  19. CrazyImpling

    Wc Map Recovery

    Wow, does anyone know if there is a way to recover a map in world editor that you hadn't saved but you tested? My world editor crashed and I lost a lot of stuff. I really don't want to have to do it all over again.
  20. CrazyImpling

    Opinion on hero selection.

    Okay, was making an AOS map, and wanted to add new stuff. So, what would everyone say if I added a selection system that you click on the hero and it displays a message to the triggering play. And then to choose the hero you hit escape and it will pop up a dialog that gives you the 'Yes' or 'No'...
Top