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
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.
___
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
Gonzalo Paniagua Javier пишет:
> On Mon, 2006-03-06 at 00:55 +0200, Slava Petrenko wrote:
> [...]
>
>> > id="hlCatalog"
>> Text=""
>> ToolT
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
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;
//
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
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?
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 />
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
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
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
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
13 matches
Mail list logo