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 Wanet Telecoms Ltd 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. ashstampede

    Model loading Algorithm with MS C++ and opengl

    I could really really use some help on making my model loader faster, it is loading .obj file format. There area where it is slow is converting the mesh data to opengl VBO data. so it looks for duplicate vertex,normal and uv data and creates indices as appropriatly. a model with 570 faces loads...
  2. ashstampede

    larger float cast to int equals 0

    I am attempting to create a timer using the CPU ticks the, the real problem is this is an abstract class And i dont know how the authurs TIMER works but it returns a float. I have then created a timer counter, that track the time since the function was last called. The problem is it never...
  3. ashstampede

    acos dividing by zero

    I'm very lost in the fact that acos is returning ?-1.#IND000 What i am trying to calculate is a angle from two vectors. now my "float dot" is a negative number so my assumtion is "that must be why it is returing dived by zero". //Get the Tanks current Location Vector2D Alien = Vector2D()...
  4. ashstampede

    Image transition

    Hi I am trying to code a image transition using copyRECT with no success. currently what is happening is a small junk of the old/current image is copied on to the new image and then just stays as the slide show continues. here is so code i have attempting to wipe the image in from the left...
  5. ashstampede

    accessing labels like 2d array items

    I am building a visual guild to path finding, i am trying to use MS visual c++ so i have a bunch of label on my form and i will read in a txt file that will be a ascii art type map. like so xxxxxxxxxx x00000000x x00000000x x00000000x xxxxxxxxxx so in my program i read the file assign the...
  6. ashstampede

    Database not selected error

    I have a weird problem with my php page, I have three or so functions that call the database. two of the functions run and on the third I have output if an error occurred with the database. stating "No database selected" <?php session_start(); //redirect the user if they are not admin...
  7. ashstampede

    echo duplication and page reload error

    I am fairley new to php and mysql so my first project I decide to make the ever infamous web blog. I have experience with MS SQL and ASP.net. At the moment I am having two problems, that I cannot figure out for the life of me. The first is with a function I have created, it is called in the...
  8. ashstampede

    Internet share through Airport card

    Hi, i would like to share my internet through my airport card with my nintendo ds. I have no idea if it would work but seeing as it is a option to share your internet connection through your airport card. I made an attempt at this but the problem i discovered was the airport doen't give an ip...
  9. ashstampede

    my css file is not linking or changing the style of my xhtml file

    I have not done any complicated code or styles. I have just started adding text formatting. But when I test the page in my browser it is just html. I have validated both my css and xhtml page and there are no warnings or errors on either page. What could be wrong? css file as follow it is...
  10. ashstampede

    Monitoring if anything is wrong in your website

    Back in march I launch my first asp.net web site/application. It is an online store, after it open it was averaging a purchase a week. I was first using the payment gateways own process form where you would enter the card info, I recently change this to where the user enters it in earlier...
  11. ashstampede

    Netgear WGR614 router as a bridge?

    I have a question about a wireless router I bought a Netgear WGR614 router, I already have a wireless network at home and want to make this router act like a bridge. I know the router works because I connected it as my main router, I tried to change the IP address in its internal setting but...
  12. ashstampede

    POST redirect, not posting or redirecting in production

    MY asp.net application is not redirecting on post. I have a order page that on click redirects to a payment gateway for validation and such. When i am debugging nothing goes wrong, the application redirects to the payment gateway and process fine. In production it does nothing but reload on the...
  13. ashstampede

    no cache on text field

    is there any way to not have a asp.net text field cache the data for when a visitor comes back? or is that somthing totally controlled by the browser? such as a user name field, i don't want some other user to come behind and simply click on the text field and see all the names for example or a...
  14. ashstampede

    Multipage form wizard

    hi, i am trying to implement a multip page form found here http://developer.apple.com/internet/webcontent/dynamicforms.html I havn't change the source code from that page at all just trying to edit it into my webpage with positioning and css style. the problem i get is when i click to go to...
  15. ashstampede

    Dhtml menu and transparent flash movie

    I have a flash movie that is a application form. There is also a dhtml pull out menu. if the <param name=wmode value=trasparent /> is not set the dhtml menu will appera behind the movie. However when i set this attribute, in firefox and netscape 7 i am not able to write/select the form to put...
  16. ashstampede

    How to write a software support agreement

    Not a programming question, but i did originally post in "The corporate Water Cooler" forum section my original post was In the original thread thread654-1069192 It was agreed that I am not obligated to do this but would be a new buisness adventure so liability has to now be take to effect...
  17. ashstampede

    How to write a software support agreement

    I am a new delevoper in the lease my very first real world project is an ecommerce store for this tourist atraction company. I am leaving them and going off to school again, I was(currently am) the sole inhouse developer. When i was hired it was on a temp bases but became full time, i never...
  18. ashstampede

    flash form to cgi

    I have a simple html form that sent its varibles via post to a text file on the server the server has cgi scrpts that would mail the info from the text file. can i do this in flash MX the same way? I have a loadVars object i then assignt different values to it like so sender.name =...
  19. ashstampede

    How to call a movie clip function in another movie clip

    I have some functions on my action layer for movie clip, in a second movie clip i attach the first movie clip via. this.attachMovie("firstClip","newClipname",1); this works fine and the clip shows up when its attached. but when i try to call the function for the clip it doesn't work...
  20. ashstampede

    UICombo box component calling a Calendar component

    Hi I am trying to use a Combo Box that will call a calander component with the onChangeHandler. I want it so when the user clicks the combo box a calander shows up, the user then selects there date and that date will be the current label value of the combo box. I am using Flash MX and...

Part and Inventory Search

Back
Top