[Mono-docs-list] Detecting Mono on Windows via the registry

2006-08-31 Thread Ben O'Steen
Following on the Robert Jordan's email, http://lists.ximian.com/pipermail/mono-list/2006-August/032573.html I have added the registry information to the sprawling Technical FAQ for the time being: http://www.mono-project.com/FAQ:_Technical At section 1.8:

Re: [Mono-winforms-list] Weird issues reading pixels of jpg file on osx

2006-08-31 Thread Sebastien Pouliot
Hello Dan, It may be unrelated to endian issues (but I still like your answers, multiple problems are common ;-) as I also found out differences between Mono on Linux i386 and Windows. It seems, in my test case, that the first two lines of the decoded jpeg aren't correct. In the first line all

[Mono-winforms-list] Menues

2006-08-31 Thread David Suárez
Hi, I have seen couple of issues with menus, both main and context. When you click on an open main menu drawn over a control, click event goes to the control instead of the menuitem. Also, reassigning the context menu of a control shows a weird behavior. Also on context menus, it

Re: [Mono-winforms-list] Weird issues reading pixels of jpg file on osx

2006-08-31 Thread Sebastien Pouliot
Hello Dan, [please c.c. the mailing-list in your answers] I found a problem with (most) JPEG files where the first two lines had some bad values. This is fixed in SVN :-) However my (new) unit tests using LockBits are all failing - even for bitmaps. Something else is wrong there :-( Note that

Re: [Mono-winforms-list] Weird issues reading pixels of jpg file on osx

2006-08-31 Thread Dan Shryock
Sebastien, I just ran the code for reading jpegs on the 1.1.14 build on osx and it had different results that those that I am currently getting, but they were still not correct. Hope this helps. Dan On 1.1.14 it came out as: 255 255 255 255 77 255 255 75 144 255 75 143 255 73 144 255 74 145

Re: [Mono-winforms-list] Menues

2006-08-31 Thread Mike Kestner
On Thu, 2006-08-31 at 16:47 +0200, David Suárez wrote: I have seen couple of issues with menus, both main and context. When you click on an open main menu drawn over a control, click event goes to the control instead of the menuitem. If you can open a bug report with a minimal sample

Re: [Mono-winforms-list] [PATCH] ListView sorting fixes

2006-08-31 Thread Mike Kestner
On Tue, 2006-08-29 at 21:42 +0200, Gert Driesen wrote: The bugs I came across in MS.NET are: - .NET 1.1: once set, modifying Sorting does not have any effect for SmallIcon and LargeIcon views unless a custom IComparer is set. This is fixed in .NET 2.0. - .NET 2.0: setting Sorting to None

Re: [Mono-winforms-list] [PATCH] ListView sorting fixes

2006-08-31 Thread Gert Driesen
-Original Message- From: Mike Kestner [mailto:[EMAIL PROTECTED] Sent: donderdag 31 augustus 2006 18:41 To: Gert Driesen Cc: mono-winforms-list@lists.ximian.com Subject: Re: [Mono-winforms-list] [PATCH] ListView sorting fixes On Tue, 2006-08-29 at 21:42 +0200, Gert Driesen wrote:

Re: [Mono-dev] Mono 1.1.17 has been released.

2006-08-31 Thread Sharique uddin Ahmed Farooqui
On 8/29/06, Miguel de Icaza [EMAIL PROTECTED] wrote: Hello, Gtk# Split As part of Gtk# becoming one of the supported language bindings in the Gnome platform and Tomboy, a Gtk#-based application, becoming part of the Gnome desktop, Gtk# has been split up into multiple packages, instead of a single

Re: [Mono-dev] Mono 1.1.17 has been released.

2006-08-31 Thread Andrés G. Aragoneses [ knocte ]
Sharique uddin Ahmed Farooqui escribió: Gtk# Split As part of Gtk# becoming one of the supported language bindings in the Gnome platform and Tomboy, a Gtk#-based application, becoming part of the Gnome desktop, Gtk# has been split up into multiple

Re: [Mono-dev] Mono 1.1.17 ASP.NET Problem

2006-08-31 Thread Nick Hoddinott
Have you tried building your ASP.NET projects without the help of Visual Studio.net? Another words, build and run everything from the commmand-line? You can try it. It will help you learn a lot of what's going on behind-the-scenes. Auto compilation of code in the App_Code directory has

[Mono-dev] File System-like storage

2006-08-31 Thread pablosantosluac
Hi, Is there any library that can be used to store a file system like structure inside only one file? Ok, don't tell me a ZIP file... I already tried and performance is quite bad (tried with different libraries even)... pablo ___ Mono-devel-list

Re: [Mono-dev] File System-like storage

2006-08-31 Thread Robert Jordan
pablosantosluac wrote: Hi, Is there any library that can be used to store a file system like structure inside only one file? Ok, don't tell me a ZIP file... I already tried and performance is quite bad (tried with different libraries even)... Already tried with compression turned off?

Re: [Mono-dev] File System-like storage

2006-08-31 Thread Peter Dettman
In the OLE world, this is/was called structured storage. You might try searching on that. pablosantosluac wrote: Hi, Is there any library that can be used to store a file system like structure inside only one file? Ok, don't tell me a ZIP file... I already tried and performance is quite

Re: [Mono-dev] Patches

2006-08-31 Thread Paul
Hi, Currently, I have patches for... boo ikvm monodebugger monodevelop monodoc xsp I've attached them all to this email - they're not huge in themselves, but they do change where packages go - and go correctly! TTFN Paul -- Bist Du meine Mutter? - das leere kind --- default.build

[Mono-dev] BindingList?

2006-08-31 Thread Mads Bondo Dydensborg
Hi all I have been tasked with getting some windows C# code to compile/run using mono under Linux. I have run into the problem, that BindingList is not implemented in mono. (Which is also evident from the status page). I was wondering if there are anyone working on it? And, perhaps, if there

Re: [Mono-dev] BindingList?

2006-08-31 Thread Robert Jordan
Mads Bondo Dydensborg wrote: Hi all I have been tasked with getting some windows C# code to compile/run using mono under Linux. I have run into the problem, that BindingList is not implemented in mono. (Which is also evident from the status page). I was wondering if there are

Re: [Mono-dev] BindingList?

2006-08-31 Thread John Hatton
Mads, Any other suggestions to work around a dependency on BindingList - including using other similar mono classes - will be great though. We ran into the same thing recently, so we rolled a partial replacement, InMemoryBindingListT. This isn't everything that BindingList does, but it does

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-08-31 Thread Sergey Tikhonov
Hello Zoltan, Hi, The best approach, as I said previously, is to make sure all the tests (except perhaps the pinvoke/marshalling tests) run under mono/tests. Since these tests are much simpler than mcs, it is much easier to track down the possible problems.

Re: [Mono-dev] Patch to avoid some race conditions on the mono runtime

2006-08-31 Thread Zoltan Varga
Hi, The first two modifications look ok, and are now in SVN. I'm not sure why the third is needed tough. Zoltan On 8/29/06, briaeros007 [EMAIL PROTECTED] wrote: Hello, I'm sorry to double post this message, but I just find out that my first post

Re: [Mono-dev] Announce: Mono.Fuse (+ Required Mono.Posix Changes)

2006-08-31 Thread Jonathan Pryor
On Thu, 2006-08-31 at 07:27 +0200, pablosantosluac wrote: So, let's say I want to develop a filesystem to be integrated with our software: should I use SULF or should I wait for Mono.Fuse? SULF is dead (if I'm interpreting Valient Gough's comments correctly). It's been replaced by fusewrapper:

Re: [Mono-dev] Patches

2006-08-31 Thread Jonathan Pryor
On Thu, 2006-08-31 at 10:09 +0100, Paul wrote: Currently, I have patches for... boo ikvm monodebugger monodevelop monodoc xsp I've attached them all to this email - they're not huge in themselves, but they do change where packages go - and go correctly! Why the use of $libdir

Re: [Mono-dev] Announce: Mono.Fuse (+ Required Mono.Posix Changes)

2006-08-31 Thread Jonathan Pryor
On Thu, 2006-08-31 at 06:43 -0400, Jonathan Pryor wrote: On Thu, 2006-08-31 at 07:27 +0200, pablosantosluac wrote: So, let's say I want to develop a filesystem to be integrated with our software: should I use SULF or should I wait for Mono.Fuse? ... So you basically have four choices: 1.

[Mono-dev] Re: FireFox plugin/ClickOnce was: Mono 1.1.17 has been released.

2006-08-31 Thread William Lahti
Personally, I think it'd be better if CAS was done before something like that was officially supported: that is, after all, the killer feature of .NET on the web. However, it could take awhile to get all the fixings right for such a plugin, so it could be better to start it soon and have it ready

Re: [Mono-dev] File System-like storage

2006-08-31 Thread pablosantosluac
but, can you add files?? I tried with a commercial tool, and setting compression off... was horrible for performance inserting data... - Original Message - From: Robert Jordan [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Thursday, August 31, 2006 10:41 AM Subject: Re:

Re: [Mono-dev] File System-like storage

2006-08-31 Thread Rafael Teixeira
Packed file systems (or any other data representation for that matter) are good for read-only purposes. Any read-write use will need to re-pack things and will suffer badly, that is why normal file systems leave holes (by allocating fixed-size blocks) and scatter file contents as a consequence of

[Mono-dev] Componentized memory manager

2006-08-31 Thread Mark E.
Hey guys,I was about to send this suggestion to Maoni (of the .NET GC - http://blogs.msdn.com/maoni/) and wanted to send it here first, if nothing else, to make the idea less patentable by MS. I would like for the whole memory manager system to be componentized and replaceable. This would allow

Re: [Mono-dev] File System-like storage

2006-08-31 Thread Robert Jordan
pablosantosluac wrote: but, can you add files?? Yes, but off-line. We're using a differential file system, which writes the changes into a parallel directory hierarchy: data.zip(the zip file) data.zip.diff\ (the differential file system) No way to use a ZIP file on-line. I thought you

Re: [Mono-dev] Mono 1.1.17 has been released.

2006-08-31 Thread Brian Crowell
Miguel de Icaza wrote: Bugs fixed The following bugs were fixed on this release: 7, 76449, 76453, 76757, 77340, 77551, 77820, 78190, 78220, 78271, 78288, 78291, 78328, 78399, 78483, 78513, 78525, 78592, 78607, 78646, 78661, 78696, 78730, 78731, 78732, 78737, 78746,

Re: [Mono-dev] File System-like storage

2006-08-31 Thread Brian Crowell
pablosantosluac wrote: but, can you add files?? I tried with a commercial tool, and setting compression off... was horrible for performance inserting data... Is it out-of-the-question to use a Linux loop device to create a filesystem inside a file? Granted, that requires admin

Re: [Mono-dev] File System-like storage

2006-08-31 Thread Brian Crowell
pablosantosluac wrote: would be great! but I wonder if it will work on windows... ;-) Not in the least! :P But lightweight read-write filesystems that can be used inside another program are in short supply. You might as well just use the actual filesystem. Besides, I just checked, and only

Re: [Mono-dev] File System-like storage

2006-08-31 Thread pablosantosluac
I guess we will continue using our current storage. Not as fast as the filesystem but faster than these alternatives... ;-) - Original Message - From: Brian Crowell [EMAIL PROTECTED] To: pablosantosluac [EMAIL PROTECTED] Cc: mono-devel-list@lists.ximian.com Sent: Thursday, August 31,

Re: [Mono-dev] DynamicMethod skipVisibility

2006-08-31 Thread Zoltan Varga
Hi, This is now fixed in SVN. Zoltan On 8/18/06, tcmichals [EMAIL PROTECTED] wrote: Version 1.1.16.1, when creating a dynamic function with the skipVisibility set to true and creating a Delegate to the new function. The dynamic function is

Re: [Mono-dev] [PATCH] Rename mono-1.dll to mono.dll (win32, remove version)

2006-08-31 Thread Zoltan Varga
Hey, This is ok to check in. Zoltan On 8/25/06, Kornél Pál [EMAIL PROTECTED] wrote: Hi, I'm not going to commit this patch without approval. And I sent the patch to the list for review so you don't have to be worried about breaking changes in 1.1.17. Kornél

Re: [Mono-dev] Componentized memory manager

2006-08-31 Thread Miguel de Icaza
Hello, 1) If a memory manager could be replaced, I could re-implement one (or modify an OpenSource one) to circumvent DRM. I can see that being why MS won't do it. 2) Complexity of the integration. 3) Not a large enough perceived benefit/need. What are your thoughts? This is

Re: [Mono-dev] Announce: Mono.Fuse (+ Required Mono.Posix Changes)

2006-08-31 Thread Miguel de Icaza
Hello Jon, 4. Wait for Mono.Fuse. (Actually, you'd be waiting for the Mono.Fuse dependencies within Mono.Posix to be committed, then either use svn-HEAD or wait for 1.1.18 to use a separate Mono.Fuse tarball. Furthermore, I have no idea when the Mono.Posix dependencies will get committed;

Re: [Mono-dev] Bug in System.Configuration

2006-08-31 Thread Chris Toshok
this patch looks good (especially the NameValueConfigurationElement change. I thought I'd caught all the configuration properties :) - can you add a unit test that shows the failure/fix as well? Chris On Thu, 2006-08-31 at 09:41 -0700, Vladimir Krasnov wrote: System.Configuration has a bug in

Re: [Mono-dev] Componentized memory manager

2006-08-31 Thread Mark E.
Miguel,On 8/31/06, Miguel de Icaza [EMAIL PROTECTED] wrote: This is possible to some extent today with Mono, we have a number ofGC backends already made pluggable.Cool. I wasn't aware of that. A full pluggable architecture (something to plug at runtime instead ofcompile time) would probably be

Re: [Mono-dev] Announce: Mono.Fuse (+ Required Mono.Posix Changes)

2006-08-31 Thread Jonathan Pryor
On Thu, 2006-08-31 at 17:36 -0400, Miguel de Icaza wrote: 4. Wait for Mono.Fuse. (Actually, you'd be waiting for the Mono.Fuse dependencies within Mono.Posix to be committed, then either use svn-HEAD or wait for 1.1.18 to use a separate Mono.Fuse tarball. Furthermore, I have no idea when

[Mono-dev] Mono 1.1.17.1, small update.

2006-08-31 Thread Miguel de Icaza
Hello folks, We have released Mono 1.1.17.1, it contains three small updates: Fix HttpListener, it was failing with a few post operations [Gonzalo Paniagua] mono-service is now installed into the GAC, the recent changes broke applications that created new

[Mono-dev] How to make new locales for CultureInfo?

2006-08-31 Thread John Hatton
In our application, which is solely for the world's minority languages, we would like to be able to make new CultureInfo's from ldlm files (Locale Data Markup Language). On the Windows side, we can use the .Net Framework 2.0's CultureAndRegionInfoBuilder class. Any ideas on how we could do

Re: [Mono-dev] How to make new locales for CultureInfo?

2006-08-31 Thread Atsushi Eno
Hello, Sadly we don't have sysglobl.dll which implements CultureAndRegionInfoBuilder. It is a bit messy that it requires additional consideration on how culture resources should be retrieved and stored (I have to admit that I dislike it since this framework works only on the machine that

[Mono-list] ASP.net 2 on Mono does not work...

2006-08-31 Thread Stefano Romagnoli
hi all, this is my problem: I've installed Mono+XSP2 and Apache 2 on Debian and all seems to be ok, but i obtain the message Service Temporarily Unavailable (error 503) when I point my browser to localhost/demo/index.aspx which is an ASP.net 2 example. This is my httpd.conf: LoadModule

Re: [Mono-list] ASP.net 2 on Mono does not work...

2006-08-31 Thread Robert Jordan
Stefano Romagnoli wrote: hi all, this is my problem: I've installed Mono+XSP2 and Apache 2 on Debian and all seems to be ok, but i obtain the message Service Temporarily Unavailable (error 503) when I point my browser to localhost/demo/index.aspx which is an ASP.net 2 example. This is

Re: [Mono-list] Parameters SQLite

2006-08-31 Thread Adam Tauno Williams
It is my blog, but take a look anyway. http://little.xmtp.net/blog/2005/10/21/proper-data-abstraction-in-net-and-mono-applications/ http://little.xmtp.net/blog/2005/11/22/more-proper-data-abstractions-in-net-and-mono-applications/ The short answer is yes parameters are supported. There are

Re: [Mono-list] (no subject)

2006-08-31 Thread Robert Jordan
[EMAIL PROTECTED] wrote: Hello to the list, i'm new here and my question my be sounding a little bit stupid: Is it possible (at the actual development status of the mono framework) to go and install an msi package with a .net application in it. My I'm not sure if I understand you correctly.

[Mono-list] WebService CacheDuration not working?

2006-08-31 Thread Glen Ford
Hi, Has anyone used [WebMethod(CacheDuration=n)] successfully? It does not appear to cache (unless I am doing something really wrong) - I have tried the following with both xsp and through Apache/mod_mono, using the test forms and also using wget and using telnet handcrafting requests.

[Mono-list] öüä (german umlaute) in MySq l Connection

2006-08-31 Thread einKI.ml
Hi I try to connect to an mysql database using the Mysql.Data.dll. Within the data I have no problems with german umlaute however when I use AS in a sql statement i get nonsense back i.e. SELECT Hoehenmeter as Höhenmeter from mytable Gives as the column name Höhenmeter while the records are

Re: [Mono-list] (no subject)

2006-08-31 Thread Hubert FONGARNAND
I don't think that MSI is cross-platform... Le jeudi 31 aot 2006 13:57 +0200, Robert Jordan a crit : [EMAIL PROTECTED] wrote: Hello to the list, i'm new here and my question my be sounding a little bit stupid: Is it possible (at the actual development status of the mono framework) to

Re: [Mono-list] Application installation on Windows

2006-08-31 Thread Andreas Färber
Robert, Am 31.08.2006 um 13:57 schrieb Robert Jordan: [EMAIL PROTECTED] wrote: Hello to the list, i'm new here and my question my be sounding a little bit stupid: Is it possible (at the actual development status of the mono framework) to go and install an msi package with a .net

Re: [Mono-list] Fw: Mono 1.1.17 has been released.

2006-08-31 Thread Nimrod A. Abing
On 8/30/06, Jorge Bastos [EMAIL PROTECTED] wrote: and for apache's error log: [Wed Aug 30 09:40:30 2006] [notice] Apache/2.0.55 (Debian) mod_mono/1.1.16.1 configured -- resuming normal operations Another mod-mono-server with the same arguments is already running. Another mod-mono-server with

Re: [Mono-list] (no subject)

2006-08-31 Thread Andreas Färber
Am 31.08.2006 um 14:44 schrieb Hubert FONGARNAND: I don't think that MSI is cross-platform... So what?! Provide a .tar.gz for all platforms and ask the Windows users to extract it, configure, make, make install??? No way! Mono itself, too, provides platform-specific ways of installation

Re: [Mono-list] Application installation on Windows

2006-08-31 Thread Robert Jordan
Hi Andreas, Andreas Färber wrote: I asked a similar question some time ago, and this issue is simply being ignored. The point is how to detect a Mono installation from a Windows Installer package. For Microsoft .NET this can be determined using the Windows Installer technology itself,

Re: [Mono-list] Fw: Mono 1.1.17 has been released.

2006-08-31 Thread Jorge Bastos
hum that what i did but no sucess. check flecha:/var/log/apache2# /etc/init.d/apache2 stop Stopping apache 2.0 web server flecha:/var/log/apache2# ps aux |grep -i mono root 13229 0.0 0.0 1600 480 pts/2S+ 14:28 0:00 grep -i mono flecha:/var/log/apache2# /etc/init.d/apache2

[Mono-list] Fw: Fw: Mono 1.1.17 has been released.

2006-08-31 Thread Jorge Bastos
i went to the website and compiled mod_mono 1.1.17 sinse it's out and it's working ok, but i think that i had to compile again mod_mono againt the new xsp and mono, wouldn't I ? But anyway, i have a question, wich should be the correct order to compile mod_mono, mono, xsp,libgdiplus? and now

Re: [Mono-list] Application installation on Windows

2006-08-31 Thread Andreas Färber
Hi Robert, Am 31.08.2006 um 15:12 schrieb Robert Jordan: That's quite easy: 1) lookup the string value $version = HKLM_LOCAL_MACHINE\Software\Novell\Mono\DefaultCLR 2) lookup the string value $monoprefix = HKLM_LOCAL_MACHINE\Software\Novell\Mono\$version\SdkInstallRoot 3)

Re: [Mono-list] Application installation on Windows

2006-08-31 Thread Andreas Färber
Am 31.08.2006 um 15:40 schrieb Bill Seddon: While it is true that there are no reliable methods for detecting the presence of Mono, I will disagree with Robert Jordan who said that Mono must be installed. We have a product that works with both .NET and Mono and our solution is to ship

Re: [Mono-list] Application installation on Windows

2006-08-31 Thread Robert Jordan
Andreas Färber wrote: (Not sure though what you mean by creating icons almost automagically, it just specifies the icon to be displayed.) Typo, read as shortcuts. MS.NET is installed on the machine. Otherwise the MSI engine won't be able to execute the custom actions implemented by your

Re: [Mono-list] Application installation on Windows

2006-08-31 Thread Alexander.Nolting
Title: AW: [Mono-list] Application installation on Windows Hello Robert and also Andreas, I took some thoughts since my question and I think you both on the right way. For is interesting to install a .NET app on a linux os. My idea is now to use wine and mono together, in fact using wine

Re: [Mono-list] Fw: Fw: Mono 1.1.17 has been released.

2006-08-31 Thread Paul
Hi, But anyway, i have a question, wich should be the correct order to compile mod_mono, mono, xsp,libgdiplus? and now mono-basic libgdiplus (first!) - mono - xsp - mod_mono. You can compile mono-basic at any point after mono is in. TTFN Paul -- Bist Du meine Mutter? - das leere kind

Re: [Mono-list] Parameters SQLite

2006-08-31 Thread Jay R. Wren
Adam Tauno Williams wrote: It is my blog, but take a look anyway. http://little.xmtp.net/blog/2005/10/21/proper-data-abstraction-in-net-and-mono-applications/ http://little.xmtp.net/blog/2005/11/22/more-proper-data-abstractions-in-net-and-mono-applications/ The short answer is yes parameters

[Mono-list] DBus: GCHandle value belongs to a different domain

2006-08-31 Thread Julien Sobrier
Hello, I have several Mono applications that runs on the machine, under different user account. I wanted to use DBus to allow them to communicate to each other. The main application register an object on the DBus System Bus. THis object contains methods to add information. Each method raise an

Re: [Mono-list] Fw: Mono 1.1.17 has been released.

2006-08-31 Thread Nimrod A. Abing
On 8/31/06, Jorge Bastos [EMAIL PROTECTED] wrote: hum that what i did but no sucess. check It could be you are experiencing something like this: http://www.gotmono.com/cgi-bin/yabb/YaBB.pl?board=ASPX;action=display;num=1143225634 I've had this one before. The problem is that mod_mono is

Re: [Mono-list] Application installation on Windows

2006-08-31 Thread Jonathan Pryor
On Thu, 2006-08-31 at 16:31 +0200, Andreas Färber wrote: P.S. Talking of Mono on Windows, does anyone have an update of Mono on Win9x/ME? That's another unanswered question of mine... (and if working again would lead to a non-official installation!) There is no supported Mono for Win9x/ME,

[Mono-list] Mono 1.1.17.1, small update.

2006-08-31 Thread Miguel de Icaza
Hello folks, We have released Mono 1.1.17.1, it contains three small updates: Fix HttpListener, it was failing with a few post operations [Gonzalo Paniagua] mono-service is now installed into the GAC, the recent changes broke applications that created new