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

    Z-Index Positioning Flash

    Hey, This is either going to be a simple question, or a really ugly one ; ) I'm short on space in this project I'm working on, and I want to dynamically render a absolute positioned DIV on top of a flash 5 movie. I've got the DIV, I've got the movie, but I can't find a way of making the...
  2. TheJhereg

    AutoScrolling Text Box Implementation

    Hey all, I have a text box that scrolls upward by itself. I'm using the _y property of a movie that contains a text box and just moving up. The scrolling has to pause on mouseover, resume on mouseout, and the user should be able to drag the text up and down to scroll the infomation...
  3. TheJhereg

    Printing a JPG image

    Okay, I've seen this question asked by searching the forum, but never answered. How can I print a jpg image in color at 300 dpi using visual basic? I don't mind loading it into a form or a picture box, but I have to print them at that resolution. Any help would be appreciated... The Jhereg...
  4. TheJhereg

    Building Flash in PHP

    Hey everyone, Few weeks back I asked (before searching the forum) if there were a way to load jpg files during runtime in flash. THe answer was, of course, not without generator. Well, for those of you running PHP, there's another solution, it's called Ming. It's a PHP library that can...
  5. TheJhereg

    of IMAP and recovering from Fatal Errors

    I'm building a page to pull some statistics on several (43 actually) mailboxes by connecting to their imap server and requesting the all headers in the inbox (using imap_headers ($mbox)). Though, really, all I'm trying to get is the number of unread/unseen pieces of mail and the date sent of the...
  6. TheJhereg

    Financial calculation in flash

    Okay, here's a fun one, though less about flash, and more about the calculations involved: I need to make 2 flash movies (though they'll probably inside of a 3rd, but that's not important). One is basically "how much loan can you afford?" This calculation takes monthly income before...
  7. TheJhereg

    Controling Back Button Functionality in a Framed Page

    'lo everyone... I'm building an intranet tool site here at work and have run into a small problem. One of the content pages is a 2 (top/bottom) frame set. The lower frame is a PHP page that reloads using javascript "onLoad='document.location = "page.php?variable=n"'" about...
  8. TheJhereg

    Use of the Selection object

    I'm not in a big hurry on this one, but if you've used it, let me know.... I'm trying to use the selection object to grab the text selected in a input text box and set a dynamic text box with the selected text when a button is clicked. the setup is really simple... 1 input text box, with...
  9. TheJhereg

    Odd Flash Problems....

    Okay, these are going to sound a bit weird.... Problem #1: Any idea of how I can find the color of the pixel underneath the cursor on mouse click. I was hoping there was a funciton call that simply grabbed and returned the pixel color. (This is for choosing colors from a color pallet. I was...
  10. TheJhereg

    Multiple submit on same form, to different pages

    Got a bit of a problem... I'm probably missing something really stupid... I have a very simple form (code below) that has 2 different form submissions that need to coexist on the same form. My idea for getting this to work is to alter the action on click in the second submit (forms[0].action)...

Part and Inventory Search

Back
Top