|
View:
New views
14 Messages
—
Rating Filter:
Alert me
|
|
|
Graph widgetsHello to all
At last I found the component to make 2D lines graph in GTK# but I can not compile it. I downloaded the sources from www.medsphere.org/projects/widgets I unpacked the file but when launching the configure script I receive a message saying that I did not MONO. The problem is that I have Mono and Mono develop installed . I'm using a UBUBTU 8.04 How to solve? Thanks to all. PS Medsphere.Widgets currently includes 4 widgets: CPaned: A helper class for dealing with Gtk.VPaneds with a Gtk.Expander child FBox: A "flowed" container for wrapping widgets GridView: An Excel-like grid Graph: A Cairo-based 2D graph IconLayout: A Cairo-based icon view ![]() ----------------------------------------------------------------------------- http://freeflow.awardspace.com ----------------------------------------------------------------------------- |
|
|
Re: Graph widgetsCan you provide the exact error message that you get during
configuration time, please? césar Panoramix wrote: > Hello to all > > At last I found the component to make 2D lines graph in GTK# but I can not > compile it. > I downloaded the sources from > www.medsphere.org/projects/widgets > > I unpacked the file but when launching the configure script I receive a > message saying that I did not MONO. > The problem is that I have Mono and Mono develop installed . > I'm using a UBUBTU 8.04 > How to solve? > > Thanks to all. > > PS > Medsphere.Widgets currently includes 4 widgets: > > CPaned: A helper class for dealing with Gtk.VPaneds with a Gtk.Expander > child > FBox: A "flowed" container for wrapping widgets > GridView: An Excel-like grid > Graph: A Cairo-based 2D graph > IconLayout: A Cairo-based icon view > > > ----- > :working: > ----------------------------------------------------------------------------- > http://freeflow.awardspace.com http://freeflow.awardspace.com > ----------------------------------------------------------------------------- > > _______________________________________________ Mono-list maillist - Mono-list@... http://lists.ximian.com/mailman/listinfo/mono-list |
|
|
Re: Graph widgetsSimply report here the output of
which mono also mono -V If your are using the generic linux installer to have a last version of mono than the one with your distro and say do not modify your environment path during installation, i gess when yu use mono it is something like : /opt/mono.x.x/bin/mono prog.exe I just compil it today under mdv 2008.1 without any problem. Someone know if there a way to use or have similar assembly of OWC (office web component) from Windows. 2008/6/4 Cesar Octavio Lopez Nataren <cesar.nataren@...>: > Can you provide the exact error message that you get during > configuration time, please? > > césar > > Panoramix wrote: >> Hello to all >> >> At last I found the component to make 2D lines graph in GTK# but I can not >> compile it. >> I downloaded the sources from >> www.medsphere.org/projects/widgets >> >> I unpacked the file but when launching the configure script I receive a >> message saying that I did not MONO. >> The problem is that I have Mono and Mono develop installed . >> I'm using a UBUBTU 8.04 >> How to solve? >> >> Thanks to all. >> >> PS >> Medsphere.Widgets currently includes 4 widgets: >> >> CPaned: A helper class for dealing with Gtk.VPaneds with a Gtk.Expander >> child >> FBox: A "flowed" container for wrapping widgets >> GridView: An Excel-like grid >> Graph: A Cairo-based 2D graph >> IconLayout: A Cairo-based icon view >> >> >> ----- >> :working: >> ----------------------------------------------------------------------------- >> http://freeflow.awardspace.com http://freeflow.awardspace.com >> ----------------------------------------------------------------------------- >> >> > > _______________________________________________ > Mono-list maillist - Mono-list@... > http://lists.ximian.com/mailman/listinfo/mono-list > Mono-list maillist - Mono-list@... http://lists.ximian.com/mailman/listinfo/mono-list |
|
|
Re: Graph widgetsHello cesar .
When the script arrives at the end (./configure) : checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for MONO... no checking for csc.exe... no configure: error : You need to install either Mono or .Net The reusult of my # mono --version : Mono JIT compiler version 1.2.6 (tarball) Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com TLS: __thread GC: Included Boehm (with typed GC) SIGSEGV: altstack Notifications: epoll Architecture: x86 Disabled: none I'm working on a UBUNTU 8.04 and Mono and Monodevelop 1.0 are installed from official UBUNTU repos . Thanks .
![]() ----------------------------------------------------------------------------- http://freeflow.awardspace.com ----------------------------------------------------------------------------- |
|
|
Re: Graph widgets2008/6/5 Panoramix <aria.francesco@...>:
> > Hello cesar . > > When the script arrives at the end (./configure) : > > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for MONO... no > checking for csc.exe... no > configure: error : You need to install either Mono or .Net > > The reusult of my # mono --version : > Mono JIT compiler version 1.2.6 (tarball) > Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com > TLS: __thread > GC: Included Boehm (with typed GC) > SIGSEGV: altstack > Notifications: epoll > Architecture: x86 > Disabled: none > I'm working on a UBUNTU 8.04 and Mono and Monodevelop 1.0 are installed from > official > UBUNTU repos . (%PATH , pkgconfig ...) Please, provide the output of "which mono" , also your ~/.bashrc and optionaly the one from /etc/ > > Thanks . > > > > Cesar Octavio Lopez Nataren wrote: >> >> Can you provide the exact error message that you get during >> configuration time, please? >> >> césar >> >> Panoramix wrote: >>> Hello to all >>> >>> At last I found the component to make 2D lines graph in GTK# but I can >>> not >>> compile it. >>> I downloaded the sources from >>> www.medsphere.org/projects/widgets >>> >>> I unpacked the file but when launching the configure script I receive a >>> message saying that I did not MONO. >>> The problem is that I have Mono and Mono develop installed . >>> I'm using a UBUBTU 8.04 >>> How to solve? >>> >>> Thanks to all. >>> >>> PS >>> Medsphere.Widgets currently includes 4 widgets: >>> >>> CPaned: A helper class for dealing with Gtk.VPaneds with a >>> Gtk.Expander >>> child >>> FBox: A "flowed" container for wrapping widgets >>> GridView: An Excel-like grid >>> Graph: A Cairo-based 2D graph >>> IconLayout: A Cairo-based icon view >>> >>> >>> ----- >>> :working: >>> ----------------------------------------------------------------------------- >>> http://freeflow.awardspace.com http://freeflow.awardspace.com >>> ----------------------------------------------------------------------------- >>> >>> >> >> _______________________________________________ >> Mono-list maillist - Mono-list@... >> http://lists.ximian.com/mailman/listinfo/mono-list >> >> > > > ----- > :working: > ----------------------------------------------------------------------------- > http://freeflow.awardspace.com http://freeflow.awardspace.com > ----------------------------------------------------------------------------- > > -- > View this message in context: http://www.nabble.com/Graph-widgets-tp17646571p17663392.html > Sent from the Mono - General mailing list archive at Nabble.com. > > _______________________________________________ > Mono-list maillist - Mono-list@... > http://lists.ximian.com/mailman/listinfo/mono-list > Mono-list maillist - Mono-list@... http://lists.ximian.com/mailman/listinfo/mono-list |
|
|
Re: Graph widgetsHello Eric .
The reusult of my # mono --version : Mono JIT compiler version 1.2.6 (tarball) Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com TLS: __thread GC: Included Boehm (with typed GC) SIGSEGV: altstack Notifications: epoll Architecture: x86 Disabled: none I'm working on a UBUNTU 8.04 and Mono and Monodevelop 1.0 are installed from official UBUNTU repos . When from a shell I launch Mono I need to type only "mono" so I think that the environment variables are correct . If from a shell I type " whereis mono" I receive this : mono: /usr/bin/mono /etc/mono /usr/lib/mono /usr/share/mono /usr/share/man/man1/mono.1.gz
![]() ----------------------------------------------------------------------------- http://freeflow.awardspace.com ----------------------------------------------------------------------------- |
|
|
Re: Graph widgets2008/6/5 Panoramix <aria.francesco@...>:
> > Hello Eric . > > The reusult of my # mono --version : > Mono JIT compiler version 1.2.6 (tarball) > Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com > TLS: __thread > GC: Included Boehm (with typed GC) > SIGSEGV: altstack > Notifications: epoll > Architecture: x86 > Disabled: none > I'm working on a UBUNTU 8.04 and Mono and Monodevelop 1.0 are installed from > official > UBUNTU repos . > > When from a shell I launch Mono I need to type only "mono" so I think that > the > environment variables are correct . > > If from a shell I type " whereis mono" I receive this : > > mono: /usr/bin/mono /etc/mono /usr/lib/mono /usr/share/mono > /usr/share/man/man1/mono.1.gz no problem to install it, but perhap's the error message is incorect, and should be "yu need mono >= 1.9" then yu have 1.2.6 (too low). Have a look on gtkgraph to see wath version needed and/or ask question directly to us, because, it is not seem a mono problem, but more a gtkgraph (openvista) problem , No ? > > Petit Eric wrote: >> >> Simply report here the output of >> which mono >> also >> mono -V >> If your are using the generic linux installer to have a last version >> of mono than the one with your distro and say do not modify your >> environment path during installation, i gess when yu use mono it is >> something like : >> /opt/mono.x.x/bin/mono prog.exe >> I just compil it today under mdv 2008.1 without any problem. >> Someone know if there a way to use or have similar assembly of OWC >> (office web component) from Windows. >> >> 2008/6/4 Cesar Octavio Lopez Nataren <cesar.nataren@...>: >>> Can you provide the exact error message that you get during >>> configuration time, please? >>> >>> césar >>> >>> Panoramix wrote: >>>> Hello to all >>>> >>>> At last I found the component to make 2D lines graph in GTK# but I can >>>> not >>>> compile it. >>>> I downloaded the sources from >>>> www.medsphere.org/projects/widgets >>>> >>>> I unpacked the file but when launching the configure script I receive a >>>> message saying that I did not MONO. >>>> The problem is that I have Mono and Mono develop installed . >>>> I'm using a UBUBTU 8.04 >>>> How to solve? >>>> >>>> Thanks to all. >>>> >>>> PS >>>> Medsphere.Widgets currently includes 4 widgets: >>>> >>>> CPaned: A helper class for dealing with Gtk.VPaneds with a >>>> Gtk.Expander >>>> child >>>> FBox: A "flowed" container for wrapping widgets >>>> GridView: An Excel-like grid >>>> Graph: A Cairo-based 2D graph >>>> IconLayout: A Cairo-based icon view >>>> >>>> >>>> ----- >>>> :working: >>>> ----------------------------------------------------------------------------- >>>> http://freeflow.awardspace.com http://freeflow.awardspace.com >>>> ----------------------------------------------------------------------------- >>>> >>>> >>> >>> _______________________________________________ >>> Mono-list maillist - Mono-list@... >>> http://lists.ximian.com/mailman/listinfo/mono-list >>> >> _______________________________________________ >> Mono-list maillist - Mono-list@... >> http://lists.ximian.com/mailman/listinfo/mono-list >> >> > > > ----- > :working: > ----------------------------------------------------------------------------- > http://freeflow.awardspace.com http://freeflow.awardspace.com > ----------------------------------------------------------------------------- > > -- > View this message in context: http://www.nabble.com/Graph-widgets-tp17646571p17663505.html > Sent from the Mono - General mailing list archive at Nabble.com. > > _______________________________________________ > Mono-list maillist - Mono-list@... > http://lists.ximian.com/mailman/listinfo/mono-list > Mono-list maillist - Mono-list@... http://lists.ximian.com/mailman/listinfo/mono-list |
|
|
Re: Graph widgets* Panoramix <aria.francesco@...> [2008-06-05 08:56]:
> > Hello cesar . > > When the script arrives at the end (./configure) : > > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for MONO... no > checking for csc.exe... no > configure: error : You need to install either Mono or .Net You probably have only runtime packages installed. Try installing: mono-2.0-devel (and mono-1.0-devel to be sure). Hope this helps silk _______________________________________________ Mono-list maillist - Mono-list@... http://lists.ximian.com/mailman/listinfo/mono-list |
|
|
Re: Graph widgets2008/6/5 Grzegorz Sobanski <silk@...>:
> * Panoramix <aria.francesco@...> [2008-06-05 08:56]: >> >> Hello cesar . >> >> When the script arrives at the end (./configure) : >> >> checking for pkg-config... /usr/bin/pkg-config >> checking pkg-config is at least version 0.9.0... yes >> checking for MONO... no >> checking for csc.exe... no >> configure: error : You need to install either Mono or .Net > > You probably have only runtime packages installed. > > Try installing: mono-2.0-devel (and mono-1.0-devel to be sure). -pkg:gtk-sharp ./*cs > > Hope this helps > > silk > _______________________________________________ > Mono-list maillist - Mono-list@... > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - Mono-list@... http://lists.ximian.com/mailman/listinfo/mono-list |
|
|
Re: Graph widgetsYou try to compile the Assembly dll to use it in a project, by using
existing sample code, find attached the compiled dll of graph, panel and so on. 2008/6/5 Petit Eric <surfzoid@...>: > 2008/6/5 Grzegorz Sobanski <silk@...>: >> * Panoramix <aria.francesco@...> [2008-06-05 08:56]: >>> >>> Hello cesar . >>> >>> When the script arrives at the end (./configure) : >>> >>> checking for pkg-config... /usr/bin/pkg-config >>> checking pkg-config is at least version 0.9.0... yes >>> checking for MONO... no >>> checking for csc.exe... no >>> configure: error : You need to install either Mono or .Net >> >> You probably have only runtime packages installed. >> >> Try installing: mono-2.0-devel (and mono-1.0-devel to be sure). > You have MonoDevelop installed, so you should be abble to use gmcs > -pkg:gtk-sharp ./*cs >> >> Hope this helps >> >> silk >> _______________________________________________ >> Mono-list maillist - Mono-list@... >> http://lists.ximian.com/mailman/listinfo/mono-list >> > _______________________________________________ Mono-list maillist - Mono-list@... http://lists.ximian.com/mailman/listinfo/mono-list |
|
|
|
|
|
Re: Graph widgetsThanks for the DLL Eric , I try immediately to compile one of the examples .
![]()
![]() ----------------------------------------------------------------------------- http://freeflow.awardspace.com ----------------------------------------------------------------------------- |
|
|
Re: Graph widgetsHi Eric .
I can compile the example and works so good
except CPanned, but is not a problem because at the moment I need only the Chart component
Components at work .
Schermata.png
Thanks Eric
![]() ----------------------------------------------------------------------------- http://freeflow.awardspace.com ----------------------------------------------------------------------------- |
|
|
Re: Graph widgets [SOLVED]Solved by Brad Taylor
I have installed libmono-dev and now work all . Below there is the link of the post that had solved my problems http://www.nabble.com/Re%3A-MedSphere-GTK--Graph-widgets-to17696987.html Thanks to all ![]()
|
| Free embeddable forum powered by Nabble | Forum Help |