Tobias Oetiker wrote:
> Today Stefan Volbers wrote:
> 
>> Hi Tobi,
>>
>> your app looks fantastic.
>> Are you going to release the canvas cell renderer as a contrib? I'm sure
>> it would come in handy for many of us sooner or later.
> 
> yes, the code is pretty generic ... and can be used outside of
> remocular ... which I am going to release GPL ...

This is *great* news! Sadly wouldn't be useful for my customers, but I'd 
  like to see it in use for observing my own server (up to now I use an 
rss feed).

> 
>> I followed your link not only with firefox but also with IE7, and as
>> expected there were no inline canvas graphs; have you considered using
>> google's excanvas to support IE too? I succeeded very well in a browser
>> canvas charting scenario some months ago, with excanvas' help.
> 
> I have tried a bit, but it seems that I did something wrong, since
> nothing showed up ... is there a trick ?

No, it's pretty simple (just like mentioned in the accompanying readme) 
- have this jscript line in the index.[html|php|*] prior to loading your 
app (and the excanvas script itself in place):
<!--[if IE]><script type="text/javascript" src="excanvas.js"> </script> 
<![endif]-->

Consequently the canvas creating code in your script would no longer be 
ignored.
License shouldn't be an issue neither.

I'd love to hear if you succeeded this way; if not, maybe I can help.

Greetings,
Stefan

PS there is a minor appearance issue in IE7 which I didn't notice in 
firefox - weird transparency in the qooxdoo window's title bar and some 
effect within the Task Selector buttons.

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to