[Mono-list] Are any implementations of IChannel available?

2006-10-13 Thread Slava Petrenko
Hello! Trying use Mono Remoting the same way as remoting for MS Framework I have missed to find any implementations of System.Runtime.Remoting.Channels.IChannel Perhaps someone heard about an implementation of it or have an example how to use remoting in Mono. Thanks! -- S

[Mono-list] Create System.Drawing.Font from FontButton.FontName

2006-04-07 Thread Slava Petrenko
Hi all, I'm developing simple app that adds some text string to an existing photo. At this point I want to select a font for a text string, but I can't find any approach to convert a font selection provided with a Gtk.FontButton to System.Drawing.Font. Any suggestion? Slava. ___

[Mono-list] How to draw a text string to existing photo (gtk#)

2006-03-25 Thread Slava Petrenko
Hi all, I'm looking for an approach to put some text string to existing jpeg image. Now I can load a photo into Gdk.Pixbuf and I can create Pango.Layout for a text string. So I have my image in a Gdk.Pixbuf and my text string in a Pango.Layout, how can I put those things together to obtain an imag

Re: [Mono-list] Title attribute character encoding for some web controls

2006-03-13 Thread Slava Petrenko
Gonzalo Paniagua Javier пишет: > On Mon, 2006-03-06 at 00:55 +0200, Slava Petrenko wrote: > [...] > >> > id="hlCatalog" >> Text="" >> ToolT

[Mono-list] Title attribute character encoding for some web controls

2006-03-05 Thread Slava Petrenko
Hi all, I have such a code in some.aspx when I see html source for a produced page of Text attribute is shown well, as it is in a source .aspx, but of ToolTip attribute looks like Статьи How can I disable that feature that encodes text to Статьи ? P.S. That feature also e

[Mono-list] On-fly image creation problem

2006-02-18 Thread Slava Petrenko
Hi, I have such a code, and web app with that code I run from command line with xsp: protected Bitmap createImageFromText( string text ) { Bitmap bmp = new Bitmap( 1, 1 ); int iWidth = 0; int iHeight = 0; //

[Mono-list] Mono 1.1.9 broken DataGrid

2005-09-17 Thread Slava Petrenko
Hi all, It seems to me mono 1.1.9 has a broken support for DataGrid's tag . Now property "Visible" of that tag doesn't affect on column's visibility, it stays visible independently from a value of "Visible" property. Mono 1.1.9, SuSe Pro 9.3, rpms are taken from mono-project.com Any suggest

[Mono-list] Mono 1.1.9 broken DataGrid

2005-09-15 Thread Slava Petrenko
Hi all, It seems to me mono 1.1.9 has a broken support for DataGrid's tag . Now property "Visible" of that tag doesn't affect on column's visibility, it stays visible independently from a value of "Visible" property. Mono 1.1.9, SuSe Pro 9.3, rpms are taken from mono-project.com Any suggestion?

[Mono-list] DataGrip TemplateColumn and mono 1.1.9

2005-09-11 Thread Slava Petrenko
Hi, All, After I upgraded from mono 1.1.8 to 1.1.9, the following aspx Visible="false" runat="server" /> runat="server" Font-Bold />

[Mono-list] Re: [Mono-devel-list] mono and cyrillic symbols

2005-07-15 Thread Slava Petrenko
Hi all, Pedro Martínez Juliá helped me to find a solution for a problem of wrong encoding for non-latin symbols on aspx pages. For persons, who is interested, here is a solution: add argument -codepage:utf8 to command line for mcs.exe in mcs launch script. On my system it's /usr/bin/mcs, so it

Re: [Mono-list] mono and cyrillic symbols

2005-07-14 Thread Slava Petrenko
16:36 +0300, Slava Petrenko wrote: Hi all, I've got simple programm: using System; using System.IO; public class Server { public static int Main (string [] args) { System.Console.Write( "КУКУКУ\n" ); return 0; } } that code is supposed to output a string "КУКУКУ\n" t

[Mono-list] mono and cyrillic symbols

2005-07-14 Thread Slava Petrenko
Hi all, I've got simple programm: using System; using System.IO; public class Server { public static int Main (string [] args) { System.Console.Write( "КУКУКУ\n" ); return 0; } } that code is supposed to output a string "КУКУКУ\n" to console, but it outputs "ÐУÐУÐУ". that's wrong with t

[Mono-list] mono + asp.net + cyrillic chars

2005-07-12 Thread Slava Petrenko
Hi All! I tried to run my asp.net site on mono (with mod_apache and with xsp) but all cyrillic chars are displayed wrong. Character set for pages is UTF-8 ( for .aspx and code behind .cs), all other stuff has UTF-8 settings too (apache, web.config). No difference how I run the site - with apach