Re: [Mono-docs-list] print support for monodoc

2005-08-17 Thread Mario Sopena
Hello,

 If this works, it would mean that the HTML printed out could potentially
 look different that what the user is seeing (if monodoc is using the
 gecko engine), but I personally don't think it is a big deal. My other
Well, you have to check that because it could be barely readable
without css (just disable the use of css in BuildHtml as an easy hack
to see the results). The problem is that AFAIK the GtkHTML is/would be
deprecated (and keeped only for the systems that don't have
gecko-sharp).

 option is to look into the Mozilla API and try to P/invoke something,
 I'm not totally opposed to this but I have not been able to find any
 good source of info on the gecko API.
There is a guy (Michael Hutchinson) in the Summer of Code which has
implemented a glue layer that lets you call javascript functions in
mozilla from c#. He uses that for the Asp.net editor he is working on.
If we apply that to monodoc browser, maybe it would be possible to use
javascript for printing. However, I really dont know if javascript
lets you printing, :-)

By the way, Miguel, can I enable the hack of Michael to Monodoc? it
could let us repare the selectAll/copy/paste thing but I dont want to
try it out until I'm sure it could go with monodoc (it could also
allow rafael to work on the printing in a more sane way).

Mario
___
Mono-docs-list maillist  -  Mono-docs-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-docs-list


Re: [Mono-docs-list] print support for monodoc

2005-08-17 Thread Miguel de Icaza
Hey,

 By the way, Miguel, can I enable the hack of Michael to Monodoc? it
 could let us repare the selectAll/copy/paste thing but I dont want to
 try it out until I'm sure it could go with monodoc (it could also
 allow rafael to work on the printing in a more sane way).

That sounds good to me.

Can you post your patch, so we can discuss it?
___
Mono-docs-list maillist  -  Mono-docs-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-docs-list


[Mono-docs-list] print support for monodoc

2005-08-07 Thread Rafael Ferreira
Hey 

I'm thinking about hacking print support for monodoc, but I have a few
simple questions: 

* Is there still interest in it? 
* Is anyone else working on this? 
* Any pointers? 

- raf


___
Mono-docs-list maillist  -  Mono-docs-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-docs-list