I actually peaked at the prototype ajax framework
(http://www.prototypejs.org/) to find this solution and it certainly
seems like it should be ie-compatible...

See also:
http://www.java2s.com/Code/JavaScriptReference/Javascript-Properties/offsetWidthSyntaxandNote.htm

Another feature request that I don't have time to implement myself
right now would be an ability to "maximize" the mindmap "window" so it
covers the entire window; for when you really want to use it to
"explore your data"... This should be combined with scaling of fonts
and customizing of clicking but that's already on you todo-list I
believe... :)

/Daniel

On Thu, Nov 20, 2008 at 11:59 AM, rakugo <[EMAIL PROTECTED]> wrote:
>
> 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 TiddlyWiki@googlegroups.com
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