Re: [Mono-list] - Printing Text Files -

2006-09-07 Thread Peter Dennis Bartok
Drawstring does not yet implement default tabbing. It has support for a passed-in tab array, though. \n should be supported. Best is to write a small testcase and submit a bug with it. Peter -Original Message- From: "Mecanico Compulsivo" <[EMAIL PROTECTED]> To: Date: Thursday, Septemb

Re: [Mono-list] Mono Winforms Team: we are hiring.

2006-09-07 Thread Peter Dennis Bartok
>Most of the SWF controls are C#. I imagine that the "C knowledge" is >for two things: > > - Understanding the underlying X11/Win32 API, so that appropriate >P/Invoke declarations can be written. > > - Writing the MonoSupportW library, which has several helper routines >for non-Win32 pla

Re: [Mono-list] Creating WinForms application for Linux/Mac

2006-08-16 Thread Peter Dennis Bartok
Andrus, The looks of a WinForms app on Linux can be altered by selecting a different theme. Alexander Olk has added created both the 'nice' and the 'clearlooks' theme. To try them out, you can 'export MONO_THEME=clearlooks' or 'export MONO_THEME=nice' before starting your app on Linux, they mi

Re: [Mono-list] Interception X11 events

2006-08-15 Thread Peter Dennis Bartok
Uhm, I'm not sure what you're asking. You want us to do exactly what? Show you how to decode the maprequest, or translate the maprequest into some win32 message (not sure which one that would be). The XplatUI class is internal anyways, unless you're using reflection you won't get that anything

Re: [Mono-list] DataGridView causes 100% CPU usage

2006-08-07 Thread Peter Dennis Bartok
How about you create a little test app that allows to reproduce the problem you're running into and then log a bug at bugzilla.ximian.com and attach the test app? Peter -Original Message- From: "Andrus" <[EMAIL PROTECTED]> To: Date: Monday, August 07, 2006 05:26 Subject: [Mono-list] Da

Re: [Mono-list] Platform independend Graphics library

2006-08-03 Thread Peter Dennis Bartok
System.Drawing is, uh, a graphics library that is usable on all platforms. Or were you asking for "Which GUI should you use?". In that case, you can either use GTK# or System.Windows.Forms. Both work on all platforms. Peter -Original Message- From: "Robert" <[EMAIL PROTECTED]> Cc: Date

Re: [Mono-list] Socket problem

2006-07-12 Thread Peter Dennis Bartok
I may be wrong, but I thought you needed root rights for ICMP. Have you tried running your mono app as root? Peter -Original Message- From: <[EMAIL PROTECTED]> To: Date: 12 July, 2006 12:14 Subject: [Mono-list] Socket problem Hello together I use Mono to create a small C# console pro

Re: [Mono-list] Possible DateTime.parse issue

2006-06-09 Thread Peter Dennis Bartok
David The format exception still happens with mono from svn head. The milliseconds (.555) are causing it. You should log a bug at bugzilla.ximian.com. Cheers, Peter -Original Message- From: "David Brain" <[EMAIL PROTECTED]> To: Date: 09 June, 2006 09:33 Subject: [Mono-list] Possible

Re: [Mono-list] Buggy Windows.Forms

2006-05-26 Thread Peter Dennis Bartok
>But it is very unusual for a project to recommend deploying the head >version >in a mission-critical situation - it is normal to use the version labelled >"stable". It is even more unusal to deploy something that's not yet 1.0 status (SWF) in a mission critical situation. Downloading the 1.1.15

Re: [Mono-list] Buggy Windows.Forms

2006-05-26 Thread Peter Dennis Bartok
>Thanks very much for that. Now I understand better why SWF doesn't work >yet. Sorry, but I have to disagree with "doesn't work yet". There may be bugs, but it does work. Make sure you use the svn head version. Peter ___ Mono-list maillist - Mono-l

Re: [Mono-list] Backdrop behaving different in Mono

2006-05-17 Thread Peter Dennis Bartok
Can you post a full testcase? The code should behave the same as on MS.Net when run with Mono. You might want to file a bug at bugzilla.ximian.com and attach both the image and a simple testcase to reproduce. Cheers, Peter -Original Message- From: "Glen Farrell" <[EMAIL PROTECTED]> To

Re: [Mono-list] Duplicate emails from list

2006-04-30 Thread Peter Dennis Bartok
m: "Tony G" <[EMAIL PROTECTED]> To: Date: 30 April, 2006 17:04 Subject: RE: [Mono-list] Duplicate emails from list >Peter Dennis Bartok wrote: >> If you got two copies of that message you have a problem on your >> side. I keep complete archives and only one was sent th

Re: [Mono-list] Duplicate emails from list

2006-04-30 Thread Peter Dennis Bartok
Tony, >Atsushi, please check your sent bin for this post you sent to the list and >the post you sent on april 24 to the thread titled "CultureInfo to it-IT". >You did not CC the list in this one but you did on that one, and I received >a dupe on that one. I get similar dupes when Miguel responds

Re: [Mono-list] Re: Summer of code suggestion

2006-04-27 Thread Peter Dennis Bartok
>The other thing is I could sell the decision makers at my company on >developing for Linux, if I had access to a Windows forms development >environment. At the moment I am completely stymied, as they won't even >consider the idea of cross platform apps that require GTK being >installed on Windows.

Re: Re: [Mono-list] where is System.Windows.Forms ?

2006-04-27 Thread Peter Dennis Bartok
>>so I can't tell you why it is not showing the namespace (assuming you >>installed the winforms package), but you can run your SWF apps compiled >> >with VS.Net or you can compile them with mcs directly. >No I have not explicitly installed the winforms package, I only used the >monoinstaller, do

Re: [Mono-list] where is System.Windows.Forms ?

2006-04-27 Thread Peter Dennis Bartok
Sharpdevelop? That only runs on Win32. If you're talking about MonoDevelop, that has got little to do with System.Windows.Forms in Mono. I don't use MD, so I can't tell you why it is not showing the namespace (assuming you installed the winforms package), but you can run your SWF apps compiled w

Re: [Mono-list] mod_mono on Fedora Core 5

2006-04-02 Thread Peter Dennis Bartok
Paul, I just re-read my message and it sounds mean. I apologize. I didn't want it to sound mean, I was just trying to let you know that it wasn't quite 'right'. Cheers, Peter -Original Message- From: "Peter Dennis Bartok" <[EMAIL PROTECTED]> To:

Re: [Mono-list] mod_mono on Fedora Core 5

2006-04-02 Thread Peter Dennis Bartok
"ein zu starker starker Anblick kann Sie toten. Sie gegen gerade uber den Rand mit dem festen Wissen des Wege vor Ihnen" - Linus Tordvals I doubt anybody said that. Here's what you have in your signature, translated back into english (and no, mine's not done by babelfish) "A too strong strong vie

Re: [Mono-list] Problem with Image::PropertyIdList

2006-03-28 Thread Peter Dennis Bartok
As I said, you will not get the real properties. We always return 1 (fake). But it shouldn't crash. Cheers, Peter -Original Message- From: "Abe Gillespie" <[EMAIL PROTECTED]> To: "Peter Dennis Bartok" <[EMAIL PROTECTED]> Cc: Date: 28 March, 2006 2

Re: [Mono-list] Problem with Image::PropertyIdList

2006-03-28 Thread Peter Dennis Bartok
Depends. PropertyIdList should not fail, but it won't return real properties either. The 'bug' would be the generic error that's thrown. Let me try and run this tonight, am not at my mono machine right now. Cheers, Peter -Original Message- From: "Abe Gillespie" <[EMAIL PROTECTED]> To

Re: [Mono-list] Error starting an Application

2006-03-16 Thread Peter Dennis Bartok
Jeffrey, Just posting this to mono-winforms-list is sufficiuent. No need to bug multiple lists. I answered you on winforms-list (where the question belongs) Cheers, Peter -Original Message- From: "Jeffrey Haynes" <[EMAIL PROTECTED]> To: Date: 16 March, 2006 20:45 Subject: [Mono-list]

Re: [Mono-list] Number bump box

2006-03-09 Thread Peter Dennis Bartok
NumericUpDown -Original Message- From: "Paul" <[EMAIL PROTECTED]> To: "Mono List" Date: 09 March, 2006 18:41 Subject: [Mono-list] Number bump box Hi, In SWF is there a generic to produce a bump box (basically, a text box for numbers only with an up/down arrow next to it) or is it somet

Re: [Mono-list] mono charting

2006-03-08 Thread Peter Dennis Bartok
Matt, Please log a bug against libgdiplus at bugzilla.ximian.com; attach the instructions and sample code. Cheers, Peter -Original Message- From: "matthieu barthélemy" <[EMAIL PROTECTED]> To: "matthieu barthélemy" <[EMAIL PROTECTED]> Cc: ; "Joe Audette" <[EMAIL PROTECTED]> Date: 08 Mar

Re: [Mono-list] compiling libgdiplus

2006-02-08 Thread Peter Dennis Bartok
Greg, the autogen.sh for libgdiplus usually descends into the cairo directory and does all things neccessary to get a buildable cairo. I would assume that the same error you got when going the and manually running cairo's autogen.sh you also got when doing it for libgdiplus as a whole, and that

Re: [Mono-list] System.Windows.Forms

2006-02-03 Thread Peter Dennis Bartok
Wild guess - you used winzip? I untarred the same file today, with gtar, and I got what everyone seems to be looking for... Cheers, Peter -Original Message- From: <[EMAIL PROTECTED]> To: Date: 03 February, 2006 17:15 Subject: [Mono-list] System.Windows.Forms >> Just for giggles, I d

Re: [Mono-list] System.Windows.Forms

2006-02-03 Thread Peter Dennis Bartok
Jim, >I started at the download page "download/fedora-4-i386/" you mention, but >took the easy option of "put the mono.repo file in ..." and used yum to >install. That could explain why I did not get everything the repo file >refers only to mono-1.1, gtk-sharp 1.0 and 2.0 and mono-tools + mono

Re: [Mono-list] System.Windows.Forms

2006-02-03 Thread Peter Dennis Bartok
Jim, I'm sorry to hear you're having such a bad start trying out winforms. It would be useful if you told us what exactly you downloaded, and where from. You refer to looking for SWF support in the Mono core, if you check this list: http://www.go-mono.com/download/fedora-4-i386/ you'll see tha

Re: [Mono-list] System.Windows.Forms

2006-01-22 Thread Peter Dennis Bartok
mcs/class/Managed.Windows.Forms. Peter -Original Message- From: <[EMAIL PROTECTED]> To: Date: Saturday, 21 January, 2006 15:25 Subject: [Mono-list] System.Windows.Forms >I have downloaded mono-1.1.13.2.tar.gz and libgdiplus-1.1.13.2.tar.gz >from http://go-mono.com/sources/ extracted th

Re: [Mono-list] Application.StartupPath Property ???

2006-01-19 Thread Peter Dennis Bartok
Application.StartupPath is in the System.Windows.Forms assembly. msc blah.cs /r:System.Windows.Forms.dll Cheers, Peter -Original Message- From: "Salvatore Scarciglia" <[EMAIL PROTECTED]> To: Date: Thursday, 19 January, 2006 01:04 Subject: [Mono-list] Application.StartupPath Property ?

[Mono-list] Anonymous SVN up again

2005-12-31 Thread Peter Dennis Bartok
Hi All, The anonymous svn server ran out of diskspace. It of course picked the holidays to do that. I've cleaned up and it's now running fine again. I apologize for any inconveniences. Cheers & Happy New Year! Peter ___ Mono-list maillist - Mono-

Re: [Mono-list] Re: Mono in Solaris

2005-12-29 Thread Peter Dennis Bartok
>You need glib2, pkg-config and libgdiplus. Bison is also needed. Cheers, Peter ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Re: Mono in Solaris

2005-12-28 Thread Peter Dennis Bartok
>And I believe you'd need libgdiplus only for System.Drawing, wouldn't >you? That's rather GUI category. System.Drawing is not just GUI category. Any System.Web "app" that might try and create an image based on a web-request would most likely also use System.Drawing to do this. Peter _

Re: [Mono-list] Re: Encoding email message ??

2005-12-28 Thread Peter Dennis Bartok
There's more to it then just reading the encoding from a header and pulling the body through an encoder. First, anything encoded in the header itself (like the Subject or Sender and Recipient names) use a special way of encoding, which needs separate parsing. Then, a body can consist of multiple

Re: [Mono-list] resgen error

2005-12-25 Thread Peter Dennis Bartok
Santi, Mono is currently at 1.1.12 and we've fixed several resgen issues since 1.1.8. Without at least the .resx file that is giving you the error and the exact command line you're using it's impossible to verify if this is fixed or try to fix it if not. Cheers, Peter -Original Message-

Re: [Mono-list] Widgets

2005-12-05 Thread Peter Dennis Bartok
deep in bugfixing mode. Cheers, Peter -Original Message- From: "Shawn Vose" <[EMAIL PROTECTED]> To: "Peter Dennis Bartok" <[EMAIL PROTECTED]> Cc: Date: 05 December, 2005 14:14 Subject: Re: [Mono-list] Widgets >Interesting. I was under the impression

Re: [Mono-list] Widgets

2005-12-05 Thread Peter Dennis Bartok
As one of the people working on it I feel the need to point out System.Windows.Forms. Works on Linux and Windows. We're still putting finishing touches on it, but it meets your criteria. Cheers, Peter -Original Message- From: "Shawn Vose" <[EMAIL PROTECTED]> To: Date: 05 December, 2

Re: [Mono-list] SWF rendering in 1.1.10

2005-11-14 Thread Peter Dennis Bartok
Peter, Can you provide some testcode, I don't see the issue here (am using NLD which is similar to Suse 9.3) Also, maybe you can try the winforms/combobox and winforms/listbox samples to see if it happens with those as well? Cheers, Peter -Original Message- From: "peter" <[EMAIL PRO

Re: [Mono-list] Path.AltDirectorySeparatorChar - why is this a forwardslash?

2005-11-03 Thread Peter Dennis Bartok
I'm no expert here, but since when is a backslash a valid path separator on Unix? MS says "AltDirectorySeparatorChar and DirectorySeparatorChar are both valid for separating directory levels in a path string." That means both have to be '/' for Unix. Windows does support both '\\' and '/', so th

Re: [Mono-list] Cyrillic and MONO

2005-10-26 Thread Peter Dennis Bartok
Alexey, Are you using the -codepage argument to tell mcs what encoding your editor used for storing the cyrillic characters in your source file? If you can reply with some sample code (and also maybe one of the strings in the email, so we know what it's supposed to look like), I can test here.

Re: [Mono-winforms-list] RV: [Mono-list] this .net exe work for you?

2005-10-26 Thread Peter Dennis Bartok
Jose, Instead of just posting your message again to another list, maybe you should first read Jonathan Gilbert's response on mono-list. Cheers, Peter -Original Message- From: "Jose Pascual" <[EMAIL PROTECTED]> To: Cc: Date: Wednesday, 26 October, 2005 04:27 Subject: [Mono-winforms-li

Re: [Mono-list] Remoting example documentation

2005-10-18 Thread Peter Dennis Bartok
est, approves it and then sets up the account for you and mails you a password. That someone could a person or a script, I don't remember. Cheers, Peter -Original Message- From: "peter" <[EMAIL PROTECTED]> To: "Peter Dennis Bartok" <[EMAIL PROTECTED]&

Re: [Mono-list] Remoting example documentation

2005-10-18 Thread Peter Dennis Bartok
Peter, www.mono-project.com is a Wiki. You could just create an account and put it there, possibly leading off somewhere under the 'Use' section... Cheers, Peter -Original Message- From: "peter" <[EMAIL PROTECTED]> To: "Mono List" Date: 18 October, 2005 17:01 Subject: [Mono-list] Rem

Re: [Mono-list] Trying to find out the status of gridview withobjectdatasource

2005-10-18 Thread Peter Dennis Bartok
Peter, What is not implemented is BoundField::HeaderText. Not a class that's not implemented, just a property. You can find the property in mcs/class/System.Web.UI.WebControls/BoundField.cs You could have found the status at http://mono.ximian.com/class-status/mono-HEAD-vs-fx-2/class-status-Sy

Re: [Mono-list] Problem with Winforms on Mono

2005-10-11 Thread Peter Dennis Bartok
Please log a bug with a description of what is not working and some sample code to reproduce. Cheers, Peter -Original Message- From: "Gayan Perera" <[EMAIL PROTECTED]> To: Date: Tuesday, 11 October, 2005 03:57 Subject: [Mono-list] Problem with Winforms on Mono hi all, i'm trying to

Re: [Mono-list] Anonymous SVN Server Upgrade

2005-10-04 Thread Peter Dennis Bartok
The system is back to it's usual happy self. Cheers, Peter -Original Message- From: "Peter Dennis Bartok" <[EMAIL PROTECTED]> To: Date: 03 October, 2005 13:25 Subject: [Mono-list] Anonymous SVN Server Upgrade >Hi All, > >Just a quick note, we'

Re: [Mono-list] Printing with Mono

2005-10-04 Thread Peter Dennis Bartok
MS has the System.Drawing.Printing namespace. However, it's currently not implemented in Mono and it will rely on Cairo's Postscript support. Cheers, peter -Original Message- From: "Bryan Buchanan" <[EMAIL PROTECTED]> To: Date: Monday, 03 October, 2005 22:35 Subject: [Mono-list] Print

[Mono-list] Anonymous SVN Server Upgrade

2005-10-03 Thread Peter Dennis Bartok
Hi All, Just a quick note, we're doing some hardware and software maintenance on our anonymous SVN server. It may be intermittently down today (Monday Oct. 3rd). I'll send another notice when we're done. Cheers, Peter ___ Mono-list maillist - Mon

Re: [Mono-list] Re: On Mono and Patents ... again

2005-09-28 Thread Peter Dennis Bartok
>One thing I don't understand is where the heck all this hostility >comes from. He could have started a simple argument/discussion about the Based on his language and posts from his address to other forums it seems he is just a teenager dabbling in php and java. I wouldn't take it too serious.

Re: [Mono-list] Hello World for Mono.Cairo.dll

2005-08-29 Thread Peter Dennis Bartok
Not sure which method in particular you are looking for, but we have the cairo Gtk sample code here: http://svn.myrealbox.com/viewcvs/trunk/mcs/class/Mono.Cairo/Samples/ And, as mentioned before, we are preparing X11 and standalone (png) sample code for Mono.Cairo, which, once complete, can also

Re: [Mono-list] Hello World for Mono.Cairo.dll

2005-08-29 Thread Peter Dennis Bartok
We're working on creating some samples that show the use of Mono.Cairo. We'll post a notice when they're in svn. Cheers, Peter -Original Message- From: "Dan Poage" <[EMAIL PROTECTED]> To: "Mono Users" Date: 29 August, 2005 04:06 Subject: [Mono-list] Hello World for Mono.Cairo.dll I

Re: [Mono-list] Interop with GroupWise

2005-08-17 Thread Peter Dennis Bartok
Since there's not even a proper C API you'll have a hard time finding a C# version. You could try MAPI. Peter -Original Message- From: "Steinar Herland" <[EMAIL PROTECTED]> To: Date: Wednesday, 17 August, 2005 08:25 Subject: [Mono-list] Interop with GroupWise This is probably a long s

Re: [Mono-list] Problem compiling libgdiplus (FC4, Mono 1.1.8)

2005-07-21 Thread Peter Dennis Bartok
You need freetype on your system. Either compile from source or install the freetype-devel package. Peter -Original Message- From: "Peter De Jager" <[EMAIL PROTECTED]> To: Date: 21 July, 2005 16:39 Subject: [Mono-list] Problem compiling libgdiplus (FC4, Mono 1.1.8) >I am having troubl

Re: [Mono-list] VB.Net

2005-07-13 Thread Peter Dennis Bartok
Running and compiling are separate things. For running you just need the VB runtime assembly, no compiler. And the VB runtime is complete, afaik, so you can run apps compiled with VS.Net with Mono. The compiler is still work in progress. Cheers, Peter -Original Message- From: "Brown,

Re: [Mono-list] Missing a trick

2005-07-07 Thread Peter Dennis Bartok
It would seem that your gdiplus was not compiled with support for all image formats. Peter -Original Message- From: "Gavin Hamill" <[EMAIL PROTECTED]> To: Date: 07 July, 2005 18:18 Subject: [Mono-list] Missing a trick >OK, I must be missing something, but I don't know what. I have Mon

Re: [Mono-list] no UDPListener

2005-07-05 Thread Peter Dennis Bartok
The Mono pages are a Wiki, the Indy people should be able to register and add themselves. Cheers, Peter -Original Message- From: "Chad Z. Hower" <[EMAIL PROTECTED]> To: Date: 05 July, 2005 02:24 Subject: RE: [Mono-list] no UDPListener >:: http://www.indyproject.org/ >:: >:: It now w

Re: [Mono-list] Accessing Mono SVN via http

2005-06-09 Thread Peter Dennis Bartok
> It's good to make https work, so people behind a proxy (like OP) can > access it bypassing any proxies. > It's also good to make apache listen on an additional port (say 81), > so http://host:81/svn/... can be used when you're behind transparent > proxy that messes things up, but does not block

Re: [Mono-list] Accessing Mono SVN via http

2005-06-09 Thread Peter Dennis Bartok
Aleksandar, I just successfully checked out: $ svn co http://svn.myrealbox.com/monodevelop/trunk/MonoDevelop A MonoDevelop/svnci A MonoDevelop/AUTHORS [...] Can you try again? Cheers, Peter -Original Message- From: "Aleksandar Dezelin" <[EMAIL PROTECTED]> To: "mono-list" Date: 09 J

Re: [Mono-list] Accessing Mono SVN via http

2005-06-09 Thread Peter Dennis Bartok
- From: "David Waite" <[EMAIL PROTECTED]> To: "Peter Dennis Bartok" <[EMAIL PROTECTED]> Cc: "mono-list" ; "Aleksandar Dezelin" <[EMAIL PROTECTED]> Date: 09 June, 2005 11:58 Subject: Re: [Mono-list] Accessing Mono SVN via http You can of

Re: [Mono-list] Accessing Mono SVN via http

2005-06-09 Thread Peter Dennis Bartok
You don't use http with the svn command. If you want http to download, just just use your browser, and use the viewcvs interface to download a tarball. For example, this link http://svn.myrealbox.com/viewcvs/trunk/MonoDevelop.tar.gz?root=monodevelop&view=tar should give you a tarball of the la

Re: [Mono-list] System.Windows.Forms -- RichTextBox Control

2005-06-06 Thread Peter Dennis Bartok
> I can see at http://svn.myrealbox.com/mwf/owners.html that Peter appears > to be working on it. I can not find an implementation in the svn for this > control. Yeah, that's why I'm still working on it. > I would love to see the RichTextBox Control in System.Windows.Forms. Me too. > If there a

Re: [Mono-list] System.Drawing.GDIPlus is it a common problem?

2005-06-02 Thread Peter Dennis Bartok
t. Cheers, Peter -Original Message- From: "David Broome" <[EMAIL PROTECTED]> To: "Peter Dennis Bartok" <[EMAIL PROTECTED]> Cc: Date: 02 June, 2005 13:21 Subject: Re: [Mono-list] System.Drawing.GDIPlus is it a common problem? >Quoting Peter Dennis

Re: [Mono-list] System.Drawing.GDIPlus is it a common problem?

2005-06-02 Thread Peter Dennis Bartok
Did you run 'ldconfig' since installing, just to be safe? Peter -Original Message- From: "David Broome" <[EMAIL PROTECTED]> To: Date: 02 June, 2005 11:47 Subject: [Mono-list] System.Drawing.GDIPlus is it a common problem? >Hello, > >I am new to MONO and MDID2 (a Mono app) but I wonder

Re: [Mono-list] SWF - Hello World

2005-05-23 Thread Peter Dennis Bartok
Neale, I have checked a really simple test app into winforms/hello to do go/no-go checks. It will create a window and display a single line of text centered in it. Cheers, Peter -Original Message- From: "Ferguson, Neale" <[EMAIL PROTECTED]> To: Date: 23 May, 2005 12:19 Subject: [Mon

Re: [Mono-list] DrawingArea, DrawPixbuf, is slow?

2005-05-22 Thread Peter Dennis Bartok
>> and you're drawing everything >> scaled up? Why not just use a transformation that scales the surface? >> That >> way you keep the surface the same size, System.Drawing just draws it >> 'bigger'. > >im using that!... > >z.DrawPixbuf(new Gdk.GC (z), pix.ScaleSimple( (int) Zoomvalue*pix.Width, >

Re: [Mono-list] DrawingArea, DrawPixbuf, is slow?

2005-05-22 Thread Peter Dennis Bartok
Not sure I fully understood what you mean, but it sounds like you're making the pixel buffer bigger when the user zooms, and you're drawing everything scaled up? Why not just use a transformation that scales the surface? That way you keep the surface the same size, System.Drawing just draws it

Re: [Mono-list] Suse 9.2 Windows.Forms

2005-05-20 Thread Peter Dennis Bartok
>Like SWF not working at all in mono 1.0.x?? It was not included in 1.0. That's not an 'issue'. It was documented that it's not included. And the OP is not using 1.0.x Peter ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com

Re: [Mono-list] Suse 9.2 Windows.Forms

2005-05-20 Thread Peter Dennis Bartok
Could you please provide the exact error? Is the libgdiplus RPM installed on your system? Also, not sure you're aware, but there's a mailing list dedicated to winforms: mono-winforms-list@lists.ximian.com Cheers, Peter -Original Message- From: "Brown, Robert" <[EMAIL PROTECTED]> To:

Re: [Mono-list] Suse 9.2 Windows.Forms

2005-05-20 Thread Peter Dennis Bartok
>would chip in, but since no-one has, perhaps it's worth saying that >there have been "issues" with System.Windows.Forms, I understand. What issues have you heard about? Things are working quite well, actually. There are a few controls (RichText, DataGrid, UpDown) that are still missing, but simp

Re: [Mono-list] Porting Windows Application

2005-05-17 Thread Peter Dennis Bartok
Paul, Maybe you can provide some details as to what the app is doing. It obvious is calling AddMessageFilter, and SWF is failing. Any chance you can log a bug and attach the code snippet that causes the exception (or even better, make a small sample app that causes the same exception) so we hav

Re: [Mono-list] VS.NET project built with Mono

2005-05-12 Thread Peter Dennis Bartok
> 1) Using "mcs /target:library /out:MyProject.dll > /recurse:\MyProjectFolder\*.cs -r:System.Windows.Forms -r:System.Drawing > -r:System.Data". > The first problem is that System.Windows.Forms doesn't exist on Mono and I > can get through this. Unless you're on the 1.0 branch or pre 1.1.4, you

Re: [Mono-list] Problem buiding MonoDevelop 0.6

2005-05-12 Thread Peter Dennis Bartok
> Check this out: > http://www.mono-project.com/AnonSVN > Also, if you intend on checking out the source via SVN, make sure you > generate a PKI rsa key and send it to Miguel. Or you can alternatively > like me, browse with ViewCVS and pull down the tarball's. > http://svn.myrealbox.com/ Small co

Re: [Mono-list] Winform App Failure

2005-04-20 Thread Peter Dennis Bartok
Alex, Can you give some details as to what it is you're doing (API call)? And maybe some details on the version of Mono you're using. It's not the swf.dll that's the problem in this case, the failure is most likely in System.Drawing (or libgdiplus). Are you using packages or did you build mono

Re: [Mono-list] System.DllNotFoundException: oci

2005-04-12 Thread Peter Dennis Bartok
>As you see my system perfectly compiles... which means i have the library >and i use them i am not sure this is the answer to my problem. >I have installed absolutely all the packages i could find on Mono/Download, >but maybe i am still missing something? Maybe there is a command line that >cou

Re: [Mono-list] Linux cannot display fonts correctly

2005-03-28 Thread Peter Dennis Bartok
What version of Mono are you using? (and maybe some sample code that shows the problem might help, too) If you are on 1.0.x or < 1.1.4 you need to update to 1.1.4 or higher, in order for winforms to work properly. The better mailing list for this question would be [EMAIL PROTECTED]; it's dedica

Re: [Mono-list] OS X, mono-1.1.4, and managed forms

2005-03-11 Thread Peter Dennis Bartok
Thomas, This is the wrong list. Winforms related stuff should go to [EMAIL PROTECTED] Also, the OS X driver is early alpha, has no keyboard support yet, and is by no means complete. And, it's not a 'team', but a single guy doing it on the side. He'd probably welcome your constructive criticis

Re: [Mono-list] [MCS] Missing psapi.dll

2005-02-27 Thread Peter Dennis Bartok
Google is your friend: http://www.liutilities.com/products/wintaskspro/dlllibrary/psapi/ psapi.dll is a library file which provices support for process status Cheers, Peter -Original Message- From: "Timothy Graupmann" <[EMAIL PROTECTED]> To: Date: 27 February, 2005 00:12 Subject: [Mo

Re: [Mono-list] ListView.cs bugs

2005-02-23 Thread Peter Dennis Bartok
Chris, Thanks for the fix. I've commited it to svn. I also fixed assigning the owner for Insert(), which had the same issue. The redraw problem with tab page switches is a bug and I've logged it here: http://bugzilla.ximian.com/show_bug.cgi?id=72950 Cheers, Peter -Original Message- F

Re: [Mono-list] mono and systray icon

2005-02-14 Thread Peter Dennis Bartok
>> I think the point is that it works on *both* Windows and Linux. >I guess the point is to get something working and doing what you intend it >to do. Whether it works under Linux or Windows, is a matter of the >programmer's judgement, goals, personal preferences etc - therefore it is >not a subjec

Re: [Mono-list] P/Invoke on amd64 was :Marshalling problems

2005-02-13 Thread Peter Dennis Bartok
> Ok, just tried this and when I run the program I get the following > output: > [EMAIL PROTECTED] src $ ./a.out > error: /usr/lib/libncurses.so: invalid ELF header > So, it appears you are right and the problem is with gmodule? So, I > guess the next question is do you know how I can fix this? I

Re: [Mono-list] Monodevelop SVN

2005-02-04 Thread Peter Dennis Bartok
MonoDevelop never was part of the Mono repository. However, svn.myrealbox.com happens to have an anonymous mirror for MonoDevelop as well: The homepage at http://svn.myrealbox.com/ will tell you these links too: svn://svn.myrealbox.com/monodevelop/trunk http://svn.myrealbox.com/viewcvs/?ro

Re: [Mono-list] Status of System.Drawing.Printing

2005-01-29 Thread Peter Dennis Bartok
Unless some contributor have something first it's on my list once SWF is complete, as it is needed for SWF applications Peter -Original Message- From: "Jan Kraljiè" <[EMAIL PROTECTED]> To: Date: 29 January, 2005 07:38 Subject: [Mono-list] Status of System.Drawing.Printing >Hi develope

Re: [Mono-list] Some general advice for a newbie, please

2004-12-30 Thread Peter Dennis Bartok
>In short, your code will compile, but it won't run. The code he posted will run just fine. Peter ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Problem with System.Windows.Forms namespace...

2004-12-25 Thread Peter Dennis Bartok
Jurek, The Wine based implementation has been superceeded by a fully native implementation, however, that implementation is currently only available from svn head and still under heavy development (your sample, however, should run). Please read http://www.mono-project.com/contributing/winforms

Re: [Mono-list] about popup a menu

2004-12-21 Thread Peter Dennis Bartok
c'ing back to the list. Peter -Original Message- From: "roy" <[EMAIL PROTECTED]> To: "Peter Dennis Bartok" <[EMAIL PROTECTED]> Date: 21 December, 2004 19:01 Subject: Re: [Mono-list] about popup a menu >can you recommand a book as I have no

Re: [Mono-list] about popup a menu

2004-12-21 Thread Peter Dennis Bartok
Roy, You probably should pick up a book about System.Windows.Forms programming. It will teach you how to use the different controls. The control you need to use to do a popup menu like this is called ContextMenu, you need to attach it to the ContextMenu property of Control. Peter -Origina

Re: [Mono-list] taskbarnofifier

2004-12-21 Thread Peter Dennis Bartok
Roy, You provide little context or detail. However, it seems you are trying to use System.Windows.Forms. System.Windows.Forms is still under heavy development and incomplete, which includes the Screen class your application is trying to use. Cheers, Peter -Original Message- From: "

Re: [Mono-list] mwf -ncurses

2004-12-20 Thread Peter Dennis Bartok
Everything is possible. Even this. However, you'd have a whale of a time, because it wouldn't be enough to write a ncurses driver for mwf, you need to replace most of MWF. Peter -Original Message- From: "Eduardo Osorio Armenta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: 20 Decemb

Re: [Mono-list] detecting mono or microsoft compiler with preprocessor

2004-12-03 Thread Peter Dennis Bartok
We use #if __MonoCS__ using Mono.Unix; #endif In System.Windows.Forms to compile things only when mcs is used. Cheers, Peter -Original Message- From: "Fabien Meghazi" <[EMAIL PROTECTED]> To: "ML:Mono" <[EMAIL PROTECTED]> Date: 03 December, 2004 09:46 Subject: [Mono-list] detecting

Re: [Mono-list] GDI+ problems on 1.0.4

2004-11-23 Thread Peter Dennis Bartok
>What are SVN and HEAD? Are these CVS terms? I'm not >trying to fix this *yet* as much as I'm trying to >determine what is broken. So is Ravindra. He's trying to narrow down changes to the code to determine what could be broken. SVN is the source code control system that Mono is using. It's comma

Re: [Mono-list] Wine and System.Windows.Forms

2004-09-24 Thread Peter Dennis Bartok
The more appropriate list for SWF related questions would probably be mono-winforms-list . To answer your question: We don't support or work on the SWF version that uses Wine anymore. For more details check out http://lists.ximian.com/archives/public/mono-winforms-list/2004-July/000794.html an

Re: [Mono-list] Beginner C# Book

2004-08-22 Thread Peter Dennis Bartok
O'Reilly : "Learning C#" it teaches from the ground up, and then O'Reilly's "Programming C#", which introduces you to things like ASP.Net and SWF. Peter -Original Message- From: "Tom McLaughlin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Sunday, 22 August, 2004 16:39 Subject: [Mon

Re: [Mono-list] Try SWF first then fallback to console on NotImplementedException?

2004-08-20 Thread Peter Dennis Bartok
Just a quick note on your comments. System.Windows.Forms only requires X, not GTK or GNOME. It's still in heavy development, not really usable for apps yet, though. Peter -Original Message- From: "Sijmen Mulder" <[EMAIL PROTECTED]> To: "Mono List" <[EMAIL PROTECTED]> Date: 20 August, 2004

Re: [Mono-list] Windows .NET application

2004-05-29 Thread Peter Dennis Bartok
Maybe the application you're trying to run is a native app and just some components are .Net. You'd get the 'cannot open assembly' error if the .Exe was not managed code. Peter -Original Message- From: "Martin Greig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Saturday, 29 May, 2004

Re: [Mono-list] Monodevelop question

2004-05-25 Thread Peter Dennis Bartok
Great to hear that SWF works for you. What was the font uglyness? And what are the details of the fix? Just asking because some other SWF users might find it useful! Peter -Original Message- From: "Mark Gimelfarb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Saturday, 22 May, 2004 17

Re: [Mono-list] Xheo License Management

2004-05-24 Thread Peter Dennis Bartok
Do you know which calls? Are they calls to documented APIs? If you have wine it still might work. Peter Ed Stewart wrote: I'm trying to use an assembly that is licensed managed by Xheo. I've been able to compile a simple test application with mcs, and I have a valid temporary key in the local

Re: [Mono-list] Might this be a bug?

2004-05-11 Thread Peter Dennis Bartok
It's not a bug. It's a problem loading winelib. We fixed a build issue, but I'm not sure whether or not the package you are using already has the fix. I'll find out. Peter -Original Message- From: "Ellis, Edward" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: 11 May, 2004 10:31 Subject

Re: [Mono-list] Windows installer - please test - Take 2

2004-05-08 Thread Peter Dennis Bartok
Just installed it. Here's what I noticed: 1) If using with JP Software's 4NT command interpreter (my standard), mcs and mono will close the shell when they terminate. 2) When trying to run a SWF application, I got the following error: C:\Documents and Settings\Schnuki\Desktop>mono FormsTest.exe

Re: [Mono-list] Windows.Forms on Debian

2004-04-09 Thread Peter Dennis Bartok
It it's not findinging libwinnt.dll.so you do not have the latest code installed on your system. You need (at least) the latest SWF dlls, but the error indicates that you don't have them. Peter -Original Message- From: "David Wright" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: 08 Ap

Re: [Mono-list] I give up

2004-04-08 Thread Peter Dennis Bartok
Joop, Marcus, et al, I understand your frustrations. Yes, you are right, all the file/networking/HTML/etc. is there, and GUI is still in it's infancy. IMO the reasons are that first, it's often much easier to write these lower level APIs, and second, GUI APIs are usually layered on top of almost e

Re: [Mono-list] Confused about the status of SWF

2004-04-06 Thread Peter Dennis Bartok
You need the winelib package (and I'm not sure if that is exposed through redcarpet yet). If not, you need to download from cvs and build yourself (it requires wine and wine-devel to build). Winelib provides the glue between wine and the SWF assembly. The SWF export isn't used anymore. Cheers,

  1   2   >