RE: [Mono-list] IDEs, Visual Studio and Mono

2005-06-29 Thread John BouAntoun
Just to add my two cents worth. I switched from Visual Source Safe (in VS.Net 2003) to Subversion using both Tortoise SVN (normal source code management from the file system) and Ankh SVN (VS.Net plugin that integrates subversion into the IDE) and have absolutely no regrets. The Ankh SVN plugi

RE: [Mono-list] Gtk.HTML on Windows

2005-05-25 Thread John BouAntoun
The version of gtk# that the gtkmozembed (gecko#) was built against is different to the version of gt# that the app you are using it in references. JBA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ricardo Gladwell Sent: Wednesday, 25 May 2005 8:49 PM T

RE: [Mono-list] gnome-sharp-2.0

2005-05-22 Thread John BouAntoun
Install your gnome and gtk -dev packages from ubuntu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of simon Sent: Monday, 23 May 2005 10:04 AM To: mono-list@lists.ximian.com Subject: [Mono-list] gnome-sharp-2.0 What package do i need to install to get gno

RE: [Mono-list] Capturing a Controls Rendered Html

2004-09-16 Thread John BouAntoun
Why not look into asp.net's data caching . Seems like a perfect scenario for use, "static most of the time, but changes ocasionally". JBA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Todd Berman Sent: Friday, 17 September 2004 8:20 AM To: Matthew Metn

RE: [Mono-list] New web site up

2004-06-10 Thread John BouAntoun
Also, The mono documentation has the text 'Monodoc Home' in the title bar hanging underneath (not visible) the index frame. You might want to make the title bar frame a little taller. I'm using firefox 0.8 on win2k. JBA http://www.go-mono.com:8080/ -Original Message- From: [EMAIL PROTE

RE: [Mono-list] cant find gtk-sharp.dlls

2004-06-09 Thread John BouAntoun
find gtk-sharp.dlls On Thu, 2004-06-10 at 13:32, John BouAntoun wrote: > I had a similar problem with fc2, except everything compiled and just > wouldn't run. > > I had to add /usr/local/lib (i.e. my {prefix}/lib) to /etc/ld.so.conf > and re-running /sbin/ldconfig all

RE: [Mono-list] patch to make IEWebControls TreeView work with IE and opera

2004-06-01 Thread John BouAntoun
Just thought I should mention this, If there is anyone out there who was previously using the IR WebControls, and has not been tainted by their source (e.g. I've only ever used the binary distributable while it was available), and is interested in working on a free re-implementation of the libr

RE: [Mono-list] Problems using gtk-sharp from cvs

2004-06-01 Thread John BouAntoun
Franciso, I have everything installed to the same prefix, /usr/local JBA -Original Message- From: Francisco Figueiredo Jr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, 2 June 2004 3:49 AM To: Jonathan Pryor Cc: John BouAntoun; [EMAIL PROTECTED] Subject: Re: [Mono-list] Problems using gtk

RE: [Mono-list] Problems using gtk-sharp from cvs

2004-06-01 Thread John BouAntoun
M To: John BouAntoun Cc: [EMAIL PROTECTED] Subject: Re: [Mono-list] Problems using gtk-sharp from cvs Below... On Tue, 2004-06-01 at 00:55, John BouAntoun wrote: > The following is what i get when I run the treeviewdemo in the > gtk-sharp/demos folder. > > [EMAIL PROTECTED] sample]$

[Mono-list] Problems using gtk-sharp from cvs

2004-05-31 Thread John BouAntoun
Title: Message Hi guys,   I've just moved to a fresh Fedora Core 2 system and have been building mono / gtk-sharp / monodevelop from cvs with no problems prior to moving.   Since I moved to FC2 I was able to build everything from scratch with no errors including - mono/mcs (used a nightly

RE: [Mono-list] patch to make IEWebControls TreeView work with IEand opera

2004-05-31 Thread John BouAntoun
I'm curious how the original poster actually got the IE Web controls to work with xsp. I ask this because a long time ago (over a year ago) I began an effort to implement the IE Web Controls Tabbed Dialog control from the help docs online and got about 70% there. It would be very helpful for me

RE: [Mono-list] Monodoc (installing mono)

2004-05-23 Thread John BouAntoun
Morten I think you need libgtkhtml-3.0.so or something. Anyway I'm pretty sure that Evolution supplies the libtgtkhtml-3.0 so file (library) but in redhat distro's I've noticed you need to do a symbolic link from the actual libgtkhtml-3.x so file from the libgtkhml-3.0 that monodoc is expecting.

RE: [Mono-list] Tools for develop in mono

2004-03-17 Thread John BouAntoun
That would be http://www.monodevelop.com. JBA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Moritz Angermann Sent: Thursday, 18 March 2004 2:21 AM To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Tools for develop in mono Probably monodevelop ( http:/

RE: [Mono-list] mscorlib.dll problem on Windows - yes, once again:(

2004-03-11 Thread John BouAntoun
I second that statement. Without the win installers I wouldn't be able to do any mono windows stuff at home at all. Actually I feel a little bit better about myself now, known that even the great gonzalo couldn't get mono cvs to work properly ;) JBA -Original Message- From: [EMAIL PRO

RE: [Mono-list] Status of WinForms?

2004-02-02 Thread John BouAntoun
Steve, I would recommend looking into gtk# as well as far as a windowing toolkit for mono is concerned. You'll notice that the work on gtk# (especially from cvs) has become reasonably mature of late (mature enough to be used in a gtk# port of SharpDevelop), and that most mono developers tend to g

[Mono-list] Problem with gtk# (FIXED)

2003-12-15 Thread John BouAntoun
Title: Problem with gtk# (FIXED) Hey guys, I tried to build gtk# from cvs (anon) last night so that I could build monodoc. I had a problem running ./autogen.sh --prefix=/usr/local. It kept telling me that pkg-config couldn't find an installation of mono, but I had installed mono 0.29 fr

RE: [Mono-list] How to maintain values in a HtmlSelect when modifying the content with javascript ?

2003-12-11 Thread John BouAntoun
ractions between client and server side work. JBA -Original Message- From: Tiago Lima [mailto:[EMAIL PROTECTED] Sent: Friday, 12 December 2003 10:15 AM To: John BouAntoun; mono-devel mailing list; mono-list mailing list Subject: Re: [Mono-list] How to maintain values in a HtmlSelect when

RE: [Mono-list] How to maintain values in a HtmlSelect when modifying the content with javascript ?

2003-12-11 Thread John BouAntoun
Tiago, If you want to use the equivalent of a Html Select element, that is able to have it's values handle in C# on the server (i.e. on page load and after a postback etc) then why not simply use the System.Web.UI.WebControls.DropdownList item? You can bind the dropdown list option elements to r

RE: [Mono-list] System.Web.RegularExpressions

2003-11-27 Thread John BouAntoun
Isn't it System.Text.RegularExpressions? -Original Message- From: Gonzalo Paniagua Javier [mailto:[EMAIL PROTECTED] Sent: Friday, 28 November 2003 2:08 PM To: [EMAIL PROTECTED] Subject: Re: [Mono-list] System.Web.RegularExpressions El jue, 27-11-2003 a las 14:59, Yury Serdyuk escribió: >

RE: [Mono-list] System.Windows.Forms.ComboBox Perculiarities

2003-10-30 Thread John BouAntoun
tview and even tool bar are just a few of the hacks.   Joe -Original Message-From: John BouAntoun [mailto:[EMAIL PROTECTED]Sent: Thursday, October 30, 2003 8:11 PMTo: [EMAIL PROTECTED]Subject: [Mono-list] System.Windows.Forms.ComboBox Perculiarities Anyone

[Mono-list] System.Windows.Forms.ComboBox Perculiarities

2003-10-30 Thread John BouAntoun
Title: System.Windows.Forms.ComboBox Perculiarities Anyone ever noticed that you can't override the ComboBox.OnPaint method successfully? You have to actually catch the message in windproc. I'm guessing this is the same thing for the OnControlCreated? JBA

RE: [Mono-list] Confused!

2003-10-28 Thread John BouAntoun
Title: Message Are you sure that you can uninstall the MS.Net framework after it's been installed?   Doesn't it become part of windows? -Original Message-From: Richard Thombs [mailto:[EMAIL PROTECTED]Sent: Wednesday, 29 October 2003 9:27 AMTo: [EMAIL PROTECTED]Subject: [Mono-l

[Mono-list] Mono Make file requires Full monocharge to be boot strapped

2003-10-11 Thread John BouAntoun
Hi Guys, As per Miguel's request I'm posting this to the list. Currently did the following on mono fresh out of cvs first downloaded monolite and installed exes -> /usr/local/bin and dlls -> /usr/local/lib cd /monocvs/mono ./autogen.sh --prefix=/usr/local make su make install At this point mak

RE: [Mono-list] Script Locations of WebUIValidation.js, SmartNav.js

2003-10-09 Thread John BouAntoun
Was thinking about this last night All the js files need to be web accessible so that they can be added in script tags. This means that we not only need a specific protcol or rule for location for the files, we also need one for the "virtual folder" or the url that the script will be access

RE: [Mono-list] Script Locations of WebUIValidation.js, SmartNav.js

2003-10-08 Thread John BouAntoun
I was actually going to say something about that, I hope the js files were written before you looked at the MS .Net ones That's why I have held back on the funky javascript integration projects, till we have a place to reside the framework js files. JBA -Original Message- From: Gonzalo

RE: [Mono-list] FileNotFoundException with dlls

2003-09-25 Thread John BouAntoun
I'm getting the same problem -Original Message- From: Laurent Leroy [mailto:[EMAIL PROTECTED] Sent: Thursday, 25 September 2003 6:19 PM To: [EMAIL PROTECTED] Subject: [Mono-list] FileNotFoundException with dlls Hi there! i'm bumping into an error while trying to deploy my asp.net applic

RE: [Mono-list] Patch for String.Replace

2003-08-17 Thread John BouAntoun
That test case returns 0 on .net 1.1 windows JBA -Original Message- From: Jackson Harper [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 August 2003 1:31 AM To: mono list Subject: [Mono-list] Patch for String.Replace Hello, Attached is a patch that changes the behavoir of String.Re

[Mono-list] Fix for Monodoc treeview control issues

2003-08-14 Thread John BouAntoun
no, so this was causing the issue. simply commenting out the w.Close(), ensured that the response stream wasn't being closed and all now seems well in both IE and Mozilla 1.4. jluke could you please post this to the mono-docs-list? JBA -Original Message- From: John BouAntoun S

FW: [Mono-list] Issue building monodoc on Cygwin

2003-08-14 Thread John BouAntoun
Guys, I finally gave up trying to build mono on cygwin and just downloaded a monocharge snapshot instead. I put the binaries in the right spot (/monocvs/install). I then did cvs up -AC in /monocvs/monodoc; then did ./configure --prefix=/monocvs/install; Now I'm finding that when I do a make

[Mono-list] Monodoc treeview control issues

2003-08-14 Thread John BouAntoun
Guys, Last night while trying to troubleshoot the tree view control at http://mono.ximian.com:8080/ i discovered that the control seemed to work fine for me. I realised that the tree view control works fine in Mozilla 1.3 Windows, But not in Mozilla 1.4 Windows. This leads me to believe that i

FW: [Mono-list] Issue building monodoc on Cygwin

2003-08-14 Thread John BouAntoun
- hopefully this time it will be readable Guys, I finally gave up trying to build mono on cygwin and just downloaded a monocharge snapshot instead. I put the binaries in the right spot (/monocvs/install). I then did cvs up -AC in /monocvs/monodoc; then did ./configure --prefix=/monocvs/instal

[Mono-list] Issue building monodoc on Cygwin

2003-08-14 Thread John BouAntoun
Guys,   I finally gave up trying to build mono on cygwin and just downloaded a monocharge snapshot instead.   I put the binaries in the right spot (/monocvs/install).   I then did cvs up -AC in /monocvs/monodoc; then did ./configure --prefix=/monocvs/install;   Now I'm finding that when I do a ma

[Mono-list] make 'fullbuild' failing from yesterday

2003-08-03 Thread John BouAntoun
Hi guys, I got autgen.sh to work last night on cygwin and then finally got make 'fullbuild' to execute something. Anyway it ran for about 10 minutes and then returned with the following error: /monocvs/mono/mono/utils/mono-hash.c:645: undefined reference to `_imp__GC_malloc' make[4]: *** [monos

[Mono-list] Building mono/mcs

2003-07-21 Thread John BouAntoun
Okay Guys, Sorry to send this apparent newbie-ish email, but I feel this needs to be asked With all the changes flying around and talk about the new build system I find myself confused as to which README/README.building/README.* file I need to read to get mono (or mcs) to build on my cygwin

[Mono-list] Bug in monon tutorial

2003-07-15 Thread John BouAntoun
The page at http://go-mono.com/tutorial/html/en/gnome/bindings/gtk-sharp/gtk-sharp.html says that all of the tutorial links above section 12 should be filled in correctly, and to report any " Any C code or C-ish descriptions" as bugs. In that case, please look at the following page http://go-m

RE: [Mono-list] Mono build problem. Please Help

2003-03-19 Thread John BouAntoun
cygwin, so that newbies could go and download all the cygwin packages, do a local install and then get mono from cvs and build it using mono-build-w32.sh   John  BouAntoun -Original Message-From: Stefan Kyntchev [mailto:[EMAIL PROTECTED]Sent: Wednesday, 19 March 2003 8:25 AMTo

[Mono-list] .Net developer position available to

2003-03-11 Thread John BouAntoun
ystem as well as porting a legacy windows VB App to C#. If you are an avid monoer, who codes reguarly in C# and has some SQL Server and ASP.Net experience shoot me an email. Thanks John BouAntoun

[Mono-list] This should fix it, let me know what you think

2003-02-20 Thread John BouAntoun
Note, the sample file has been modified to show the two different uses of the tag. JBA -Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED]] Sent: Thursday, 20 February 2003 3:47 PM To: John BouAntoun Subject: Sample XML file. mono-ecma.xsl Description: mono

[Mono-list] RE: This should fix it, let me know what you think

2003-02-19 Thread John BouAntoun
Note, the sample file was too big to include in th email tot the list JBA -Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED]] Sent: Thursday, 20 February 2003 3:47 PM To: John BouAntoun Subject: Sample XML file. mono-ecma.xsl Description: mono-ecma.xsl

RE: [Mono-list] More help needed with XSLT

2003-02-19 Thread John BouAntoun
Miguel, It would be good if you also provided an xml file that uses those tags. That way we can build the xsl for you much quicker. JBA -Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED]] Sent: Thursday, 20 February 2003 3:30 PM To: [EMAIL PROTECTED] Subject: [Mono-list]

[Mono-list] Fresh build of mono on windows/cygwin is failing

2003-02-18 Thread John BouAntoun
Hey guys,   I did a fresh checkout from cvs and still had the could not find gc.h problem.   So I added #ifndef GC_WIN_THREADS around the define GC_WIN_THREADS and the mono-build-w32.sh continued along.   But it stopped about 10 minutes later, the output of the script is pasted below.

RE: [Mono-list] compile problem and indexer resizing

2003-02-17 Thread John BouAntoun
Don't know about the compiler complaining, but you should look into using an ArrayList (System.Collections) instead of a regular array. -Original Message- From: Santiago Erquicia [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 18 February 2003 2:50 PM To: [EMAIL PROTECTED] Subject: [Mono-list]

RE: [Mono-list] More help needed with XSLT.

2003-02-17 Thread John BouAntoun
The see is a quick and dirty fix, but the example was very easy -Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 18 February 2003 12:30 PM To: Jorge Pérez "Burgos (Koke) Cc: Peter Williams; [EMAIL PROTECTED] Subject: [Mono-list] More help needed with XSLT.

RE: [Mono-list] How to create valid AssemblyInfo.cs file

2003-02-13 Thread John BouAntoun
You could try using a windows box that autogenerates one for you (using Sharp Develop) or you could copy and paste this template here: using System.Reflection; using System.Runtime.CompilerServices; // // General Information about an assembly is controlled through the following // set of attribu

RE: [Mono-list] Difference in assemblies

2003-02-05 Thread John BouAntoun
That book may have been targeted at the beta .Net Framework. -Original Message- From: Alfonso Ali [mailto:[EMAIL PROTECTED]] Sent: Thursday, 6 February 2003 5:14 PM To: [EMAIL PROTECTED] Subject: [Mono-list] Difference in assemblies Hi all!!! While testing the examples in "A Programmer´

FW: [Mono-list] Monodoc 0.1

2003-02-05 Thread John BouAntoun
Quothe the Raven: Those interested in the source code for Monodoc can download it from the Mono Anonymous CVS repository (for more details see: http://www.go-mono.com/anoncvs.html). Next time spend the time to read on further down the paragraph. JBA -Original Message

RE: [Mono-list] A COMPLETE list of prerequisites for compiling mono in Cygwin?

2003-02-05 Thread John BouAntoun
Title: RE: [Mono-list] A COMPLETE list of prerequisites for compiling mono in Cygwin? to fix this problem see my last mail to the list (good luck with the ones that come after it). jba -Original Message- From:   Richard Torkar [mailto:[EMAIL PROTECTED]] Sent:   Wed 2/5/2003 7:19 PM

[Mono-list] mono-build-w32.sh problems

2003-02-05 Thread John BouAntoun
Title: mono-build-w32.sh problems so after applying the following changes to the gc.h file from: #if defined(WIN32_THREADS) #    define GC_WIN32_THREADS #endif to: #if defined(WIN32_THREADS) # ifndef GC_WIN32_THREADS #    define GC_WIN32_THREADS # endif #endif I ran the shell script and i

FW: [Mono-list] MCS build failure

2003-02-04 Thread John BouAntoun
Title: FW: [Mono-list] MCS build failure But doesn't using csc sort of make the self hosting statement invalid? Isn't there an easy way to specify which csharp compiler? Like maybe "export CSHARPCOMPILER = /usr/local/bin/mcs.exe"  or something? JBA -Original Message- From: Ni

RE: [Mono-list] A COMPLETE list of prerequisites for compiling mo no in Cygwin?

2003-02-04 Thread John BouAntoun
EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 4:42 PMTo: 'John BouAntoun'; '[EMAIL PROTECTED]'Subject: RE: [Mono-list] A COMPLETE list of prerequisites for compiling mo no in Cygwin?   Somebody can help with this?   running ./mono-build-win32.sh  

FW: [Mono-list] A COMPLETE list of prerequisites for compiling mono in Cygwin?

2003-02-04 Thread John BouAntoun
I have found that the best way to get mono to build (start building at least) under windows, from cvs,  is to do the following:    - create a directory to hold the cvs files (/monocvs)  - cd into that directory (cd /mononocvs)  - do a complete get from cvs of mono and mcs (see go-mono.com for

RE: [Mono-list] Compile error with current cvs

2003-02-04 Thread John BouAntoun
Are we at the point (with this gc.h error) that we should start trading cygwin/system specs to see if its something else in the background causing the problem? -Original Message- From: Gonzalo Paniagua Javier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 4 February 2003 3:16 AM To: Lluis San

[Mono-list] GC error building mono on windows

2003-01-30 Thread John BouAntoun
Title: GC error building mono on windows Hi guys, This is my first post to the mailing list. Appologies about the html mail, but i'm using the web interface to my office email. I am running the lateste mono-build-w32.sh and get the following error: ... checking whether to build shared libr