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 Chris Miller 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: wavo7
  • Order by date
  1. wavo7

    getLineNumber() and stack woes

    Hello all, I hope you can help me on this one. I've been working on this program, that i want to check html tags to see if they are properly nested and that they are correct. if they are not I want to display an error message telling what line number is broke on and what symbol it was expecting...
  2. wavo7

    Calculating percentages, and others....

    Hey all, I'm trying to write a query in SQL that will do a bunch of calculations all at once. The main part of it is that I have to calculate percentages and I don't know how. Here's what I need. I have a database that keeps track of peoples scores and standings in an ongoing...
  3. wavo7

    Can anyone help? Converting numbers to words?

    Hey all, Well, I'm stuck and I don't know what to do. I need to have this thing done by tomorrow, I feel like I am on the right track but can't quite finish it. I need to account for numbers all the way up to 1 billion. I have numbers 0 -99 taken care of. Does ANYONE have any suggestions or...
  4. wavo7

    HELP with extending functionality of this prog.

    Hey all, I could really use your help. I'm super stuck. I'm writing a program that will except a number (positive or negative) from the user, and the display the number in written form to them. EX. 124 the computer will display one hundred twenty four. I need to account for negatives too. The...
  5. wavo7

    Using recursion to display the users input

    Hello all, Let's say that the user puts in ANY number he wants to. How would you be able to show that number to him in WRITTEN FORM. Like this: You enter: 5690 The output would say: Five thousand six hundred ninety I can get the user's input, and hold onto it, but figuring out how to write...
  6. wavo7

    Change all my links? Or is there an easier way????

    Hey all, I'm hoping you can help me out on this one. I've been designing web pages in Frontpage and in Flash for the last month. Well now is the time to bring it all together. Everything looks good and works fine whether it is straight html or flash. Here's the issue. I have everything saved...
  7. wavo7

    Rollover problem almost fixed.....

    OLDnewbie, thank you thank you!! I got it! I WAS close, but it is now totally fixed:) That was one of those little things that was holding me back, but now you have opened the floodgates!! I truly appreciate it. Micah P.S. Sorry about your name, I noticed it after I sent it.
  8. wavo7

    Rollover problem almost fixed.....

    Idnewbie, Ok, my text is a movie that appears to type itself. The button doesn't have anything in the over state because I couldn't get anything to work like that. Instead the button on my scene contains this: on (rollOver) { tellTarget ("text") { play (); } } that's...
  9. wavo7

    Rollover problem almost fixed.....

    Hey all, I posted yesterday about wanting to rollover a button and having text appear. Well the good news is, I can make text appear when I rollover a button, but not it won't disappear when I roll off the button. BUT~!! IT WILL disappear when I rollover the button on the second time!! So....I...
  10. wavo7

    Rollover buttons and text

    Yes! At least thats the basic gist of it. So......how? What am I missing??? Micah
  11. wavo7

    Rollover buttons and text

    Hi all, I have been working in flash for my company for nearly two weeks, in this short time I have come very far, but there is one thing I can not do. I am able to create a rollover on a button that will play a movie somewhere else on the page. The thing is that I want the movie to either stop...

Part and Inventory Search

Back
Top