User Profile

Collapse

Profile Sidebar

Collapse
kirkage
kirkage
Last Activity: May 30 '07, 10:06 PM
Joined: Mar 22 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kirkage
    replied to Changing the text of a div
    Hmm, I'm usually strict on the proper HTML... guess I missed that somehow. Thank you for the help, it works well now.
    See more | Go to post

    Leave a comment:


  • kirkage
    replied to Changing the text of a div
    This is actually "lblDescription ." It was a typo from copy-paste. Doesn't work with the correct spelling....
    See more | Go to post

    Leave a comment:


  • kirkage
    started a topic Changing the text of a div

    Changing the text of a div

    I'm trying to update a div based on the selection from a select. I've found many pages, including one on here that describes the way I am doing this is correct but it still fails.

    I get the error "Object doesn't support this property or method" at the line document.getEle mentByID("lblDe scription").fir stChild.nodeVal ue = aPackageDescrip tions[i]. Here is the code.

    Code:
    <script language="JavaScript">
    ...
    See more | Go to post

  • kirkage
    replied to Performance of Graphics.DrawImage
    in .NET
    I've worked on this some more but have not found a solution. No ideas from anyone?
    See more | Go to post

    Leave a comment:


  • kirkage
    started a topic Performance of Graphics.DrawImage
    in .NET

    Performance of Graphics.DrawImage

    I am attempting to create a program in C# which part of it consists of one image fading to another. The best way I found this to work is from an example by Bob Powell on the thread http://www.thescripts.com/forum/thread106125.html.

    The issue is the performance of this code. A simple program that fades two images at 1280x1024 takes ~100% CPU. This is of course an issue. I'm hoping to see if anyone has a suggestion on how to accomplish...
    See more | Go to post
No activity results to display
Show More
Working...