Re: [Mono-winforms-list] [MonoDevelop] Moving Focus Between Form

2007-09-19 Thread Valentin Sawadski
Hello, On Fri, 2007-09-14 at 12:41 -0500, [EMAIL PROTECTED] wrote: Hi I am new to Mono, and I not sure this is a right place to ask this question: 1. I am trying to port a C# Windows app to Mono running on SLES 10.1. The app starts with one form, and base on user input , it can

Re: [Mono-winforms-list] FW: [MonoDevelop] Moving Focus Between Form

2007-09-19 Thread Valentin Sawadski
Hello, On Wed, 2007-09-19 at 12:36 -0500, [EMAIL PROTECTED] wrote: Thank you for your respond. You are right that I am using Form.ShowDialog. However, I am using it in both Windows, and Linux. The reason I am using Form.ShowDialog is because I want to monitor for the return of the form.

[Mono-dev] Please Fix Transaction Isolation level bug MONO80106. Prevents usage of NHibernate with sql server

2007-09-19 Thread Onur Gumus
Hello because of this bughttps://bugzilla.novell.com/show_bug.cgi?id=MONO80106 I cannot use NHibernate with SQL Server. Since at the first line it generates SET TRANSACTION ISOLATION LEVEL ;BEGIN TRANSACTION the transaction isolation level is not defined. and I cannot manually define it IIRC

[Mono-dev] Smart client deployment in mono

2007-09-19 Thread Yevgen Kryutchkov
Hello all, I wonder if there is support for click once in mono or plans to implement it. Or is there support for alternative smart client deployment? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Smart client deployment in mono

2007-09-19 Thread Marcos Cobeña Morián
Hello, AFAIK, Mono doesn't support ClickOnce currently as it involves CAS which isn't completed. Regards, 2007/9/19, Yevgen Kryutchkov [EMAIL PROTECTED]: Hello all, I wonder if there is support for click once in mono or plans to implement it. Or is there support for alternative

[Mono-dev] Register my own stock items with Gtk#

2007-09-19 Thread David Arnaud-Goddet
Hi all, I would like to create my own StockItem with Gtk#. In fact I develop a menu with ImageItemMenu and I would like to add my own Stock Item in it. I have already used those built-in to Gtk# without problem but when I try to create StockItem, I just obtain the StockId string! I do that :

[Mono-dev] Register my own stock items with Gtk#

2007-09-19 Thread David Arnaud-Goddet
Ops! Hi all, I would like to create my own StockItem with Gtk#. In fact I develop a menu with ImageItemMenu and I would like to add my own Stock Item in it. I have already used those built-in to Gtk# without problem but when I try to create StockItem, I just obtain the StockId string! I do

Re: [Mono-dev] Register my own stock items with Gtk#

2007-09-19 Thread Stephane Delcroix
http://svn.gnome.org/viewcvs/f-spot/tags/FSPOT_0_3_5/src/StockIcons.cs?revision=2992view=markup that's how it was done in f-spot, but that code is no longer in use. s On Wed, 2007-09-19 at 15:52 +0200, David Arnaud-Goddet wrote: Ops! Hi all, I would like to create my own StockItem

Re: [Mono-dev] Smart client deployment in mono

2007-09-19 Thread Miguel de Icaza
Hello, AFAIK, Mono doesn't support ClickOnce currently as it involves CAS which isn't completed. For FullTrust we would not need CAS to be implemented, but we just have not had the time to implement it. Regards, 2007/9/19, Yevgen Kryutchkov [EMAIL PROTECTED]: Hello all,

[Mono-dev] Linq to Sql Start

2007-09-19 Thread Kevin Kubasik
Hey! I've started to get going on some of the System.Data.Linq work, at the moment, there's not much in terms of real code to show, but some initial unit tests (my first ever, sorry they're so incomplete) and API updates (Get the public API more in sync with the current 3.5 Beta 2) and realistic

[Mono-dev] How to use monocharge to bootstrap the build?

2007-09-19 Thread Philippe Monnet
Over the last couple days, I have been trying to figure out how to use monocharge (now that I was able to build it).I had gone back to my "patched" mono svn trunk and done: ./configure --disable-mcs-build --prefix=/mysharedhost/mono make make installBut my mono/lib folders does not seem to have

Re: [Mono-dev] Linq to Sql Start

2007-09-19 Thread Kevin Kubasik
As mentioned below, here is a git branch http://kubasik.net/git/olive-kkubasik.git and you can see it in all it's gitweb glory at http://kubasik.net/git/gitweb.cgi?p=olive-kkubasik.git;a=summary at this moment everything is taking place in linq_kubasik, and once it builds reliably, I'll merge

[Mono-list] Mono 1.2.5.1 - when?

2007-09-19 Thread Maxim
Hello! Sorry for boring... Could anyone tell when Mono 1.2.5.1 will be released approximately? Thanks a lot! Max Karavaev ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] The imported type `MasterPage_master' is defined multiple times

2007-09-19 Thread Matt Powell
Hi all, I've built the latest SVN head of Mono, MCS, XSP, libglib and mod_mono. Everything seems pretty good and I can run the simple XSP test page. However when I try to run a full blown .NET 2.0 ASPX page over mod_mono (pointing to mod-mono-server2) I get the error pasted below. Just to be

[Mono-list] web service broken after moving to VS 2005

2007-09-19 Thread Benjamin Lam
Hi, I scoured the web but I can't seem to understand what the problem is exactly. Here is the situation: I was using visual studio 2003 and created a web service that I tested via xsp2/mono on Mac OSX Linux and I was a happy clam. I would just copy the contents of the directory into the

Re: [Mono-list] The imported type `MasterPage_master' is defined multiple times

2007-09-19 Thread Marek Habersack
On Wed, 19 Sep 2007 20:57:13 +0800, Matt Powell [EMAIL PROTECTED] scribbled: Hi all, Hello, I've built the latest SVN head of Mono, MCS, XSP, libglib and mod_mono. Everything seems pretty good and I can run the simple XSP test page. However when I try to run a full blown .NET 2.0 ASPX page

[Mono-list] Compiling pdb2mdb on linux problems

2007-09-19 Thread Rob
I'm trying everything to get a little more debug information on my linux system (mono 1.2.4, development on Win2000 VS2005). I'm trying to compile pdb2mdb on my linux system using the following command: gmcs Program.cs Util.cs -out:pdb2mdb.exe

Re: [Mono-list] The imported type `MasterPage_master' is defined multiple times

2007-09-19 Thread Matt Powell
Hi Marek, Thanks for the reply. I guess I was hoping I had done something obvious and stupid. I'll try break it down to a simple test case, the main problem is that I haven't developed the .NET code myself, I'm just trying to port the server. Thanks again, I'll try to come up with a succinct

Re: [Mono-list] Compiling pdb2mdb on linux problems

2007-09-19 Thread Robert Jordan
Rob wrote: I'm trying everything to get a little more debug information on my linux system (mono 1.2.4, development on Win2000 VS2005). I'm trying to compile pdb2mdb on my linux system using the following command: gmcs Program.cs Util.cs -out:pdb2mdb.exe

[Mono-list] howto don't allow to execute program two times?

2007-09-19 Thread Xavi de Blas
Hello all is there any way to kill a second instance of my mono app if someone tries to open it two times? I don't know if there are differences, but i need it in Linux and Windows. Thanks in advance ___ Mono-list maillist -

Re: [Mono-list] install libgdiplus?

2007-09-19 Thread Maser, Dan
Maybe send the end of the text from the ./configure then? Is there a Makefile in your directory which appears after running ./configure? I assume not, the output below looks as tho the ./configure process did not output a Makefile. -Original Message- From: B R [mailto:[EMAIL

Re: [Mono-list] howto don't allow to execute program two times?

2007-09-19 Thread Engler, Eric
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I am not doing this in Mono yet, but here's the code I have for Windows. This code came from here: http://www.personalmicrocosms.com/html/dotnettips.html The first function detects if another instance is running. The caller of this function can

Re: [Mono-list] install libgdiplus?

2007-09-19 Thread Maser, Dan
It should help if you send the output of the command. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of B R Sent: Wednesday, September 19, 2007 4:05 PM To: mono-list@lists.ximian.com Subject: [Mono-list] install libgdiplus? I'm having difficulties

[Mono-list] install libgdiplus?

2007-09-19 Thread B R
I'm having difficulties installing libgdiplus on my Ubuntu test system. Per the install instructions, I first run ./configure which seems to run fine. But it won't take any of the make commands. Make is installed on the system and updated to the latest version. Anyone got any ideas? Thanks

Re: [Mono-list] install libgdiplus?

2007-09-19 Thread Maser, Dan
I think I saw something a while back about Mono needing its own libgdiplus and won't work correctly with a public one from somewhere else. But your second point could be correct too. The default build process puts binaries in /usr/local/lib and I had to add that to my /etc/ld.so.conf file

Re: [Mono-list] install libgdiplus?

2007-09-19 Thread B R
[EMAIL PROTECTED]:~/Desktop/libgdiplus-1.2.5$ make make: *** No targets specified and no makefile found. Stop. [EMAIL PROTECTED]:~/Desktop/libgdiplus-1.2.5$ make install make: *** No rule to make target `install'. Stop. [EMAIL PROTECTED]:~/Desktop/libgdiplus-1.2.5$ make check make: *** No rule

Re: [Mono-list] install libgdiplus?

2007-09-19 Thread B R
checking for BASE_DEPENDENCIES... Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `glib-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'glib-2.0' found configure: error: Package requirements (glib-2.0 = 2.2.3) were not

Re: [Mono-list] install libgdiplus?

2007-09-19 Thread Sebastien Pouliot
Hey, Where did you get the sources from ? SVN ? a tarball ? Also make sure you're compiling/installing the libgdiplus version that match the Mono version you'll be using. Otherwise you'll get runtime problems (but it's not what's preventing you from building it). On Wed, 2007-09-19 at 16:04

[Mono-list] Index is less than 0 Error

2007-09-19 Thread Daniel Soto
Hello. I encountered an error. In an aspx page, when i click two times in a button, shows me this error. / //Index is less than 0 or more than or equal to the list count. Parameter name: index 1/// My page have a custom validators (appears as occurs with any) asp:TextBox ID=txtNumDocumento

Re: [Mono-list] install libgdiplus?

2007-09-19 Thread Sebastien Pouliot
note: please *always* c.c. the mailing-list, otherwise the answers can't help other people with the same question (now or later). On Wed, 2007-09-19 at 18:38 -0500, B R wrote: I didn't compile it myself, I used the installer (*.bin) from Mono's website. Doesn't that already contain

Re: [Mono-list] Packaged .NET apps for Mono: Call for Ideas.

2007-09-19 Thread Wade Berrier
Marek has packaged some starter kits and are available from the suse build service here: http://download.opensuse.org/repositories/Mono:/apps/ Wade On Sun, 2007-09-16 at 21:05 -0500, Joseph Hill wrote: Having Mono applications packaged so that they can easily be sampled by .NET developers

Re: [Mono-list] Running Unit Tests

2007-09-19 Thread Wade Berrier
Hey John, I believe if you want to run the tests from a class dir you'll need to specify the profile. Someone correct me if I'm wrong... Wade On Sat, 2007-09-15 at 23:50 -0600, John Anderson wrote: Hey, I'm working on the Uri class in System and I can't figure out a good way to run the unit

Re: [Mono-list] Packaged .NET apps for Mono: Call for Ideas.

2007-09-19 Thread Wade Berrier
Hi Joe, I'm still planning on packaging mojoPortal. It would be great if you want to help out. You'll need a suse build service account. I believe you can do this by asking on opensuse 'buildservice' mailing list. They'll add the correct rights to your novell.com account to be able to log in.

Re: [Mono-list] The TargetControlID of '_AccordionExtender' is not valid

2007-09-19 Thread Julien Sobrier
Marek Habersack wrote: On Mon, 17 Sep 2007 22:36:18 -0700, Julien Sobrier [EMAIL PROTECTED] scribbled: Hello, Hello, I attached the source of an ASP.Net page where I create Accordions dynamically through a database binding. The page works fine with IIS, but fails with xsp2 + mono 1.2.5

[Mono-list] error on viewstate

2007-09-19 Thread Daniel Soto
Hi All. Sorry for boring :-) I have a problem. In an aspx page, when i click on a button which perform an action, but remains in the same page (for example, in a validation on the server that not pass the test, then appears an message in the validationsummary), and after, click the button a

Re: [Mono-list] install libgdiplus?

2007-09-19 Thread B R
yes, libgdiplus is present on the system. But its been mentioned that any other libgdiplus other than what comes with Mono, doesn't work. So that's why I'm trying to compile it. glib may have already been installed, but I was just going with the what the error message said. so what are the

Re: [Mono-list] The TargetControlID of '_AccordionExtender' is not valid

2007-09-19 Thread Julien Sobrier
Marek Habersack wrote: On Mon, 17 Sep 2007 22:36:18 -0700, Julien Sobrier [EMAIL PROTECTED] scribbled: Hello, Hello, I attached the source of an ASP.Net page where I create Accordions dynamically through a database binding. The page works fine with IIS, but fails with xsp2 + mono 1.2.5