Thanks for the feedback!
Although this will fix the problem for Firefox I suspect it won't for
IE. I'll make sure it's in the next release :) Should be just a case
of looking for % sign at end of parameter. :)

Jon

On Nov 20, 10:43 am, dsjolie <[EMAIL PROTECTED]> wrote:
> Hi there!
>
> First - very nice plugin! :)
>
> Second - I wanted to be able to set the width of the map to 100% but
> it didn't work since the canvas doesn't seem to get this percent
> with... The change below fixed this problem and I don't think there
> are any ill effects? Only tested on firefox (obviously) ...
>
> In:
>         _init_html_elements: function(wrapperID){
>
> change the size initiation to:
>
>                         canvas.width = parseInt(wrapper.offsetWidth);
>                         canvas.height =parseInt(wrapper.offsetHeight);
>
> /Daniel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to