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 biv343 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. thatrenowned

    Load Variables - problem with @ symbol

    My movie is loading variables from a standard text file. Everything is correctly displayed apart from the @ symbol on an email address. The strange thing is even when I put textBoxName.text = myVar + "@somewhere.com" it still doesn't display it. In fact, in this case it doesnt display anything...
  2. thatrenowned

    Resize Invisible Button

    For some reason when I try to resize an invisible button using actionscript, it doesn't work. I've tried these two methods: _root.btn_invis.setSize(100,100); _root.btn_invis._xscale = 100; _root.btn_invis._yscale = 100; but neither have any effect...is it actually possible to resize an...
  3. thatrenowned

    Objects or Arrays

    I have an app that uses a 2d array which is populated from data in an XML file. The XML file is about 600kb and to sort it seems to take a while. Normally I wouldn't have a problem with this, but the previous version of the app I'm creating used exactly the same XML file and the same code yet...
  4. thatrenowned

    Link Colours

    Probably a simple solution but websites / HTML aren't really my forte! Using Dreamweaver I've set the colour for my links in the page properties, but theres one link I would like to be a different colour. I've tried highlighting it and changing it to the colour I want but it doesn't change...
  5. thatrenowned

    Slice Function

    I have a function with a loop which creates (attaches) some textAreas and at the end of the loop I have it create an onRelease function for whatever textArea was created. The onRelease function calls another function (called displayInfo) and passes 'this' and another variable. When I trace both...
  6. thatrenowned

    Resizing \ Stretching Problem

    I have an instance of the listbox component in my library and I use the following code to put it on the stage _root.attachMovie("List","myList",1); _root.myList._width = 325; _root.myList._height = 500; _root.myList._x = 100; _root.myList._y = 50; For some reason, its stretching the list box...
  7. thatrenowned

    Delete a Function...?

    Is there any way to delete a function or tell it to stop running after its been called? I have one which handles a number of RollOver events for a help function but I want it to stop running when they turn help off. At the moment, once help is on it stays on! Of course, I could go through and...
  8. thatrenowned

    Calendar Date Format

    I'm creating a form in Word 2002 and part of the form uses the calendar. My bookmarks in Word are working correctly and when you press the submit button, all the data is entered. However, after looking up on the internet \ Word helpfiles and trying several attempts at the date format, it still...
  9. thatrenowned

    Powerpoint 2002 - Email embedded Word doc

    I originally posted this in the Office forum, but I'm guessing its probably better in here! Even if you have any links to some decent VBA tutorials that would be helpful...I did a google search but all I ever find is people advertising their VBA books! Thanks
  10. thatrenowned

    Powerpoint 2002 - Email embedded Word doc

    Just got a quick Powerpoint question. I'm creating a presentation which takes the user through a process with several options (e.g. links to different web pages to fill out information before continuing etc), but I've ran into a problem with an embedded Word document. I've set it up so that...
  11. thatrenowned

    Variables in paths

    I'm creating an app which reads hundreds of values out of an XML file, stores them in seperate arrays depending on the tags, populates a list with the relevant values depending on what button is clicked and finally displays all the attributes of the value which is clicked in seperate text boxes...
  12. thatrenowned

    svchost.exe slowing the computer

    On boot up, I have four instances of svchost.exe in my processes (three are system one is network). Normally this is fine but on some occasions, the memory usage on one of them goes up and up...to over 100,000k. It also starts to use loads of the CPU and basically slows the computer right down...
  13. thatrenowned

    Popup Message

    What command do you put on a button to make a popup message appear. I don't mean a popup window, rather one of those like for example when you fill out a form. If you miss a field, it pops up telling you it has to be filled in. Everywhere I've looked on the internet is for popup windows but...
  14. thatrenowned

    ScanMaker 6400XL 2K Problems

    Microtek ScanMaker 6400XL Adaptec AVA-1505AE/AI Microsoft Windows 2000 SP4 I can't get Windows to install the Scanner. The SCSI card has installed alright and is configured, both in Windows and through its config utility that you have to use via a boot disk (set to IRQ 10 and IO Address 340h)...
  15. thatrenowned

    Flash \ Shockwave Installers

    Is there anywhere to download a redistributable exe installer file for Flash and Shockwave Players? Half the time they don't seem to work on clients when doing the auto install from the site. Thanks
  16. thatrenowned

    Launch Excel File from Lotus Notes Problem

    Every time one of our users tries to launch an Excel file from Lotus Notes, he gets an error message saying "Unable to locate program". Excel opens but no document is loaded. It only happens on the one computer as well - if he goes to another it is fine. I've tried reinstalling both...
  17. thatrenowned

    SCSI DOS Driver

    Since theres no DOS or SCSI forum, I thought this would be the best place to ask... I have an ISA SCSI card (Adaptec AHA-1510A) but cannot find the DOS drivers anywhere for it. So far, I've downloaded drivers (or config utilities) for the AHA-1520 and the AHA-1510B and they don't work...
  18. thatrenowned

    Computer pings when locked

    For some reason, a user's computer starts pinging every few seconds (ping as in noise, not network ping) when its locked. As soon as it unlocked, it stops. I had fixed it before by replacing the keyboard but now its back which makes me think that it probably wasn't the keyboard (just a...
  19. thatrenowned

    Switch off server - any files takes ages to open

    Does anybody have any ideas about the following: thread55-548186 Thanks
  20. thatrenowned

    Switch off server - opening any file takes ages...

    Not really sure how to start looking for a solution on this one... Yesterday I turned off one of the old servers. It did used to be the user files server for a domain but its since been replaced. No files on it were ever in use - in fact all it did was act as a BDC. As soon as I switched it...

Part and Inventory Search

Back
Top