Re: [Mono-list] Using Mono/C# to develop simple OSX app

2015-10-26 Thread Paul Johnson
Hi, Sorry for the basic post but I'm new to OSX development and Mono. I am a VB.net programmer and want to develop a simple single form app native to OSX that will open a text file, parse it and generate a PDF with some text and a couple of images. The opening of the file is easy enough in C#.

[Mono-list] Cross compiling to target the RPi

2014-06-27 Thread Paul Johnson
Hi, I have my RPi set up with Raspbian but the version of mono available is something like 3.2.8 and we currently have 3.4 in the wild. Is there a way to compile mono and the toolchain on my iMac but target to run on the RPi? Paul -- Out now from Packt Publishing - "Xamarin M

Re: [Mono-list] Regression in Winforms Support for version > 3.0

2014-04-09 Thread Paul Johnson
e lines. I understand that WinForms is not a valuable asset for Xamarin, but this seems strange anyway. If it's a simple fix, create a patch and submit it for inclusion. It doesn't look that bad to fix, just something in a shell script somewhere... Paul -- Out now from Packt Publishi

Re: [Mono-list] Fun and games with Sqlite and System.Reflection

2014-04-09 Thread Paul Johnson
erfect. Why is it that something so obvious is the something that I miss? D'oh! Paul -- Out now from Packt Publishing - "Xamarin Mobile Application Development for iOS" - my first book http://www.packtpub.com/xamarin-mobile-application-dev

[Mono-list] Fun and games with Sqlite and System.Reflection

2014-04-09 Thread Paul Johnson
Expression.Block(new[] { typedObject, stringBuilder }, code), param); queryBuilders[type] = expression.Compile(); } string f = queryBuilders[type](entity); return f; } Dies if you add a List into the class being passed in TIA Paul -

[Mono-list] System.Workflow namespace

2014-01-15 Thread Paul Johnson
e anything in the References Paul -- Out now from Packt Publishing - "Xamarin Mobile Application Development for iOS" - my first book http://www.packtpub.com/xamarin-mobile-application-development-for-ios/book ___ Mono-list maillist - Mono-l

Re: [Mono-list] Can this linq be optimised?

2013-06-06 Thread Paul Johnson
spaces before the braces so I'd need to start the check from the braces... Paul -- "Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingly big it is. I mean, you may think it's a long way down the road to the chemist's

Re: [Mono-list] Can this linq be optimised?

2013-06-05 Thread Paul Johnson
Hi, can you give us some example strings? Sure. The names can be in either the form of ( foo ) or (foo) of ( foo) or (foo ) (though the last two are rare) Paul -- "Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingly big it

[Mono-list] Can this linq be optimised?

2013-06-04 Thread Paul Johnson
let p3 = p1 + p2 select p3).Distinct().ToList(); This query works fine but looks inefficient. Is there a way to rewrite this to remove any spaces inside of the braces? Thanks Paul -- "Space," it says, "is big. Really big. You just won

Re: [Mono-list] 2 Questions

2013-04-25 Thread Paul Johnson
mono guys (though they do a SuSE one). As I don't use Ubuntu (I'm a Fedora guy), I'm not too sure which version they have in their base. And please do create debian packages for deployment rather then a script as Paul Johnson is suggesting. A debian package is the correct way to

Re: [Mono-list] 2 Questions

2013-04-25 Thread Paul Johnson
have that live in /usr/local/bin (or /usr/bin or /opt or wherever you want to put it) Paul -- "Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingly big it is. I mean, you may think it's a long way down the road to the chemist

[Mono-list] Optimising some large loops using LINQ question

2013-04-23 Thread Paul Johnson
askID == task.TaskID); if (rt != null) result = true; } Questions are, are these two pieces of code equivalent and should this be FirstOrDefault or just First? Paul -- "Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingl

Re: [Mono-list] Ported code from VB6 to VB.NET problem

2013-03-21 Thread Paul Johnson
Click, cmdButton_Click Next many thanks for this advice - much appreciated :) Paul -- "Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingly big it is. I mean, you may think it's a long way down the road to the chemist's, but th

[Mono-list] Ported code from VB6 to VB.NET problem

2013-03-21 Thread Paul Johnson
nne of the same methods to fire off the events for each cmdButton, is there some generic way that everything within that List fires off the event? Paul -- "Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingly big it is. I mean, you

Re: [Mono-list] SQLLite problem

2013-03-14 Thread Paul Johnson
he Guid field set to [Ignore()] Paul -- "Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingly big it is. I mean, you may think it's a long way down the road to the chemist's, but that's just peanuts to space, listen...

[Mono-list] SQLLite problem

2013-03-14 Thread Paul Johnson
that the XML string being passed in was causing an issue. In the XML for is R', so I've replaced that with ' using reader.Value.Replace("'", "'"); - still I get the same error. The XML file is using UTF-8. Do I need to do anything within my code to

[Mono-list] XML reading problem

2013-03-13 Thread Paul Johnson
aff.LastName = reader.Value; break; The problem is that to add to the List, I need to find the terminating and act on that. Question is, how do I do that? Should I use XmlReadInner or ReadOuter or is there a better way? Paul -- "Space," it says, "is big. Real

[Mono-list] Updating my gmail source code

2013-02-16 Thread Paul Johnson
The exact error is System.IO.IOException: The authentication or decryption has failed --> Mono.Security.Protocol.Tls.TlsException: Invalid certificate received from the server Paul -- "Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingly big it is. I me

[Mono-list] Audio/Video cross platform

2012-08-14 Thread Paul Johnson
Hi, I expect the answer here will be a no, but here goes. Is there any way in .NET that I can detect if a machine has any form of microphone or webcam connected or is there a cross platform library that can be used to detect these sorts of things? Thanks Paul -- "Space," it say

[Mono-list] Simple List problem which is causing me a right royal issue!

2012-04-01 Thread Paul Johnson
of bounds Console.WriteLine("c[0] = {0}", c[0].foo); Console.ReadKey(); } } } Problem is really straight forward. How do I add something directly into c? c.Add() is not going to work as c is a List of class vars. Any help would be appreciated

[Mono-list] Console calendar

2012-02-28 Thread Paul Johnson
start of the week is not on that day (so for Feb, it should read 0,0,0,1 but it's coming out 0,1) Thanks Paul ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] mcs 2.10.2 compiles fine, gmcs crashes

2011-12-10 Thread Paul F. Johnson
usly though, any chance of the source, if it's built from source, OS, distro etc? Paul [1] Standard disclaimer - it worked when I wrote it on paper ;) -- Vertraue mir, ich weiss, was ich mache... ___ Mono-list maillist - Mono-list@

[Mono-list] Connecting to MySQL

2011-12-09 Thread Paul F. Johnson
Hi, Is there a standard library that can be included for connecting to a MySQL database rather than having to use the MySQL Connector.NET? I'm trying to reduce overheads on an application... Paul -- Vertraue mir, ich weiss, was ich mache... ___

[Mono-list] Serialized data Q

2011-11-29 Thread Paul F. Johnson
. Ideally, I'd set in class 2 for Main to be able access the information. Thanks Paul using System; using System.IO; using System.Collections.Generic; using System.Xml.Serialization; namespace serialize { [Serializable] public class testing {

[Mono-list] Alternatives to OleDb

2011-10-28 Thread Paul F. Johnson
Hi, As it looks like OleDb isn't supported any more and I still need to be able to access an Access file on a non-Windows box for an application I'm working on, can anyone suggest any other methods of accessing an Access file on (say) my Linux box? Thanks Paul -- Vertraue mir, ich

[Mono-list] Problem accessing an Access database in C#

2011-10-15 Thread Paul Johnson
eing returned. Additionally, I've tried another tack using a DataSet and DataTable in a similar way to the ways shown on MSDN, but still nothing. Any clues would be appreciated! Thanks Paul ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Variable number of Lists depending on a CSV file

2011-10-09 Thread Paul F. Johnson
Hi, > > However, what I'd like to do is have a dynamic number of List objects > > depending on the number of columns. > This is the first thing that comes to mind, assuming every column in > the CSV file will be a double value. However, I am not 100% sure if > this is the most efficient approach.

[Mono-list] Variable number of Lists depending on a CSV file

2011-10-09 Thread Paul F. Johnson
); and so on. However, what I'd like to do is have a dynamic number of List objects depending on the number of columns. Is this possible? TIA Paul -- Vertraue mir, ich weiss, was ich mache... ___ Mono-list maillist - Mono-list@lists.

Re: [Mono-list] newbie - understanding profiler data

2011-09-02 Thread Paul J. Smith
Thanks, I managed it! Guide here for anyone else on Ubnutu 10.4 if it helps http://pjsmith.me.uk/paul/?p=52 From: Miguel de Icaza [mailto:mig...@xamarin.com] Sent: 02 September 2011 15:46 To: Paul J. Smith Cc: mono-list@lists.ximian.com Subject: Re: [Mono-list] newbie - understanding

Re: [Mono-list] Porting a spreadsheet to C#

2011-08-28 Thread Paul F. Johnson
Hi, > What format is the date text in? The form has a standard datetime picker for inputting the information. The calculator takes the values from the other text boxes, processes them and then should subtract the processed time from the datetime passed in. Paul -- Vertraue mir, ich we

[Mono-list] Porting a spreadsheet to C#

2011-08-28 Thread Paul F. Johnson
I'm going wrong as this is driving me somewhat insane! Thanks Paul [1] www.all-the-johnsons.co.uk/tod/henssge.xls [2] www.all-the-johnsons.co.uk/tod/Henssge.zip <- source code -- Vertraue mir, ich weiss, was ich mache... ___ Mono-l

[Mono-list] Environment.SpecialFolder.MyDocuments question

2011-08-22 Thread Paul F. Johnson
Hi, Is this correct? If I have Console.WriteLine ("{0}", Environment.SpecialFolder.MyDocuments); on my Linux box it returns "Personal" rather than ~ Under WinXP and 7 it returns the path to MyDocuments. Is this the correct behaviour or should it (under Linux) retur

Re: [Mono-list] Developer Express on Linux

2011-08-03 Thread Paul Johnson
Hi, On 3 August 2011 14:56, Nils Andresen wrote: > Hi.. > Since I recently tried doing some hooks in Windows i'll add my 2ct. > > 2011/8/3 Paul Johnson : > > http://support.microsoft.com/kb/318804 makes things clear. The only real > > swines are the low level W

Re: [Mono-list] Developer Express on Linux

2011-08-03 Thread Paul Johnson
Hi, 2011/8/3 Hamit Abdullah SARMIŞ (Uygulama Geliştirme Altyapı Müdürlüğü) < hamitabdullah.sar...@vakifbank.com.tr> > Thanks for your replies. > > We also consider using wine but, our applications need to be .net framework > 4 which is not supported by wine (According to winehq). > > On

Re: [Mono-list] Connecting to a database (VB)

2010-10-31 Thread Paul F. Johnson
Hi, > > What is wrong? > > > Have you forgotten to state the database password? When I set up the database in VS2010, I did not specify a username or password. TTFN Paul -- Vertraue mir, ich weiss, was ich mache... ___ Mono-list ma

[Mono-list] Connecting to a database (VB)

2010-10-31 Thread Paul F. Johnson
've googled around and nothing seems to fit. The exception thrown is that it can't log in for user pb5\paul. If I add User Id=paul or User Id=pb5\paul, it still won't connect. What is wrong? TTFN Paul -- Vertraue mir, ich weiss, was ich mache... ___

[Mono-list] Webservice in VB vs C# Q

2010-10-30 Thread Paul F. Johnson
I been mis-informed about C# webservices being able to take a Generics? TTFN Paul -- Vertraue mir, ich weiss, was ich mache... ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Webservice and jQuery problem

2010-10-28 Thread Paul F. Johnson
a class, however it still needs to work. I know it's vulnerable to all sorts of nasties... TTFN Paul -- Vertraue mir, ich weiss, was ich mache... ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Is Running On Linux

2010-06-06 Thread Paul
Unix (and the kernel version) and Version the kernel version TTFN Paul -- Biggles was quietly reading his favourite book when Algy burst through the door. Distracted for a moment, Biggles surveyed what had happened and turned a page. "Algy old man" he said, clearing his throat, &

[Mono-list] XML problem - please help, this is driving me nuts!

2010-05-31 Thread Paul
RO { get; set; } public Element() { } } Problem is the XML - the app if throwing back System.InvalidOperationException : There is an error in the XML document --> System.InvalidOperationException: I'm not sure on what is going wrong as my un

[Mono-list] XML deserialization - HELP!!!!!

2010-05-24 Thread Paul
which generates a new instance of xmlhandler then call the new instance) I can't for the life of me see why it's not reading in. The only thing I can think of is that there is a problem in the XML file somewhere... Any help would be greatly appreciated :-) TTFN Paul -- Biggles was

[Mono-list] Code is driving me nuts!

2010-05-19 Thread Paul
the hard bit is the designer part)... I'm having to do things this way as the code I'd like to use for window generation and subsequent import won't work with mono due to problems with unsafe code... TTFN Paul 8--> using System; using System.Collections.Generic; using System.

Re: [Mono-list] NotImlementedException when sqlite connection passed to DataContext constructor.

2010-05-18 Thread Paul Gittings
Jon, I don't know where my head was at. It's MonoDevelop 2.2.1 and Mono version 2.4.4. So I take it I need to move on up to the 2.6 series of Mono before my code will work. Thanks for the help. Cheers, Paul On 10/05/10 06:41, Jonathan Pryor wrote: > Do you mean Mono 2.4.4 (not M

Re: [Mono-list] I can't run my application via latest mono

2010-04-10 Thread Paul
Hi, > Unfortunately, with the "--debug" parameter (with any option) or not output > is still the same. Seeing the source may help... TTFN Paul -- Biggles was quietly reading his favourite book when Algy burst through the door. Distracted for a moment, Biggles surveyed what

[Mono-list] Using Tao with mono

2010-03-14 Thread Paul
Hi, I'm looking for any simple to understand tao tutorials for use with C#. I've looked at the nehe ones, but they're overkill as I'm only looking to use the SDL bits rather than the OpenGL stuff. Any help? TTFN Paul -- Biggles was quietly reading his favourite book whe

Re: [Mono-list] Cannot run C# WinForms on Mac OS X

2010-02-24 Thread Paul
Hi, > I create a program using TextEdit, build it using Terminal ("gmcs > WinHelloWorld.cs -pkg:dotnet") then attempt to run it. The program > and the Stacktrace are attached. Try gmcs winHelloWorld.cs -r:System.Windows.Forms Works fine here :-) TTFN Paul -- Sie können

[Mono-list] Grabbing a list of emails from google.

2010-02-22 Thread Paul
MessageBox.Show(e.ToString(), "Error with connection", MessageBoxButtons.OK); } catch (System.Exception e) { MessageBox.Show(e.ToString(), "General error", MessageBoxButtons.OK); } Ever

[Mono-list] Sending an email from within a program & if you're online

2010-02-16 Thread Paul
students it is probable that the establishment will have disabled ping completely. TIA TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed message part ___ Mono-list maillis

Re: [Mono-list] Which distro is the best for newbie?

2010-01-19 Thread Paul
as it's passing the QC on rawhide happily. The choice of distro is really a personal choice. I've been with RedHat since RH pre 1 and have never moved since (though I've tried plenty of others). Obviously YMMV TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signat

Re: [Mono-list] Help needed on plotting graph

2009-09-03 Thread Paul
commercial...) TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed message part ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Need some help installing Mono on Redhat 2.6

2009-07-09 Thread Paul
libgdiplus, mono-*, gnome-desktop-sharp, gtk-sharp2* - but make sure you get the correct version for your processor - Fedora packages for architectures. If you've got the Novell rpms installed, remove before installing the fedora ones. TTFN Paul -- Sie können mich aufreizen und wirkli

Re: [Mono-list] Where can I get Mono SRPMs?

2009-06-27 Thread Paul
be much happier if I could just get hold of > SRPMs and save myself some trouble. :) You can grab the CentOS ones (well, fedora ones) from downloads.fedora.redhat.com (http) or download.fedoraproject.org (ftp). Rawhide is currently on 2.4.2 rc1. f11 is on 2.4.0 TTFN Paul -- Sie können mich

Re: [Mono-list] System.Media.SoundPlayer performing badly on Linux?

2009-04-20 Thread Paul
ion = @"noise.wav"; Console.WriteLine(sp.SoundLocation); sp.Load(); sp.PlaySync(); Console.WriteLine("Finished"); Console.ReadKey(); } } } TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: Th

Re: [Mono-list] Debian support

2009-03-29 Thread Paul
e? F10 will soon have 2.2 in and 2.4 is ear-marked for Fedora 11. RHEL has 2.01 on it, but will soon be on 2.2. TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed message part ___ M

[Mono-list] XML question

2009-01-24 Thread Paul
m). How would I go about doing this? TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed message part ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/m

Re: [Mono-list] Mono 2.2 RPMs for Fedora 8

2009-01-17 Thread Paul
ere the rpms live, grab them and install (yum localupdate * does the job). I'm not sure though how many other packages mono will try to update on your box this way though. You may wish to grab the src rpm and rebuild it for f8 directly. It's pretty straight forward :-) TTFN Paul -- Si

Re: [Mono-list] Mono 2.2 RPMs for Fedora 8

2009-01-16 Thread Paul
Hi, > I will try them. They seem to be the 2.0.1 Mono (I am not sure). F8 is long since dead... I'm currently building 2.2 for f10 (f9 will get 2.0.1 at some point next week in updates-testing). You may wish to grab the version from f10... TTFN Paul Mono packager, Fedora -- Sie kön

Re: [Mono-list] Calendar Viewer

2009-01-16 Thread Paul
Hi, > Hum... it exists? I don't see it :| > What's it's name? DataTime Picker IIRC -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed message part ___ Mono-list maillist - Mono-list@lists.x

Re: [Mono-list] Calendar Viewer

2009-01-15 Thread Paul
Hi, > I’m sorry for this offtopic. > > I’ve been searching for a calendarview control and I found this one: You could always just use the Winforms one... TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed mes

Re: [Mono-list] Mono on Fedora 9

2009-01-08 Thread Paul
it's possible also that they won't handle what you're trying to do. TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed message part ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] hi i got fedora 10 with mono got problem

2008-12-21 Thread Paul
sure why you should need to reference gac like that either. When I last built for f10, everything was working fine. If you're not trying to build a winforms application, can you please file a bug under the fedora bugzilla? (bugzilla.redhat.com) - it's easier for me to trace the problem from th

Re: [Mono-list] mono for Fedora

2008-12-19 Thread Paul
s with mono (more or less). If you have yum installed, you should be able to alter the yum entry to grab from f10. I will warn you against using the above approach as it may cause breakages elsewhere. F7 is (in Fedora terms) an old distro and you may be better off building from source. TTFN Paul

Re: [Mono-list] Swf BUG(?) in Validating event

2008-12-12 Thread Paul
dressed in 2.2, I can work around it. > Does > anyone know? > > Can't tell without a test case :-). Please file a bug. Sounds like this one... https://bugzilla.novell.com/show_bug.cgi?id=450342 And it's still present in svn :-( TTFN Paul -- Si

[Mono-list] Mono for embedded

2008-12-09 Thread Paul Skinner
that I am asking for a miriacle. For one, I did not see SH4 as a supported architecture. Is any of my wishlist possible? Paul Skinner E-Mail Disclaimer : http://www.altron.co.za/email.asp Should you have any questions regarding this e-mail legal notice please

Re: [Mono-list] Huh?

2008-11-28 Thread Paul
instead. Which distro are you using? Fedora 10 ships with 2.0.1, Fedora rawhide is enjoying 2.2 and Fedora 9 is on 1.9.1. TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed message part

Re: [Mono-list] Generic Linux installer for Mono 2.1 still missing (or just the files)

2008-11-16 Thread Paul
runs mono -V and if it returns something then the installer quits saying there is a version already installed (possibly running which mono will show the user where it is). Okay, it doesn't catch if there are multiple copies in there, but it does go some way to re-instating the installer. TTFN

Re: [Mono-list] Generic Linux installer for Mono 2.1 still missing (or just the files)

2008-11-16 Thread Paul
will be /opt/mono... or /usr/lib/mono... or /usr/local/lib/mono... Okay, this is very simplistic and probably is missing a pile of things (I've never used the Mono generic installer), but from what I can see, it should do the job. YAMV ;-) TTFN Paul -- Sie können mich aufre

Re: [Mono-list] Problems Building 2.0.1

2008-11-11 Thread Paul
http://bugzilla.redhat.com/bugzilla> for instructions. Which version of fedora are you using? I know it builds fine for f9 and f10/rawhide. TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed message part __

Re: [Mono-list] How to start a C# winforms project?

2008-11-11 Thread Paul F. Johnson
ny predefined templates for Win-forms application > cuase there is no GUI-designer for Win-forms (yet?), but nothing > stops you from creating a blank solution and work with the System.Windows.Forms > namespace. VS.NET doesn't provide you with any predefined templates - it allows yo

[Mono-list] IronPython 2.0 RC1 and Mono

2008-11-10 Thread Paul Felix
Hi, The following Mono patches will allow IronPython 2.0 RC1 to run on Mono 2.0: http://go-mono.com/forums/#nabble-to20363627 http://go-mono.com/forums/#nabble-to20389995 Paul -- View this message in context: http://www.nabble.com/IronPython-2.0-RC1-and-Mono-tp20427611p20427611.html Sent

Re: [Mono-list] upgrading to mono 1.9 fails Error: Missing Dependency: libexif.so.9 is needed by package libgdiplus0

2008-11-02 Thread Paul
n to move to 2.0.1). I wouldn't use f8 as it's almost at end-of-life. If your bug is related to something else, please start a new thread or report it into the fedora bugzilla. TTFN Paul Fedora Mono Packager -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Descrip

Re: [Mono-list] Gstreamer-sharp status

2008-10-25 Thread Paul Burton
I had the same problem and did a little work on it myself (I plan to use this in Galaxium when I get time to work on it). Of course I can't commit to mono svn so I did my work at http://code.google.com/p/cil-bindings/source/browse/#svn/trunk/gstreamer-sharp Jorge Kalmbach wrote: > > Hello, > (m

Re: [Mono-list] MonoDevelop packages

2008-10-25 Thread Paul
Hi, On Thu, 2008-10-23 at 21:02 +0100, Andrew Brehm wrote: > MonoDevelop packages are very hard to find. Which distro are you using? TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed message p

Re: [Mono-list] Convert a .NET dev to a mono dev

2008-10-20 Thread Paul
Hi, > I seriously suggest you change to openSUSE. You can get latest mono > support with that. And for the exact reason, I seriously suggest you go over to Fedora! TTFN Paul (mono packager) -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: Thi

Re: [Mono-list] mod_mono error, need help

2008-10-15 Thread Paul
o fix this error. Without more information, this doesn't really help. What code caused it? TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed message part ___ Mono-list maillist

Re: [Mono-list] Monodevelop for Mono 2.0 rc1?

2008-09-19 Thread Paul
Hi, > Is there a monodevelop built for Mono 2.0 RC1 or do I have to compile > it from source? You'll probably have to build from source. TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed m

[Mono-list] System.Text.Encoding and StreamReader

2008-09-13 Thread Paul
t looks like I need to set the codepage as 28605 (http://msdn.microsoft.com/en-us/library/system.text.encoding(VS.80).aspx) but there isn't really a SetEncoding method for reading and Encoding.Unicode looks to be right, but I'm not sure if it will support 8859-15 Any help on this wo

Re: [Mono-list] Mono and Red Hat Release 4.0 Updates 5 and 6.

2008-09-10 Thread Paul
Hi, > ¿What is the equivalent in Fedora of RHEL4? From memory, it's between Fedora 8 and 9. You can use the rpms from Fedora directly on RHEL though :-) TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed mess

Re: [Mono-list] Mono and Red Hat Release 4.0 Updates 5 and 6.

2008-09-10 Thread Paul
#x27;s not me who packages for RHEL), but AFAICR, Mono is in RHEL4 and 5, just not sure of the version. TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed message part ___ Mono-list

Re: [Mono-list] what linux flavour to use with mono

2008-09-10 Thread Paul
o). Fedora does *not* have mono installed by default unless you choose something like f-spot to be installed when you put it on your machine - even then it's not the full mono stack. TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a di

Re: [Mono-list] Mono and Red Hat Release 4.0 Updates 5 and 6.

2008-09-10 Thread Paul
rences between them (for one, RH4 is monsterously out of date!). Assuming you're using RHEL 4, mono 2.0 RC 1 should be okay on it. I know that Mono 1.9.1 was ear-marked to go into RHEL5. TTFN Paul Mono packager, Fedora -- Sie können mich aufreizen und wirklich heiß machen! signature.as

Re: [Mono-list] what linux flavour to use with mono

2008-09-08 Thread Paul
leaps and bounds, Debian is based too far in the past (again, IMHO, though it is cited as being the reason why Win98 was given an extended lease of life), Mandriva is fun, but there is something I'm not comfortable with, but can't quite put my finger on why! TTFN Paul -- Sie können m

[Mono-list] Issueing a command line application

2008-09-06 Thread Paul
Hi, In C, I can use the completely non-portable system() function to do OS specific things. Is there an equivalent method in C#? TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed message part

Re: [Mono-list] upgrading to mono 1.9 fails Error: Missing Dependency: libexif.so.9 is needed by package libgdiplus0

2008-08-27 Thread Paul
supplied by Fedora. I imported and built mono-2.0 preview 2 for rawhide last night, so that should be hitting yum very shortly. Mixing rpms from different suppliers gives this sort of problem. TTFN Paul Mono packager, Fedora -- Sie können mich aufreizen und wirklich heiß machen! signature.asc

Re: [Mono-list] about mono-basic ubuntu from source

2008-08-20 Thread Paul
; > Version:2.0.0.0 > > Public Key: b77a5c561934e089 > >The assembly was not found in the Global Assembly Cache, a path listed in > >the MONO_PATH environment variable, or in the location of Have you got the mono-winforms subpackage installed? It may be worthwhile building

Re: [Mono-list] porting windows application to mono

2008-05-20 Thread Paul F. Johnson
ls you. Run it through MOMA and it'll let you know if there is something amiss with the assembly. Most likely is that it's looking for a certificate but can't find it. TTFN Paul -- Programmer, GirlGamer www.girlgamer.com ___ Mon

Re: [Mono-list] Basic question about using Mono

2008-05-16 Thread Paul
ome will, some won't. If it's not a .NET app, then Wine is your friend. TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitally signed message part ___ Mono-list maillist - Mono-li

[Mono-list] Platform neutrality and finding where an application is

2008-05-02 Thread Paul
Linux, it would have to be Resources\file.xml in Win32. Is there a way that I can read/write and let the runtime decide the host platform? Is there also a way to find out where the application is running from (for example /usr/bin/application.exe or My Documents\Somewhere \application.exe)?

[Mono-list] Accessing one class from another

2008-05-02 Thread Paul
g via monodevelop) Line 30 : The type or namespace name `xmlhandler' could not be found. Are you missing a using directive of assembly reference? (CS0246) All source is in the same namespace (marker). Any help on this would be appreciated. TTFN Paul -- Sie können mich aufreizen und wir

Re: [Mono-list] Mono 1.9 on CentOS 5 (RHEL 5)

2008-04-18 Thread Paul F. Johnson
n't adopt Mono into it's scheme until F7, the only thing I can think of is that you have another version conflicting with what you have. Personally, if you're after the latest version, try the ones in Fedora Rawhide (I've imported Mono 1.9.1 last night) Warning : Rawhide i

Re: [Mono-list] Mono 1.9 on CentOS 5 (RHEL 5)

2008-04-16 Thread Paul F. Johnson
HEL5? The way it's done with Fedora is that things go in /lib or /lib64 (depending on architecture) as well as having scripts in different places for the likes of mod_mono and xsp. TTFN Paul Mono maintainer, Fedora -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Desc

Re: [Mono-list] libgdiplus/mono rpm package

2008-02-21 Thread paul
Hi, > What is the standard way to contact the libgdiplus/mono rpm > maintainers? Here, or on the dev list? If you're using the Fedora packages, then using the redhat bugzilla would be the best way... TTFN Paul Fedora mono/libgdiplus maintainer... -- Sie können mich aufreizen u

Re: [Mono-list] mod_mono on RH 9

2008-02-08 Thread paul
27;t, probably because of this error: Um, it may be worth brining your customer onto Fedora 8 and using the rpms supplied there. From distant memory, I had all hells job getting mono to do much with RH9! TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! >

Re: [Mono-list] Fedora rpms

2008-01-31 Thread paul
Hi, > > Is there a reason why fedora rpms are no longer available from the > download page? Is this temporary? Is there a problem using the rpms provided by Fedora? TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen! >

Re: [Mono-list] Environment.GetFolderPath() on fedora core 8

2008-01-15 Thread paul
Hi, On Tue, 2008-01-15 at 12:21 -0500, Chris Howie wrote: > On Jan 15, 2008 9:36 AM, paul <[EMAIL PROTECTED]> wrote: > test.cs(7,68): error CS0117: `System.Environment' does not > contain a > definition for `SpecialFolders' > > That'

Re: [Mono-list] Environment.GetFolderPath() on fedora core 8

2008-01-15 Thread paul
() { Console.WriteLine("{0}", Environment.GetFolderPath(Environment.SpecialFolders.Desktop)); } } test.cs(7,68): error CS0117: `System.Environment' does not contain a definition for `SpecialFolders' TTFN Paul Fedora mono packager -- Si

[Mono-list] Sharpdevelop problem with resources

2007-12-17 Thread Paul F. Johnson
this a sharpdevelop bug or a problem in how I've set up the resx file? TTFN Paul -- Get your free @ukpost.com account now http://www.ukpost.com/ ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] WxWorks

2007-10-26 Thread Paul Austin
Hi, Anyone used Mono on VxWorks? Not so much for hard real time tasks that VxWorks is known for, but rather for back ground tasks. Thanks, Paul ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Parallel port programming

2007-10-17 Thread Paul F. Johnson
ably the case under MacOSX as well) I know there is a parallel port dll out there, but the source isn't open so I can't guarantee it working under Mono. TTFN Paul -- Get your free @ukpost.com account now http://www.ukpost.com/ ___ Mono-list

Re: [Mono-list] Problem with compiling on Ubuntu 6.06

2007-08-03 Thread Paul Hoffman
At 10:13 AM +0200 8/3/07, Andreas Färber wrote: >>How do I tell ./configure to look for libglib2.0-0 instead of glib-2.0? > >This is not about the .deb package, it's about the .pc file - you >likely don't have the libglib2.0-dev package installed. Bingo, that was it. Thanks! _

  1   2   3   4   >