[Mono-docs-list] RE: [Mono-list] Live Monodoc server.

2003-08-14 Thread Piers Haken
I should clarify this. The tree doesn't work in IE, and I think it's this line that's the culprit. All the URLs are being expanded as http://./...; Piers. -Original Message- From: Piers Haken Sent: Saturday, August 09, 2003 11:09 PM To: Miguel de Icaza; Mono Docs; [EMAIL PROTECTED]

[Mono-docs-list] RE: [Mono-list] Live Monodoc server.

2003-08-14 Thread Piers Haken
Here's a patch (untested): Index: monodoc.ashx === RCS file: /cvs/public/monodoc/browser/web/monodoc.ashx,v retrieving revision 1.9 diff -u -r1.9 monodoc.ashx --- monodoc.ashx8 Aug 2003 04:34:44 - 1.9 +++

[Mono-docs-list] RE: [Mono-list] Live Monodoc server.

2003-08-14 Thread Piers Haken
I think you need to set add an attribute 'target=content' to each of the XML tree items and each of the root WebFXLoadTreeItems. Then you can remove the base element. Piers. -Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED] Sent: Sunday, August 10, 2003 8:20 AM To:

[Mono-docs-list] RE: [Mono-list] Live Monodoc server.

2003-08-14 Thread Piers Haken
I think you need to remove the line base href='.' target='content' / from the left frame. Piers. -Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 8:24 PM To: Mono Docs; [EMAIL PROTECTED] Subject: [Mono-list] Live

[Mono-docs-list] Re: [Mono-list] Live Monodoc server.

2003-08-14 Thread Giuseppe Greco
On Sun, 2003-08-10 at 05:24, Miguel de Icaza wrote: Hey guys, We have a live Monodoc 0.6 server on http://mono.ximian.com:8080 running Mono + ASP.NET + our Monodoc framework rendering the core documentation, Gtk# and GtkMozEmbed#. The site sports a nice dynamic javascript tree,