Re: [Mono-list] First GTK application

2004-11-06 Thread Ben Motmans
1) Gdk.Pixbuf pixbuf = new Gdk.Pixbuf(location_to_image.png); Image image = new Image(pixbuf); toolbar.AppendItem(Text, Tooltip, Private Tooltip, image, new SignalFunc(OnClick)); you can use all image formats supported by Gdk.Pixbuf (jpg, png, gif, bmp, ...) and svg if you use Rsvg.Pixbuf 2)

[Mono-list] mod_mono/apache error issue?

2004-11-06 Thread Chris Turchin
Hi, I have the following code in an httphandler that works fine with xsp but in mod_mono yields a 500 server error (without any entry in the apache error_log): context.Response.ContentType = image/jpeg; //write resized gd-sharp image to client...

[Mono-list] Nevermind question about System.PlatformID

2004-11-06 Thread Kevin White
Nevermind my earlier question about System.PlatformID. I downloaded source and started reading through it. Pretty clear there about why Linux/Unix value of 128 is not included in the enumeration. I've added a doc contribution (my first. :) ). Kevin -- Kevin White [EMAIL PROTECTED]

Re: AW: [Mono-list] nGallery and Mono

2004-11-06 Thread Joseph Hill
I have not encountered this error running nGallery on FC1, FC2, or SuSE 9.1, and I have tested with both Mono 1.0.2 and 1.1.2, so hopefully this is just a configuration error rather than something that will need to be tracked down in the code. One thing I would suggest would be to remove apache

Re: [Mono-list] mod_mono/apache error issue?

2004-11-06 Thread Gonzalo Paniagua Javier
On Sat, 2004-11-06 at 16:23 +0100, Chris Turchin wrote: Hi, I have the following code in an httphandler that works fine with xsp but in mod_mono yields a 500 server error (without any entry in the apache error_log): context.Response.ContentType = image/jpeg; //write resized gd-sharp

[Mono-list] Proper way to add a border to an item?

2004-11-06 Thread Kevin White
In winforms there is a borderstyle property to controls. Is there a similar property in Gtk#? What technique would be used to create a sunken or raised label, for example? Thanks, Kevin -- Kevin White [EMAIL PROTECTED] ___ Mono-list maillist -

[Mono-list] remoting tips and info

2004-11-06 Thread Rob Brown-Bayliss
Hi, I am looking to use remoting, and would like some good in depth info, not the hello world exapmles that show how to remote a single instance of an object, but some thing more in depth, like how to dynamically create instances of an object on the server adn have them made available to a