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: TulsaJeff
  • Content: Threads
  • Order by date
  1. TulsaJeff

    Lost Template in Dreamweaver 8

    My hard drive crashed and I lost all of my dreamweaver templates. I have downloaded my pages from the server that were made using the template. How do I use one of the pages to rebuild my lost template(s)? Jeff http://www.smoking-meat.com
  2. TulsaJeff

    Page Break macro in Excel

    I have a spreadsheet containing Bills of Material with 6 columns and over 1000 rows of data. The data in columns A and B are duplicated down several rows since they are the parent item and description... the components, UM, and other data are in the other columns. Some bills have 3 components...
  3. TulsaJeff

    <title> in Dreamweaver MX 2004 Template

    For some reason the new dreamweaver MX 2004 Does not carry the title on your template into your pages... and as if that is not crazy enough, you cannot edit the title tag from within your pages. I heard there was some parameters you had to set up within the template.. anyone know anything about...
  4. TulsaJeff

    Positive and Negative Numbers not Summing Correctly

    I have a column of numbers in Excel...some positive some negative. I just realized they are not summing right. If I remove all of the numbers except two where one is -1200 and the other one is 1200 it sums them as 1200 when in reality it is 0. Is there something I can do to get past this...
  5. TulsaJeff

    Curious about FlashTraks at Flashkit.com

    Anyone ever used these FlashTraks? I take it is just a .swf with a sound clip already in it...correct? Is the sound on the main timeline where you could control with a simple addressing of the level it was loaded into on the host movie? ... you could always use levelX.StopAllSounds() I...
  6. TulsaJeff

    perl script is almost working... help

    I am using the following script trying to print my "1message" variable which is actually a dynamic textbox in flash to a .txt file by the name of 1message.txt. It prints to the .txt file fine and works great, however it only sends the name of my variable from Flash and does not print...
  7. TulsaJeff

    Intriguing Question on Navigation System

    Ok... I have a question. I was looking at a site today and for the life of me I cannot reproduce their navigation system. Someone go look at http://www.genejuarez.com/launch.html and see if you can shed some light on this. this site was brought up in a previous post and I was intrigued by the...
  8. TulsaJeff

    Problem with perl in Flash

    If any of you know some perl could you look at this and see if you can offer any help. I posted at the perl forum as well but figured you guys might have something to offer as well: I have the following in a file which writes the date to a .txt file. #!/usr/local/bin/perl $datetime =...
  9. TulsaJeff

    write Date/Time to txt file-How?

    I simply want to write the current date and time to a txt file each time a user logs in. It can overwrite the old data each time the user logs in so there would only be one date and time. Each user would have their own text file. I am wanting to read the "last login" into a variable...
  10. TulsaJeff

    Using a Named Reference in Chart Series

    I have approximately 13 charts(one per dept)I am wanting to use a named reference in the Category axis. I now have the following formula: =SERIES("Labor",'[Maap Absorption Analysis.xls]Labor + TLabor'!$A$6:$A$20,'[Maap Absorption Analysis.xls]Labor + TLabor'!$B$6:$B$20,1) the bolded...
  11. TulsaJeff

    SetFocus upon Frame Entry

    I know how to get the tab key to make the focus jump from one dynamic text box to the next but what I need is for one of the boxes to be already selected and the cursor blinking when the user gets to the frame. this would allow them to start typing in the info without having to select anything...
  12. TulsaJeff

    .txt file needs to load upon frame entry...

    I have a text box which loads various txt files. The text box is inside a movie clip. the movie clip is on frame 2 of the _root. At this time I push a button to move the playhead to frame 2 and then push another button to load the txt file. I need it to load upon entry to the frame instead of...
  13. TulsaJeff

    Tab Order

    Look at my code and see if anyone can see why it is not working. I have not used this feature much and it seems there is something wrong with my code. It will not move at all when I hit the TAB key... on (keyPress &quot;<Tab>&quot;) { if...
  14. TulsaJeff

    Writing to a .txt file from Flash... Easiest method?

    Anyone have an idea as to how hard it would be to write a simple true/false to a .txt file? What would be the easiest to use... PHP, ASP, PERL? I have not gotten into any ASP yet so it scares me to death at this point but hey... I am a willing student if someone knows some tricks. I was just...
  15. TulsaJeff

    Write to a text file from Flash using Perl/PHP?

    I have a client who has approximately 8 users, each with their own page/frame in the Flash website. He simply updates online text files and it is pulled in for the user to sign in and see their info dynamically. Now he asks me if it is possible for him to know if a user has read/signed in to...
  16. TulsaJeff

    setProperty will not work inside mask?

    I am using a mask to fill my logo on the preloader. First I am calculating the totalbytes vs loadedbytes then using that number *100 to move the position of my mask upwards(filling the logo) This absolutely refuses to work inside the mask... I can change it from a mask to a normal mc and it...
  17. TulsaJeff

    Addressing Multiple Timelines with one click

    I think I am having a brain fart but I cannot get my one little button to move the playhead on _root to a certain frame and to move the playhead on a child mc inside of _root to a certain frame as well... all with one click. The mc I am calling these actions from is about 3 levels deep in the...
  18. TulsaJeff

    Putting 2 variables together to make 1 variable...How?

    I am wanting to set up a calendar on my website and in doing so am using buttons to set the month variable as well as the year variable. I want these two to combine and make another variable which pulls that month/year info from a .txt file. For example: I press the January button which sets...
  19. TulsaJeff

    Windsor Font disappears everytime I restart.... why?

    I previously had a font called &quot;Windsor&quot; which I had acquired and used extensively in Flash 5. Upon reformatting my Hard drive recently I lost all of my non-standard font files and had to go find them online again. During this process I downloaded a font called windsor.zip but it was...
  20. TulsaJeff

    Long Filename Backup - Bad Command Line Format?

    I posted a while back on this but due to this being on someone elses computer I did not have all the details on the error message. This error message is popping up after windows loads. Upon doing some research... it seems I may need to run msconfig and unselect a file called sulfnbk.exe. Does...

Part and Inventory Search

Back
Top