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

    window.open, error handling and a code rash.

    Hello everybody! (hello, Dr. Nick) Seriously - I have this site written in Flash and PHP and one part of it has to pop up in its own window (Gaa - not a popup?!?) - yeah, a popup. But the client gets what the client wants. So Microsoft has this bit of Javascript that's supposed to demonstrate...
  2. cyclegeek

    Scrollpane border not in scene but re-appears in movie

    I have the usual kind of scrollpane problem - getting rid of the border. Oldnewbie had a good tip to use the following in the actionscript for the scrollpane movieclip instance: _level0.scrollpaneinstance.boundingBox_mc._visible = false; I've also tested this: myColor = new...
  3. cyclegeek

    How to edit a movie clib symbol

    New to Flash and just took over someone's Flash site. There's a symbol that I can see in the library that I think contains a mailto e-mail address typo I'm looking for. In the library dialogue there's a symbol that looks like the one I want but when I click edit in the symbol's properties...
  4. cyclegeek

    .Net Training Program - Unpaid

    I have a potential 'opportunity' to get into a training program offered by a firm called SetFocus and I'm feeling a little conflicted. Here's the deal: If one gets in, go thru a 13 week, full time training course in VB.net and some other stuff. When done, SetFocus sets you up with a job and...
  5. cyclegeek

    XSL, Sort using XSL:Param from html dropdown list

    What I want to do is: There's an ASP page with a table formatted by XSL. We want to use an HTML select (dropdown list) to allow the user to choose a value to sort the table by. What I envisioned was taking a value from the HTML drop down list, pass that value from the ASP page to an XSL...
  6. cyclegeek

    Adding an element to an XML file

    I have an xml file e.g.: <guest_list> <guest> <name>x</name> <number>1</number> </guest> <guest> <name>y</name> <number>2</number> </guest> </guest_list> How can I append an element into my guest_list.xml file. Currently using asp with vb and javascript to gather...
  7. cyclegeek

    Invalid Handle Message

    A user gets a message stating &quot;Invalid Handle&quot; when attempting to examine the history of a file. Then VSS hangs the machine using up 100% of the CPU. Behavior is inconsistent - has happened when attempting other operations besides History. SourceSafe is running on a network - users...
  8. cyclegeek

    DAO350.dll not found - BUT IT'S THERE

    Visual Basic 6.0 fails on launch with an error &quot;Can't find DAO350.DLL&quot; With a typical instal, this thing lives in C:\Program Files\Common Files\Microsoft Shared\DA0 Now, the file truly exists. Just to make sure, I renamed the original, verified I had the same version on another...
  9. cyclegeek

    msconfg missing on win95 machine

    A win95 machine is missing the msconfg (or is it winconfg) utility used for managing what programs launch on startup. I'd like to use this to better manage the systray. Cheers, cyclegeek
  10. cyclegeek

    CheckOut of wrong version

    User one checks out a file, makes changes and checks the file back in. User two checks out the same file, but a previous version is put into user two's working folder. Who did what wrong here? The user or the program? The file was not shared and then branched. I tried unsuccessfully to...
  11. cyclegeek

    Disk Full Error Message

    A Disk Full error message is displayed upon closing VSS. The problem disappeared without any intervention by the VSS Admin (me). Is this a problem w/ the VSS database, the server it sits on, Republicans in the White House? Would paying more attention to the Temp file and/or Archive utility...

Part and Inventory Search

Back
Top