User Profile

Collapse

Profile Sidebar

Collapse
mrmiffo
mrmiffo
Last Activity: Mar 31 '08, 02:02 PM
Joined: Nov 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Well, I think I could... if I knew which file to grab... feel kind of stupid here. Been trying to find out on Microsoft.com, but fell asleep after browsing 9 miles of text... ;-)

    Any idea of which file I should look for?


    Best regards,

    /mrmiffo...
    See more | Go to post

    Leave a comment:


  • Thanks guys, I'll try both solution suggestions and get back with the result.

    Best regards,

    /mrmiffo
    See more | Go to post

    Leave a comment:


  • VB.NET app: Forms.WebBrowser and IE version dependency

    Hi,

    Language: VB
    Dev. environment: VS2005 Express Edition
    OS: WinXP
    Browser: IE7

    I developed an application containing a WebBrowser object not visible to the user.
    JPG, SWF and HTML files are loaded into the object and I'm grabbing the image of it for printing. Works great on systems that have IE7 but on machines that have IE6 installed, the grabbed image always comes out blank. Updating...
    See more | Go to post

  • mrmiffo
    replied to Not an object? Well, it is too!
    Thanks, I feel rather stupid now when I have figured out what I did wrong... it was a very dumb attempt to check if the object in fact was an object... more stupid was that I did not post all the code in the first place - then you had seen the bad code directly...

    it was:
    Code:
    if("" + currentNode == "")
    which was my lame attempt to check if currentNode was something at all...
    Now I use:
    Code:
    if(typeof(currentNode)
    ...
    See more | Go to post

    Leave a comment:


  • mrmiffo
    started a topic Not an object? Well, it is too!

    Not an object? Well, it is too!

    Hi all!
    I have probably a simple problem but, as for all problems it is huge for me since I'm the one having it... I'm trying to work my way up to the mother of mothers in an XML file starting with a clicked node and what goes wrong is that even when I get the parents' label - the parent is not acknowledged as an object...

    This I have in a loop:
    Code:
    myLabel = currentNode.parentNode.getAttribute('label');
    ...
    See more | Go to post

  • mrmiffo
    replied to hiding tool bars in IE browser
    Thanks for the welcoming!

    True. The original poster probably was not creating pages for the same purpose I described. I just wanted to make a point since I, and everyone else, the last few years have been struggling against the hysterical security aspects of everything. The bad guys out there are making the rules. Each time I deliver a clever system to a customer I think for myself; "wonder how long time it will take before Microsoft...
    See more | Go to post

    Leave a comment:


  • mrmiffo
    started a topic Animating HTML frame size change

    Animating HTML frame size change

    Hi, I want to animate the change of a frames' size. Something like;

    Code:
    for (i=0, i<250, i++)
    {
    var aValue = i + "px,*"
    parent.document.getElementById(whichFrameSet).cols = aValue;
    }
    What I do not understand is why the frame is not updated each and every time the size is set... not until i = 250 it will display the result.
    Is it because the frameset is not updated visually...
    See more | Go to post

  • mrmiffo
    replied to hiding tool bars in IE browser
    So guys, you definately think you have figured it all out huh? ;-)

    What you are thinking of is a typical standard person surfin' the internet and suddenly gets his/her browser layout changed against his/her will. Then your comments are perfectly correct and understandable.

    But now to some serious discussion: let's say that you have the mission to create a page which will be used on an intranet and where users have logged...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...