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 SkipVought 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. TheJhereg

    Z-Index Positioning Flash

    TheocraticMind, Everything I've put inside of a div has appeared behind the Flash Movie. I've not played with the object tag enough to see if CSS can position a container div yet though. The Jhereg =~=~=~=~=~=~=~=~=~=~ I never lie. I'm building a reputation for honesty so I can blow it when...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. TheJhereg

    of IMAP and recovering from Fatal Errors

    A bump and more information: I've designed an error handler to capture this error and move on, but unfortunately, it too suffers from the time exceeded. What I'm now looking for is a way to catch this errror before it brings the site to a dead stop. Here's the code: // Code generating the...
  7. 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...
  8. TheJhereg

    Financial calculation in flash

    Oldnewbie you Rawk! Once again, Thanks : ) The Jhereg =~=~=~=~=~=~=~=~=~=~ I never lie. I'm building a reputation for honesty so I can blow it when something big comes along... This ain't it.
  9. 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...
  10. TheJhereg

    Controling Back Button Functionality in a Framed Page

    I found the answer myself and for any of you interested instead of using: onLoad="document.location ='page.php?variable=n'" use the replace method: onLoad="document.location.replace('page.php?variable=n')" This replaces the current entry in the back and history...
  11. 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...
  12. TheJhereg

    Use of the Selection object

    Oldnewbie, that'd be great!! Up to this point, the only way I could make it work was to capture it in a frame action... If you know a way to capture selection in a button action, I'd name my first child after ya ;-) The Jhereg =~=~=~=~=~=~=~=~=~=~ I never lie. I'm building a reputation for...
  13. TheJhereg

    Use of the Selection object

    The actual aim is to select text in one box, press a button, and have that text appear in a second (or be used in another control). I'm not sure it's a realistic aim, but it'd be nice. The Jhereg =~=~=~=~=~=~=~=~=~=~ I never lie. I'm building a reputation for honesty so I can blow it when...
  14. TheJhereg

    PSD FILE TAKING AGES TO SAVE, WHY??

    Yeah, PC User here Inside of photoshop: Edit->Preferences->Memory and Image Cache-> Physical Memory Usage. 50 or 75% is normal. The Jhereg =~=~=~=~=~=~=~=~=~=~ I never lie. I'm building a reputation for honesty so I can blow it when something big comes along... This ain't it.
  15. TheJhereg

    Lost toolbox

    Actually, I have had this happen.... In my case, I had raised the monitor resolution, and then moved my palette to the far edge of the screen, then decided I didn't like that resolution and switched to a smaller one. I fixed it by going to "Window" menu and selecting "Reset...
  16. TheJhereg

    action script for recognizing opened mc's

    disfasia, I'm not sure why the button's aren't behaving correctly for you. I've constructed a mockup of what I explained above if you'd like me to email you with it. Just drop me a line at willwork4java@aol.com... I'm stuck on AOL here, but will upload both the fla and SWF to you, if you...
  17. TheJhereg

    Use of the Selection object

    If anyone's interested, this code almost works... Problem is when you go to click a button, you remove the selection focus from the input box. The only way I could get this to work was to add another 5 frames and another keyframe at the end, and place the following code in the keyframe itself...
  18. TheJhereg

    action script for recognizing opened mc's

    Got an idea for your second problem.... the first question I don't understand... In a new movie clip, create the standard appearance of the button (draw a square, graphics, animation, whatever). DO NOT convert this to a button. Assign a stop() action to frame 1. On the second frame of this...
  19. 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...
  20. TheJhereg

    Odd Flash Problems....

    Yeah, I didn't figure it'll be much fun. I think I'll take the easy way out and use windows common controls (VB App) for a color picker. It's there, it works... <shrug> Thanks for your help! The Jhereg =~=~=~=~=~=~=~=~=~=~ I never lie. I'm building a reputation for honesty so I can blow it...

Part and Inventory Search

Back
Top