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: *

  1. bgreenhouse

    Switching between different Wireless Networks

    Hi There I have a centrino laptop with an intel wireless (built in). I have a wireless network at home, and one at the office. The one at the office uses no network name or security, and uses DHCP, but at home I use static IP and have a network name and a 64bit key for security. I have read...
  2. bgreenhouse

    Kerio and NAA

    Hi There At school I connect through a wireless network, but I have to go to a page and put in my login name and password and the like. In ZoneAlarm, I'd just allow the IP address of the server to come in (it's trying to ping me), but in Kerio (4) I can't make it work. ZoneAlarm's newest...
  3. bgreenhouse

    Adding an event to button.prototype.onRelease

    Hi everyone Here's an easy one I think. I want to add an action to every button I ever use. It's something stupid I'm just playing with where I'm making a bubble appear randomly on the screen and float up everytime someone hits a button. I have the code for it all worked out and in it's own...
  4. bgreenhouse

    Text only email

    Hi Folks I'm not sure if this is the right forum to ask in, but I thought I'd try. I've made an email newsletter that is a multipart MIME email. I want to test out how it looks on a text only email client, but can't figure out how to configure any of the ones I have (Outlook and Netscape...
  5. bgreenhouse

    What's wrong with this simple page?

    Hi folks I'm having a terrible problem where I can't get Netscape 6.0 to display this page the way I want it to. IE 5 or 6 displays it fine. At issue is the main content "box". I want it to be 100% of the page. IE does this fine. NN6 stops it at some apparently predetermined...
  6. bgreenhouse

    SQL Transactions from ASP

    Hi Folks I've read a bit about MTS - but I'm not sure it applies to what I want to do. I simply want to be able to commit, begin and rollback SQL transactions (on an access database) from an ASP page. So I've tried what seems obvious - passing it as I would any other SQL statement...
  7. bgreenhouse

    How do I do a find operation until it doesn't find it anymore

    Hi There I'm essentially coding a find and replace method, but I don't want to use the replace function...Let me explain. I want to find phrases that fit a certain wildcard description, select them, do something to them and then put the resulting string back where they were. This works great...
  8. bgreenhouse

    Netscape 6's Box Implementation

    Hi Folks I'm designing a site that mainly uses CSS, but still relies on tables to keep things straigh within the two main divs (classic left/right content/menu layout). The weird thing that's happening is that in my content area (set with a height of 100%), in NN 6.0 the table that is within...
  9. bgreenhouse

    Passing Variables through a link when not using a server model

    Hi Folks I'm trying to pass variables to a flash movie. I have it working on a web server, where I use JS to pull a query string variable and put it into the object tag that references the Flash object. Now I need to figure out a way to do it for a CD. The problem is that I can't use the...
  10. bgreenhouse

    getChildNodes for Ftree Component

    Hi Everyone (again) I'm now having aproblem with the getChildNodes method. I've found references to a similar problem, but their solutions don't seem to work for me. What I'm trying to do is to loop through every branch on the tree and close it if it's open. Here's what I've got: function...
  11. bgreenhouse

    FTree Vertical Scrolling

    Hi Folks This is a little complicated, but I'll try to whittle it down. I've got a Ftree component set up, and I use setSelectedNode() to set which node is shown as selected. If there's a list of nodes that's long enough to require vertical scrolling, and I set a node below the lower edge of...
  12. bgreenhouse

    Combo Boxes and FTrees

    Hi Folks A couple issues with Ftree and Combo Boxes. First the Combo Box: My text gets slightly cut off at the bottom of the box (when it's sitting there without the list dropped down) - things like "g" have the bottom of their tale slightly cut off. I can't fix this by chnaging...
  13. bgreenhouse

    NodeExpansion Handler - Collapsing Nodes

    Hi Guys I want to make my tree (FTree component) so that when you open a node, all other open nodes close. I thought it would be fairly simple, set up a nodeExpansionHandler that either 1 - makes a global variable remembering the node that is open and then closing that variable the next time...
  14. bgreenhouse

    DHTML and FLash

    Hi Folks I started a thread in the HTML section (thread215-473928 that I think should be cross referenced here. Any thoughts here or there would be appreciated. Thanks Ben
  15. bgreenhouse

    DHTML Layers and Flash

    Has anyone here had problems with "drop down" menus made with DHTML layers that don't show up when they have to overlap a Flash object? Anyone have a fix for this? Thanks Ben
  16. bgreenhouse

    Detecting Formats in Word Documents

    Hi Folks I'm writing a VBA macro to create an XML document from a Word table. The client wants to be able to preserve formatting, so I want to be able to detect words that are in italics or bold and enclose them in the appropriate HTML tags. I know how to find, enclose, and all that, I'm just...
  17. bgreenhouse

    Scrolling Pane

    Hi Folks I know how to make a text box have a scrollbar, but how do you do it with a movieclip? I want to have a movieclip that has a scrollbar that lets you look move the mc up and down. Do I have to use a mask, or can I just do some sort of "on press change the y coordinate of the...
  18. bgreenhouse

    Targetting Frame labels on the root

    Hi Everyone In Flash MX I'm trying to target a frame by it's label on the root from a loaded movieclip. Now I know you can just go _root.gotandPlay("framelabel"), but what I want to do is to be able to dynamically change the name of frame label. Let me explain - I've got a movie...
  19. bgreenhouse

    Problems setting up Apache - DHCP?

    Hi There I had apache all set up (as a local development serveR) on my Mandrake box. It was working fine. Last week something went screwy with my cable modem and I ended up having to scrap DHCP and assign static IPs to all the computers in my LAN. I can't access localhost anymore. When I do...
  20. bgreenhouse

    Changing Page Layout based on XML Data

    Hi Folks What I'm doing is creating an appendix for a client. I'm storing all the data to be displayed in XML (want to use the same Flash files on CD and the web, so I'm avoiding database servers). I've got it working reasonably well (in Beta stage), but I'm wondering if there's anyway to...

Part and Inventory Search

Back
Top