[Mono-list] GTK# Stock Icon

2005-04-22 Thread Milen Dzhumerov
Hi all, I've been reading Mono: A Developer's Notebook and I couldn't find a way of creating an icon with a stock image. I looked at www.go-mono.com/docs/ for Icon related classes but couldn't figure out how to do it. My other question is, is it possible to show a menu if the user clicked on the i

Re: [Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-17 Thread Miguel de Icaza
Hello, > Dang, several months ago I sepnt several weeks > searching for a charting library that would run under > Mono. I found the same problem with the big guys like > Dundas, for one thing, they often make registry calls > that fail on Mono (because the Wine registry isn't as > complete as a tr

Re: [Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-16 Thread Dilton McGowan II
Dang, several months ago I sepnt several weeks searching for a charting library that would run under Mono. I found the same problem with the big guys like Dundas, for one thing, they often make registry calls that fail on Mono (because the Wine registry isn't as complete as a true Windows machine I

Fwd: Re: [Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-16 Thread Dilton McGowan II
Note: forwarded message attached. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --- Begin Message --- Hello, > Thanks to the respondees (sp?) so far. > > Jonathan's email hits a few nails

Re: [Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-16 Thread Miguel de Icaza
Hello, > Thanks to the respondees (sp?) so far. > > Jonathan's email hits a few nails on the head from > what I can see. Unfortunately, I'm unable to locate > the Dundas Charting for Gtk#. ;-) Aside from the > (apparent) lack of decent GUI desginers other than for > Java or C++ on Linux, my previ

Re: [Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-16 Thread Miguel de Icaza
Hello, > Thanks to the respondees (sp?) so far. > > Jonathan's email hits a few nails on the head from > what I can see. Unfortunately, I'm unable to locate > the Dundas Charting for Gtk#. ;-) Aside from the > (apparent) lack of decent GUI desginers other than for > Java or C++ on Linux, my previ

Re: [Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-16 Thread Miguel de Icaza
Hello, > Well, does this not make the argument for something like wx.NET, which > already has pretty decent OSX integration including native look and feel? Like Jonathan said, wx.NET is that it always provides the lowest common denominator widgetry. Which means that applications look and feel li

Re: [Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-16 Thread Miguel de Icaza
Hello, > Should developers consider Gtk# or the new Mono > Windows.Forms (or whatever it will be called) in > planning and design phases for new GUI projects? Gtk# will continue to be developed, and will continue to track the Gtk and Gnome development platforms. Windows.Forms should be conside

Re: [Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-16 Thread Jonathan Pryor
On Sat, 2005-04-16 at 11:44 +0200, Christian Gross wrote: > Jonathan Pryor wrote: > > > >This isn't entirely true; there is also development on Cocoa# for better > >Mac OS X integration. > > > Well, does this not make the argument for something like wx.NET, which > already has pretty decent OSX int

Re: [Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-16 Thread Christian Gross
Jonathan Pryor wrote: This isn't entirely true; there is also development on Cocoa# for better Mac OS X integration. Well, does this not make the argument for something like wx.NET, which already has pretty decent OSX integration including native look and feel? So the closest to an "official" po

Re: [Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-15 Thread Dilton McGowan II
Thanks to the respondees (sp?) so far. Jonathan's email hits a few nails on the head from what I can see. Unfortunately, I'm unable to locate the Dundas Charting for Gtk#. ;-) Aside from the (apparent) lack of decent GUI desginers other than for Java or C++ on Linux, my previous comment is worthy

Re: [Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-15 Thread Jonathan Pryor
On Fri, 2005-04-15 at 15:04 -0400, Wei Weng wrote: > That is also my question. Will Mono abandon (eventually) gtk# and go full > force behind SWF once SWF gets matured enough on most major platforms? Mono will do that when Microsoft stands behind SWF[1]. :-D Which is to say, No, Never, and You M

Re: [Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-15 Thread Gregory Hayes
I may be crazy, but GTK# is working fine for an app I have created that needs to run on Linux and Windows. With a nice helping of Glade, building a Gtk# app in mono is VERY simple (and quick.) Why abandon what works? Sure supporting SWF is a "good thing", but why do so at the cost of (gasp!) a bett

Re: [Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-15 Thread Wei Weng
Dilton McGowan II wrote: Should developers consider Gtk# or the new Mono Windows.Forms (or whatever it will be called) in planning and design phases for new GUI projects? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection aroun

Re: [Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-15 Thread Christian Gross
Dilton McGowan II wrote: Should developers consider Gtk# or the new Mono Windows.Forms (or whatever it will be called) in planning and design phases for new GUI projects? If I may add an third option. I find the wx.NET (http://wxnet.sourceforge.net) option to be very interesting as it uses wx

[Mono-list] Gtk# or the future Windows.Forms Mono

2005-04-15 Thread Dilton McGowan II
Should developers consider Gtk# or the new Mono Windows.Forms (or whatever it will be called) in planning and design phases for new GUI projects? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[Mono-list] Gtk# problem on Mac OSX.

2005-04-05 Thread Wei Weng
I have mono 1.1.4 and Gtk# 1.0.8 installed(from the source), on OSX 10.3. I have a very simple testing program: // project created on 03/15/2005 at 15:47 using System; using Gtk; class Test { public static void Main(string[] args) { Application.Init ();

[Mono-list] Gtk demo in win32, prj2make#, IL

2005-03-03 Thread Malcolm Schonfield
Hi, On a windows 2000 machine I've installed mono 1.1.4, and I've been looking at the gtk# demo app bundled with the release. I've created a Visual Studio project with all the .cs files and the right references (I think!). I can send on the csproj file. It compiled easily under Visual Studio 2

Re: [Mono-list] GTK# vs. Windows forms?

2005-01-24 Thread Doug Holton
I've recently started tinkering with GTK# for the first time, and getting used to Glade. What are the pros and cons of developing on, say, Visual Studio with Windows Forms vs, maybe, GTK# on MonoDevelop? A combination of Glade and GTK# seems mature enough to be a viable alternative to Windows

Re: [Mono-list] GTK# vs. Windows forms?

2005-01-23 Thread Adam Tauno Williams
> I've recently started tinkering with GTK# for the first time, and > getting used to Glade. What are the pros and cons of developing on, > say, Visual Studio with Windows Forms vs, maybe, GTK# on MonoDevelop? A > combination of Glade and GTK# seems mature enough to be a viable > alternative

Re: [Mono-list] GTK# vs. Windows forms?

2005-01-23 Thread Francisco T. Martinez
SigmaX wrote: Hey; I've recently started tinkering with GTK# for the first time, and getting used to Glade. What are the pros and cons of developing on, say, Visual Studio with Windows Forms vs, maybe, GTK# on MonoDevelop? A combination of Glade and GTK# seems mature enough to be a viable alt

[Mono-list] GTK# vs. Windows forms?

2005-01-23 Thread SigmaX
Hey; I've recently started tinkering with GTK# for the first time, and getting used to Glade. What are the pros and cons of developing on, say, Visual Studio with Windows Forms vs, maybe, GTK# on MonoDevelop? A combination of Glade and GTK# seems mature enough to be a viable alternative to Wi

Re: [Mono-list] GTK-Wimp themes

2005-01-18 Thread Vincent Arnoux
Francisco T. Martinez a écrit : Let me be more specific. If you use Gtk# from within the Mono 1.1.3 -- you do that by selecting the Mono command prompt from the Windows Start menu at Programs->Mono 1.1.3 for Windows->Mono 1.1.3 Command Prompt. Now, the environment is configured to use all of t

Re: [Mono-list] GTK-Wimp themes

2005-01-14 Thread Francisco T. Martinez
Vincent Arnoux wrote: Francisco T. Martinez a écrit : If you use Gtk# from within the Mono 1.1.3 or 1.0.5 installers in a version of Windows that supports themes (Windows XP and 2003 do) you will get the Gtk# Wimp theme by default. So what that means is that any Gtk# or Glade# application you c

Re: [Mono-list] GTK-Wimp themes

2005-01-14 Thread Vincent Arnoux
Francisco T. Martinez a écrit : If you use Gtk# from within the Mono 1.1.3 or 1.0.5 installers in a version of Windows that supports themes (Windows XP and 2003 do) you will get the Gtk# Wimp theme by default. So what that means is that any Gtk# or Glade# application you create and run under t

Re: [Mono-list] GTK-Wimp themes

2005-01-14 Thread Francisco T. Martinez
[EMAIL PROTECTED] wrote: Hi I don't know if the GTK+ solution is the best because the GTK forms in Window$ or Mac don't look like the same as in Linux. I never tested, but what a friend told me and it's what he using in other languages is the WX libraries. He said to me, that WX in windows use the

Re: [Mono-list] GTK-Wimp themes

2005-01-14 Thread esqueleto
Hi I don't know if the GTK+ solution is the best because the GTK forms in Window$ or Mac don't look like the same as in Linux. I never tested, but what a friend told me and it's what he using in other languages is the WX libraries. He said to me, that WX in windows use the API directly and the fo

[Mono-list] GTK-Wimp themes

2005-01-14 Thread Vincent Arnoux
Hello, I need to develop a cross-platform app using Mono. By googling on ways to get a more sexy GTK for Windows, I found GTK-Wimp that looks quite impressive. Unfortunately, I didn't find any tutorial nor sample code to use it with GTK#. Could someone please give me a link ? Regards, Vincent __

Re: [Mono-list] gtk-sharp on macos

2004-12-08 Thread Jamil Geor
Hi, I had this problem too, but then I updated my /etc/mono/config file with some extra dll maps like this: It seems to work fine now. Hope this helps. Jamil On Tue, 2004-12-07 at 15:05 -0600, Javier Diaz wrote: > Hello guys > > I've just compiled and installed gtk-sharp-1.0.4 o

[Mono-list] gtk-sharp on macos

2004-12-07 Thread Javier Diaz
Hello guys I've just compiled and installed gtk-sharp-1.0.4 on my macos system, I also have Mono 1.0.4 $ pkg-config --libs gtk-sharp -r:/Library/Frameworks/Mono.framework/Versions/1.0.4/lib/mono/gtk-sharp/glib-sharp.dll -r:/Library/Frameworks/Mono.framework/Versions/1.0.4/lib/mono/gtk-sharp/pang

[Mono-list] Gtk# 1.9.0 released

2004-11-10 Thread Mike Kestner
Announcing release 1.9.0 of Gtk#. This is an unstable development release for the GNOME 2.6 bindings. It is parallel installable with the latest stable release, 1.0.4. Tarball and RPMs for FC2 and NLD available for immediate download from: http://sourceforge.net/project/showfiles.php?group_id=4

Re: [Mono-list] GTK

2004-10-21 Thread Paul
Hi, > I'm writing for some advice, I want to know what is better, to learn > programming gtkksharp or wait for the full implementation of > window.forms? Depends on what you want to do. win.forms are good for form type applications while gtksharp offers you tonnes of things. But then, it depend

[Mono-list] GTK

2004-10-21 Thread clemente tort
Hi everybody, I'm writing for some advice, I want to know what is better, to learn programming gtkksharp or wait for the full implementation of window.forms? I'm not in a hurry for the GUI implementation of my application yet, so I have time, otherwise developing all , the GUI and the app, I can

Re: [Mono-list] Gtk-sharp and mono

2004-10-17 Thread Dmitry Kostenko
On Thursday 14 October 2004 21:27, Butler, Jennifer M. wrote: > All - > [Skipped] > > (:2120): libglade-WARNING **: unknown property `decorated' for > class `G > tkWindow' > Most probably you use Gtk+ 2.4 or newer under Linux (You should have with Glade 2.6.x). And AFAIK Gtk# officially supports (

[Mono-list] Gtk-sharp and mono

2004-10-15 Thread Butler, Jennifer M.
All - I'm working on a project in Visual Studio .Net that uses Glade to produce a gtk-sharp gui. Everything works fine for me when I compile with .Net and run against the .Net GAC. But I also need this project to work in Linux, so I have been trying to make it run on Mono. I've tried several diff

Re: [Mono-list] Gtk# installer problem

2004-09-29 Thread George Birbilis
> I want to install Gtk# installer to Visual Studio.2003 but when I started to setup Gtk# installer it gave an error.It said me this; > > --- > Microsft .NET Framework SDK 1.1 does not seem to be installed. try Start/Settings/Control Panel/Add-Remove programs and from there

Re: [Mono-list] gtk#

2004-08-03 Thread Tom Larsen
What system are you installing onto? For rpm, you can specify multiple rpm packages to install at the same time and will install them in the right order. If you need to just keep tacking on downloaded rpms till all dependancies are satisifed. Tom Larsen On Tue, 3 Aug 2004, lamyae Benabdeljali

Re: [Mono-list] gtk#

2004-08-03 Thread lamyae Benabdeljalil
Please i have a problem in installing gtk# 1.0 because of dependencies, can you tell me what i should install first ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list __

[Mono-list] gtk#

2004-08-03 Thread lamyae Benabdeljalil
Please i have a problem in installing gtk# 1.0 because of dependencies, can you tell me what i should install first ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

RE: [Mono-list] GTK# & DataBindings

2004-07-28 Thread Daniel Morgan
4 7:25 PM To: Xiii29; [EMAIL PROTECTED] Cc: mono-list Subject: Re: [Mono-list] GTK# & DataBindings Hello! > As I come from the WinForms World, I'm wondering if there is a way to > do databindings with Gtk# ? > > Or if there is another way to do IHM with Mono ! Sadly this is

Re: [Mono-list] GTK# & DataBindings

2004-07-28 Thread Miguel de Icaza
Hello! > As I come from the WinForms World, I'm wondering if there is a way to > do databindings with Gtk# ? > > Or if there is another way to do IHM with Mono ! Sadly this is a feature that is not implemented in Gtk# today. We wanted to provide this, but it has not yet materialized. Miguel. _

[Mono-list] Gtk# on windows crashed ...

2004-07-27 Thread Petr Reichl
Hi all, I've installed Mono 1.0 (Gtk# included) package from Novell site. Every Gtk# official samples has same problem with exception by end of programs. "Application has generated an exception that could not be handled. Process id=0xa14 (2580), Thread id=0xa10 (2576)" What is wrong? Are the Gtk#

[Mono-list] GTK# & DataBindings

2004-07-25 Thread Xiii29
Hi, As I come from the WinForms World, I'm wondering if there is a way to do databindings with Gtk# ? Or if there is another way to do IHM with Mono ! Thanks !

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

2004-07-23 Thread Daniel Morgan
tk.Image (Stock.GoDown, IconSize.SmallToolbar), new Gtk.SignalFunc (OnToolbar_ToggleResultsOutput)); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Carrera Sent: Friday, July 23, 2004 6:28 PM To: [EMAIL PROTECTED] Subje

Re: [Mono-list] Gtk# on Windows.

2004-07-23 Thread Daniel Carrera
On Fri, Jul 23, 2004 at 06:20:11PM -0400, Daniel Carrera wrote: > > Try using this installer: > > http://forge.novell.com/modules/xfmod/project/showfiles.php?group_id=1395&release_id=1945#selected > > Thanks! I'm downloading it right now. :-D Yay! It works now. Thanks. It looks like glade d

Re: [Mono-list] Gtk# on Windows.

2004-07-23 Thread Daniel Carrera
On Fri, Jul 23, 2004 at 04:30:09PM -0500, Francisco T. Martinez wrote: > Try using this installer: > http://forge.novell.com/modules/xfmod/project/showfiles.php?group_id=1395&release_id=1945#selected Thanks! I'm downloading it right now. I think this installer should be linked to from the main

Re: [Mono-list] Gtk# on Windows.

2004-07-23 Thread Francisco T. Martinez
Daniel see the comments below. Daniel Carrera wrote: Hello, I just wrote a simple program with Mono/C#/Gtk#. It runs fine on Linux and I want to get it to run on Windows as well. I just installed Mono 1.0 on a Windows XP box. I have also ran setmonopath.bat. Now, when I tried to run the progr

[Mono-list] Gtk# on Windows.

2004-07-23 Thread Daniel Carrera
Hello, I just wrote a simple program with Mono/C#/Gtk#. It runs fine on Linux and I want to get it to run on Windows as well. I just installed Mono 1.0 on a Windows XP box. I have also ran setmonopath.bat. Now, when I tried to run the program, it complained that it couldn't find glib# and g

Re: [Mono-list] gtk# problem

2004-07-08 Thread John Luke
That looks like an outdated example, can you tell us where it is so it can be fixed? just change win.DefaultSize = new Size(200, 200); to win.SetDefaultSize (200, 200); On Wed, 07 Jul 2004 22:24:00 +, Paul <[EMAIL PROTECTED]> wrote: > Hi, > > Below is a very simple piece of code which I'm st

Re: [Mono-list] gtk# problem

2004-07-07 Thread Kent Loobey
On Wednesday 07 July 2004 03:24 pm, Paul wrote: > Hi, > > Below is a very simple piece of code which I'm still trying to compile - > but all I get is an error (error CS0029: Cannot convert implicitly from > `System.Drawing.Size' to `Gdk.Size'). > > How do I fix this problem? > > TTFN > > Paul > > 8

Re: [Mono-list] gtk# problem

2004-07-07 Thread Paul
Hi, > That looks like an outdated example, can you tell us where it is so it > can be fixed? Page 218, Mono Kickstart A book definately suffering from coming out way too early. TTFN Paul signature.asc Description: This is a digitally signed message part

Re: [Mono-list] Gtk# not detected

2004-07-07 Thread Jonathan Pryor
On Wed, 2004-07-07 at 10:26, Shantanu Kumar wrote: > I have installed Mono 1.0 RPMs on my Fedora Core 1 box. While everything > else appears to work, assemblies Gtk and GtkSharp are not detected as > present on the system. On compilation (an example prog), the error > mesage says: What command

[Mono-list] gtk# problem

2004-07-07 Thread Paul
Hi, Below is a very simple piece of code which I'm still trying to compile - but all I get is an error (error CS0029: Cannot convert implicitly from `System.Drawing.Size' to `Gdk.Size'). How do I fix this problem? TTFN Paul 8> using Gtk; using GtkSharp; using System; using System.Drawing

Re: [Mono-list] gtk#

2004-07-07 Thread Francisco T. Martinez
PFJ wrote: See comments in-line: Hi, I'm testing the code in the Sams "Mono Kickstart" book for the ACCU review and have stumbled on a problem. When I try to compile the gtk# code, mcs throws out the error cannot find assembley gtk-sharp libgtksharp (and family) is in /usr/lib. I've run /sbin/ldcon

[Mono-list] gtk#

2004-07-07 Thread PFJ
Hi, I'm testing the code in the Sams "Mono Kickstart" book for the ACCU review and have stumbled on a problem. When I try to compile the gtk# code, mcs throws out the error cannot find assembley gtk-sharp libgtksharp (and family) is in /usr/lib. I've run /sbin/ldconfig as well, but get the same

[Mono-list] Gtk# not detected

2004-07-07 Thread Shantanu Kumar
Hi, I have installed Mono 1.0 RPMs on my Fedora Core 1 box. While everything else appears to work, assemblies Gtk and GtkSharp are not detected as present on the system. On compilation (an example prog), the error mesage says: ButtonApp.cs(4) error CS0246: The namespace `Gtk' can not be found

Re: [Mono-list] gtk# apps don't run

2004-07-07 Thread Igor Anikeev
Thanks all. It was obviously a problem with /etc/mono/config - all working now Igor Anikeev wrote: Hi, I have a clean install on Fedora Core 2 from mono-project.org, nevertheless I get things like Unhandled Exception: System.DllNotFoundException: libgtk-win32-2.0-0.dll in <0x00053> (wrapper manag

Re: [OBORONA-SPAM] [Mono-list] gtk# apps don't run

2004-07-07 Thread Vadim B. Guzev
Hello Igor, Tuesday, July 6, 2004, 7:37:52 PM, you wrote: IA> Hi, IA> I have a clean install on Fedora Core 2 from mono-project.org, IA> nevertheless I get things like IA> Unhandled Exception: System.DllNotFoundException: libgtk-win32-2.0-0.dll IA> in <0x00053> (wrapper managed-to-native) Gtk.

Re: [Mono-list] gtk# apps don't run

2004-07-06 Thread Erik Dasque
How did you install Mono ? Yum ? Look at your /etc/mono/config for an entry about that dll and let us know what it looks like. Erik On Jul 6, 2004, at 11:37 AM, Igor Anikeev wrote: Hi, I have a clean install on Fedora Core 2 from mono-project.org, nevertheless I get things like Unhandled Except

Re: [Mono-list] GTK# Runtime for Windows installer now available

2004-07-06 Thread Davy Brion
On Tue, 29 Jun 2004 10:29:07 -0400, Erik Dasque <[EMAIL PROTECTED]> wrote: > We'd love any feedback on this installer. a user who tried my gtk# aplication on windows with your gtk# installer got the following error: System.ArgumentNullException: Key cannot be null. Parameter name: key at Syst

Re: [Mono-list] gtk# apps don't run

2004-07-06 Thread Paul
Hi Igor, > Unhandled Exception: System.DllNotFoundException: libgtk-win32-2.0-0.dll > in <0x00053> (wrapper managed-to-native) Gtk.Application:gtk_init > (int&,intptr&)in <0x00038> Gtk.Application:Init () > in <0x00019> GladeSamples.GladeTest:.ctor (string[]) > in <0x00020> GladeSamples.GladeTest

[Mono-list] gtk# apps don't run

2004-07-06 Thread Igor Anikeev
Hi, I have a clean install on Fedora Core 2 from mono-project.org, nevertheless I get things like Unhandled Exception: System.DllNotFoundException: libgtk-win32-2.0-0.dll in <0x00053> (wrapper managed-to-native) Gtk.Application:gtk_init (int&,intptr&)in <0x00038> Gtk.Application:Init () in <0x00

[Mono-list] GTK# Runtime for Windows installer now available

2004-06-29 Thread Erik Dasque
Hi all, The GTK# Runtime for Windows installer now available and its Novell Forge project public : http://forge.novell.com/modules/xfmod/project/?gtk-sharp "An installer that will setup you windows box to run GTK# based libraries under .NET. This project will install the GTK# libraries into you

Re: [Mono-list] gtk# app installer

2004-06-28 Thread tsoroka
Hi! Just I cannot guarantee that on windows computer will be M$ .NET installed. And I don't want rely on that - this app is for people without any knowledge about computing, and I want have very easy installer. At all I wouldn't rely on anything :) I mean I would for example install my app to: c

Re: [Mono-list] gtk# app installer

2004-06-28 Thread Erik Dasque
Again, there will soon be a windows installer for GTK/GTK# bound to MS .NET. Erik On Jun 28, 2004, at 6:53 AM, Davy Brion wrote: On Sun, 27 Jun 2004 22:23:03 -0400, Erik Dasque <[EMAIL PROTECTED]> wrote: Well, do you need Mono there, on Windows ? You can just rely on .NET. As for GTK/GTK#, we ha

Re: [Mono-list] gtk# app installer

2004-06-28 Thread Davy Brion
On Sun, 27 Jun 2004 22:23:03 -0400, Erik Dasque <[EMAIL PROTECTED]> wrote: > > Well, do you need Mono there, on Windows ? You can just rely on .NET. > As for GTK/GTK#, we have an installer coming very soon for Windows. I have an application which uses GTK# and i'd like to release a windows versio

Re: [Mono-list] gtk-sharp CVS build failing

2004-06-28 Thread Marc Recht
[...] > When doing the compilation, you need to pass the option > '--optimize=loop' to mono. I had to go into the Makefile for each > assembly in gtk-sharp, change the RUNTIME variable from > /bin/mono to /bin/mono > --optimize=loop. > > This is a known mono bug and should be fixed soon. Than

Re: [Mono-list] gtk# app installer

2004-06-27 Thread Tomasz Soroka
Hi! Just I cannot guarantee that on windows computer will be M$ .NET installed. And I don't want rely on that - this app is for people without any knowledge about computing, and I want have very easy installer. At all I wouldn't rely on anything :) I mean I would for example install my app to: c

Re: [Mono-list] gtk-sharp CVS build failing

2004-06-27 Thread Mark Gimelfarb
I have followed the advice on adding the --optimize=loop option when compiling and it worked for me. This option will be required for building gtk-sharp and gecko-sharp. While at it, there were other issues compiling gtkmozembed-sharp. In order to fix those, a patch to MozWindow.custom will be

Re: [Mono-list] gtk# app installer

2004-06-27 Thread Erik Dasque
Well, do you need Mono there, on Windows ? You can just rely on .NET. As for GTK/GTK#, we have an installer coming very soon for Windows. Erik On Jun 27, 2004, at 2:34 PM, Tomasz Soroka wrote: Hi! I did app in gtk# and now I would write installer for windows. I would like have all needed things i

Re: [Mono-list] gtk-sharp CVS build failing

2004-06-27 Thread Francisco Figueiredo Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gert Kello wrote: |>> I'm getting this same error on both FC2 and Debian Unstable. mono and |>> gtk-sharp source was gotten from CVS. |> |> |> |> I'm getting the same error on NetBSD with mono 0.97 and Gtk# 0.99. | | | Same here on Debian unstable. Also

Re: [Mono-list] gtk-sharp CVS build failing

2004-06-27 Thread Gert Kello
I'm getting this same error on both FC2 and Debian Unstable. mono and gtk-sharp source was gotten from CVS. I'm getting the same error on NetBSD with mono 0.97 and Gtk# 0.99. Same here on Debian unstable. Also noticed that building libgdiplus gives many errors like ../libtool: line 3975: test:

Re: [Mono-list] gtk-sharp CVS build failing

2004-06-27 Thread Marc Recht
> I'm getting this same error on both FC2 and Debian Unstable. mono and > gtk-sharp source was gotten from CVS. I'm getting the same error on NetBSD with mono 0.97 and Gtk# 0.99. Marc pgpZ0zhAmL0e6.pgp Description: PGP signature !DSPAM:40df1752270552020415896!

[Mono-list] gtk-sharp CVS build failing

2004-06-27 Thread Fawad Halim
Hi, gtk-sharp build is failing for me with this error: Name: pattern Type: FcPattern* in callback PangoFT2SubstituteFunc Stubbing it out Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object in <0x0005d> GtkSharp.Generation.ClassBa

[Mono-list] gtk# app installer

2004-06-27 Thread Tomasz Soroka
Hi! I did app in gtk# and now I would write installer for windows. I would like have all needed things in one installer. - mono - gtk# libs - gtk+ libs It should installs all in one place, and should be very easy - user shouldn't know what technology was used. Can You give me any advices how

Re: [Mono-list] gtk-sharp CVS build failing

2004-06-27 Thread Chris Turchin
Hi Fawad, thanks for the tip (off the list) on how to solve this. if anyone else is having this problem (and I just saw on IRC that others are) then try this suggestion from fawad: When doing the compilation, you need to pass the option '--optimize=loop' to mono. I had to go into the Makefile f

[Mono-list] gtk-sharp CVS build failing

2004-06-26 Thread Fawad Halim
Hi, gtk-sharp build is failing for me with this error: Name: pattern Type: FcPattern* in callback PangoFT2SubstituteFunc Stubbing it out Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object in <0x0005d> GtkSharp.Generation.ClassBa

Re: [Gtk-sharp-list] Re: [Mono-list] gtk-sharp & monodoc package for mac os x

2004-06-24 Thread Chris Ridd
On 23/6/04 11:27 pm, Paolo Molaro <[EMAIL PROTECTED]> wrote: > On 06/22/04 Elfred Pagan wrote: >> I am, for some reason gtk# didn't compile for me. > [...] > > On 06/22/04 [EMAIL PROTECTED] wrote: >> Same here. gtk# didn't compile. > [...] > > What if you both detail the issues you found? This i

Re: [Gtk-sharp-list] Re: [Mono-list] gtk-sharp & monodoc package for mac os x

2004-06-23 Thread Paolo Molaro
On 06/22/04 Elfred Pagan wrote: > I am, for some reason gtk# didn't compile for me. [...] On 06/22/04 [EMAIL PROTECTED] wrote: > Same here. gtk# didn't compile. [...] What if you both detail the issues you found? This is free software: useful bug reports from the users are important to get things

Re: [Mono-list] gtk-sharp & monodoc package for mac os x

2004-06-22 Thread steve
Balogh" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 22, 2004 8:45 PM Subject: Re: [Mono-list] gtk-sharp & monodoc package for mac os x > I am, for some reason gtk# didn't compile for me. > > On Wed, 23

Re: [Mono-list] gtk-sharp & monodoc package for mac os x

2004-06-22 Thread Elfred Pagan
I am, for some reason gtk# didn't compile for me. On Wed, 23 Jun 2004 05:37:52 +0200, Attila Balogh <[EMAIL PROTECTED]> wrote: > > hello, > > i have built a gtk-sharp.mpkg (0.98) and a monodoc.mpg (0.17) for mac os > x, with all dependencies. anyone interested in testing? > regards; > > Attila

[Mono-list] gtk-sharp & monodoc package for mac os x

2004-06-22 Thread Attila Balogh
hello, i have built a gtk-sharp.mpkg (0.98) and a monodoc.mpg (0.17) for mac os x, with all dependencies. anyone interested in testing? regards; Attila Balogh ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-lis

Re: [Mono-list] Gtk# 0.93 released

2004-06-05 Thread Duncan Mak
On Fri, 2004-06-04 at 22:04, Randy J. Ray wrote: > It would seem that the Mono beta2 is eager to promote Gtk# 0.93. It's listed > twice in the download area (right before Gecko# and again right after > GtkSourceView#). :-) Fixed. Thanks for the report. Duncan. __

[Mono-list] Gtk# 0.93 released

2004-06-04 Thread Randy J. Ray
It would seem that the Mono beta2 is eager to promote Gtk# 0.93. It's listed twice in the download area (right before Gecko# and again right after GtkSourceView#). :-) Randy -- [EMAIL PROTECTED] http://www.rjray.org http://www.svsm.org Always code as if the guy who ends up maint

[Mono-list] Gtk# 0.93 released

2004-06-02 Thread Mike Kestner
Announcing release 0.93 of Gtk#, codenamed "Rising Crust Pizza." Tarball available for immediate download from: http://sourceforge.net/project/showfiles.php?group_id=40240 Binaries (thanks to Duncan Mak) will be available shortly through the Mono project at: http://www.go-mono.com/download.ht

[Mono-list] Gtk# 0.91.1 released

2004-05-04 Thread Mike Kestner
Announcing release 0.91.1 of Gtk#, codenamed "Chicken Stuffed Sandwich." Tarball available for immediate download from: http://sourceforge.net/project/showfiles.php?group_id=40240 Binaries (thanks to Duncan Mak) will be available shortly through the Mono project at: http://www.go-mono.com/dow

Re: [Mono-list] gtk# samples running on mac os x 10.3

2004-05-03 Thread Paolo Molaro
On 05/03/04 Attila Balogh wrote: > i know there wasn't any 'proper statements' whatsoever about mono being > ready on ppc/os x, but anyway, with the cvs version today i was able to > run _all_ the samples in gtk_sharp/sample. Yes, we have been busy bees the last few days:-) People should remembe

[Mono-list] gtk# samples running on mac os x 10.3

2004-05-02 Thread Attila Balogh
hello, i know there wasn't any 'proper statements' whatsoever about mono being ready on ppc/os x, but anyway, with the cvs version today i was able to run _all_ the samples in gtk_sharp/sample. even more, monodoc also starts (i mean browser.exe), though there were some problems with the xml fil

[Mono-list] GTK#/GLADE Deploying and running on the .NET Framework

2004-04-14 Thread Timothy Parez
Hi, While it's easy enough to get GTK#/Glade working with mono, I was wondering if there is a guide on how to deploy such an application in such a way that it runs on the .NET Framework without any problems. What files are needed, and so on ... Could someone help me ? Thnx. ___

[Mono-list] Gtk# 0.18 released

2004-03-31 Thread Mike Kestner
Announcing release 0.18 of Gtk#, codenamed "Todd's Private Dancer." Tarball available for immediate download from: http://sourceforge.net/project/showfiles.php?group_id=40240 Binaries (thanks to Duncan Mak) will be available shortly through the Mono project at: http://www.go-mono.com/download

[Mono-list] [Gtk-sharp-list] glade-sharp: Cannot get resources file

2004-03-26 Thread Trent Lloyd
Hi Guys, I have a problem, it happens in Mono from CVS, the latest nightly build and the one in debian unstable Occurs in my own test code + the glade test sample [EMAIL PROTECTED] ~/cvs/mono/gtk-sharp/sample] (348)% mono ./glade-test.exe Unhandled Exception: System.ArgumentException: Cannot get

[Mono-list] GTK# killer app for Windows Business Programmers

2004-03-26 Thread Francisco T. Martinez
Hi Mono and GTK# business community: A brief introduction, I am Francisco âPacoâ Martinez, a Dallas based Software Engineer by day and a Mono/GTK# enthusiast by night. I have been programming enterprise client/server and n-tier system for over 10 years now. Like many of my colleagues, I work for

[Mono-list] gtk# packages on http://www.go-mono.com/download.html

2004-03-17 Thread George Farris
Attention mono download maintainers: You have not provided the gtk-sharp-devel packages which means one cannot upgrade to your newer packages unless they remove the older gtk-sharp-devel packages. Would you please provide these for Fedora Core 1, Redhat 9 and Suse 9. Thank you. -- George Far

Re: [Mono-list] GTK#

2004-02-28 Thread Erik Dasque
Hi Elfred, what specific problems are you running into ? One thing you are probably having troubles with is a PPC bug which prevents the ppc JIT to work well. You're likely to be more successful if you change the Makefiles and use mint (the interpreter) instead of mono (the JIT) for now. The b

[Mono-list] GTK#

2004-02-28 Thread Elfred Pagán
Hello, I'm not sure if this would be the right place to post this but, does anyone have instructions on building GTK# on OS X? I'm running Mono 30.2 . Any help would be great, thanks Elfred Pagán ___ Mono-list maillist - [EMAIL PROTECTED] http://list

[Mono-list] Gtk# 0.17 released

2004-02-27 Thread Mike Kestner
Announcing release 0.17 of Gtk#, codenamed "Todd made me do it." Tarball available for immediate download from: http://sourceforge.net/project/showfiles.php?group_id=40240 Binaries will be available shortly through the Mono project (thanks to Duncan Mak). About Gtk#: Gtk# is a .Net language

[Mono-list] Gtk# 0.16 released

2004-02-07 Thread Mike Kestner
Announcing release 0.16 of Gtk#, codenamed "Groundhog Stew." Tarballs and binaries available for immediate download from: http://sourceforge.net/project/showfiles.php?group_id=40240 About Gtk#: Gtk# is a .Net language binding for the Gtk+ Graphical User Interface toolkit and several GNOME pl

Re: [Mono-list] gtk# with gtkhtml

2004-02-01 Thread Ravindra Kumar
You can install libgtkhtml from rug channels or use google to get this library. You would need to have version 3.x of this library. ~R >>> "Met @ Uber" <[EMAIL PROTECTED]> 2/1/2004 9:18:13 PM >>> How do configure gtk-sharp to install gtkhtml? ___ Mono-

Re: [Mono-list] gtk# with gtkhtml

2004-02-01 Thread Brice Vissière
Met @ Uber wrote: How do configure gtk-sharp to install gtkhtml? ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list Hello, after running ./configure, something like this is displayed: """ Configuration summa

[Mono-list] gtk# with gtkhtml

2004-02-01 Thread Met @ Uber
How do configure gtk-sharp to install gtkhtml? ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

<    1   2   3   >