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: *

  • Users: Matteo
  • Content: Threads
  • Order by date
  1. Matteo

    Pointer problem between functions

    Hello, I simply need to allocate an array with a value given to me from command line. So from main there is a function to call the method: allocate_array(grades, numgrades); The declaration of these variables are: double *grades; size_t numgrades; Inside of my allocate_array...
  2. Matteo

    Resolution

    Having a bit of sizing issues with my flash and HTML tables. The file works fine in all resolutions in firefox and netscape, but not in IE. Its nothign great, but here is a link to it. http://wind.prohosting.com/mcclan/clanwars.htm Any thoughts?
  3. Matteo

    Cable modem acting up

    I'm not sure if this is the correct place to post this, but I am having an annoying problem with my cable modem. Simply stated, it randomly loses connection. One would think maybe I have a bad modem, but when I connect to my other computer downstairs, it works perfectly. This is what I have...
  4. Matteo

    Monitor goes black every now and then.

    Its seems almost like it is switching video settings or something. The screen goes black, then comes back a few seconds later. This happens when I open a program, game, but recently it has been happening more often. Any suggestions?
  5. Matteo

    Blue Screen Error

    My roomate gets an error every time he boots up his computer. Doesn't matter if you go into safe mode or not, he still recieves an "UNMOUNTABLE_COUNT_VOLUMN" error. I do not know how to fix this. I do know that I cant get to bios or into windows itself. This started happening when his floppy...
  6. Matteo

    Timer

    If I wanted to make a timer that was accurate to the second, How should I go about doing this? What should I set the FPS to and how many frames should I make in the program. I would think 1 fps and 60 frames in the program, then at the 60th frame have a counter and when your done you can see...
  7. Matteo

    Techniques to a cleaner program

    Hi, Im not an expert in flash, but I do on occasion help some buddies out if they want a menu or something on their webpage. When I am making these files, it seems like my organization and technique is sloppy. Any comments / suggestions / flames are welcome on how I could better organize this...
  8. Matteo

    Elementary Menu

    Ok, another dumb question I know but... I just started using Flash 5 and I saw the Track As Menu.fla file and checked it out, being that I wanted to make a menu myself. Now, Ive torn the fla apart, changing things trying to understand how it works, But if you notice, the menu drops down 5...
  9. Matteo

    Previous Page Javascript

    Hey, I recently made a flash program. And I can't figure out how to get my "Go Back" feature to work. I think you have to put javascript into the html, then add javascript.history.go(-1) into get url. But 1.) Im not sure what the java code is. 2.) not sure if that is right. Here...

Part and Inventory Search

Back
Top