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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by WelshTeckie

  1. WelshTeckie

    Outlook Message View

    Hi, Thanks for the information. It is a pop account that I am using to connect to get the email. I tried to clear the filters for the current view, but it did not make a difference. Its strange, I have about 30 new emails today, and if I go to View - Current View - Messages, I can only see 8...
  2. WelshTeckie

    Outlook Message View

    Hi, I have a problem with Outlook 2007 where when I click send and receive, it may say receving 5 new emails, but only 2 will be visible in the inbox. If I goto "View - Current View - Unread messages" then I will see al five. But if I goto "view - Current View - Messages or Messages with...
  3. WelshTeckie

    Connecting to outside MySQL Server

    I will give that a go....thanks.
  4. WelshTeckie

    Connecting to outside MySQL Server

    Hi I am trying to connect to a mysql database from another site not held on the same server. I am using :- $dblink = mysql_connect($dbHostname, $dbUsername, $dbPassword) OR DIE("Error !! Unable to connect to database"); But I am getting the error :- Warning: mysql_connect(): Access denied...
  5. WelshTeckie

    3 columns in explorer

    Its ok, I have fixed it myself through re doing the whole page. The problem was I was using narrow columns in between, 2 pixels wide to divide the sections. This then messed up the sizing in explorer. Thanks anyway, sorry for waisting your time.
  6. WelshTeckie

    3 columns in explorer

    Hi All, I have a problem with explorer. I have a table set up so that it has 3 columns and I want the 2 on the left and right to have a set width then the middle one to fill in the space depending on the screen size. All other browsers understand the 100%, but explorer closes in around the...
  7. WelshTeckie

    Refrencing Dynamic Text

    Not too sure I want to upload the fla. its a template I just bought for my website. I have narrowed it down. I am now using a global variable which is declared in the frame where the dynamic text box resides _global.ServiceInfo = "TEST"; var TempVar; TempVar = ServiceInfo; I had to use a...
  8. WelshTeckie

    Refrencing Dynamic Text

    Ok let me try and explain just in case its not clear what part I am trying to reference. There is 1 scene called "Scene 1", in that scene there is a component?(the thing with a cog or gear for an icon) And within that there is a layer called LayerText and within that there is a dynamic textbox...
  9. WelshTeckie

    Refrencing Dynamic Text

    I have not got it uploaded yet. I am not sure that I am using the right terms, as in scene, I am new to flash and it might be a symbol, or something else. But its a Dynamic Text box in not in the same layer as the button. Is there not a global name you can give something to reference from...
  10. WelshTeckie

    Refrencing Dynamic Text

    Hi, I am trying to change text from a click of a button in another scene. I have got it working in the same scene by using the following buttonname.onRelease=function(){ DynamicTextName.text="new text."; } But I need the text to be in another scene. Is there a way to code...
  11. WelshTeckie

    Getting files from FTP sites

    Hi, I need to set up a php page that connects to a ftp site and get information from a txt file and displays it. At the moment I'm struggling with getting connected! (not a good start!) Can anyone help, I am still a basic coder when it comes to php, so here is my code $conn =...
  12. WelshTeckie

    Image Popup On Top

    Hi, I'm try to achieve this http://www.moneytreesystems.com/css/picpopup.html or this http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/P80/ whilst also using example one of this http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm The problem I am getting is...
  13. WelshTeckie

    iFrame Transparency

    I thought as much. Thanks for the heads up!!
  14. WelshTeckie

    iFrame Transparency

    Ok, this is the iframe code <iframe id="main" onLoad="calcHeight();" align="middle" name="main" marginwidth="0" marginheight="0" src="welcome.htm" frameborder="0" allowtransparency="true" background-color="transparent" height="1" scrolling="no"></iframe> and css creates the transparancy here...
  15. WelshTeckie

    iFrame Transparency

    Hi, I have managed to get my iframe transparent and looking top. But now me being fusy I want the images in the i frame not to be transparent. Is there a way of having the iframe with the transparency and selecting a few items inside that page to have a setting "transparency=none"?? thanks.

Part and Inventory Search

Back
Top