Skip to main content
Home Forums Silverlight Design Video and Media Minor bug: createObject cannot be passed numbers; refuses anything but strings
0 replies. Latest Post by petemounce on August 15, 2007.
(0)
petemounce
Member
174 points
90 Posts
08-15-2007 6:17 AM |
If I pass a number to createObject height / width (referring to JavaScript here), the HTML is rendered with empty-string height / width. I need to call .toString() on my number before passing it to createObject's arguments.