[MonoDevelop] Monodevelop-list Digest, Vol 64, Issue 28

Balázsi Györgyné rambo.1914 at hotmail.com
Mon Aug 23 16:49:42 EDT 2010


Mikor almodtatok,hogy laptopom van???VOLT!!!AQMIG A DOG FOLLOWOK SZET NEM BLOKKOLTAK AZ EGESZET!!!!!Mo9st 1 etc. 80kg-s asztali gepem van ami lehet oregebb a gyerekeimtol!!!!A rak egye ki a szivuket a szemet followoknak,pedig hany honapig sporoltam ra!!!!!!Ezt meg a szomszedasszony adta kolcson,hogy vigyazzak ra!!!SIKERULT!!!!5MB-s nettel 2-3 ora alatt a keresot mar be is tudom hozni!!!!!

> From: monodevelop-list-request at lists.ximian.com
> Subject: Monodevelop-list Digest, Vol 64, Issue 28
> To: monodevelop-list at lists.ximian.com
> Date: Mon, 23 Aug 2010 15:32:09 -0400
> 
> Send Monodevelop-list mailing list submissions to
> 	monodevelop-list at lists.ximian.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.ximian.com/mailman/listinfo/monodevelop-list
> or, via email, send a message with subject or body 'help' to
> 	monodevelop-list-request at lists.ximian.com
> 
> You can reach the person managing the list at
> 	monodevelop-list-owner at lists.ximian.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Monodevelop-list digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: Debugging MonoDevelop from within MonoDevelop?
>       (Lluis Sanchez Gual)
>    2. Re: MD "steals" mouse actions from my entire desktop when
>       debugging (Lluis Sanchez Gual)
>    3. Re: Monodevelop-list Digest, Vol 64, Issue 25 (Bob Lang)
>    4. 2 widgets in the same container using form designer? (Rampage)
>    5. mono library version problem- mono-2-6 (Vasili I. Galchin)
>    6. Re: mono library version problem- mono-2-6 (Vasili I. Galchin)
>    7. Re: Debugging MonoDevelop from within MonoDevelop? (IBBoard)
>    8. adding two widgets in the same container and using hide() and
>       show() (Rampage)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Mon, 23 Aug 2010 10:27:19 +0200
> From: Lluis Sanchez Gual <slluis.devel at gmail.com>
> Subject: Re: [MonoDevelop] Debugging MonoDevelop from within
> 	MonoDevelop?
> To: IBBoard <ibboard at gmail.com>
> Cc: monodevelop-list <monodevelop-list at lists.ximian.com>
> Message-ID: <1282552039.26849.26.camel at linux-wovx.site>
> Content-Type: text/plain; charset="ISO-8859-15"
> 
> El ds 21 de 08 de 2010 a les 20:41 +0100, en/na IBBoard va escriure:
> > I'm guessing it is possible, but I'm not sure how at the moment! I'd
> > found a bug and wanted to give it a quick poke to see if it was
> > something I could report and fix at the same time. To give it a poke I
> > wanted to run it up in MD and debug it with a breakpoint to see what was
> > happening. It doesn't seem like a major thing for something that builds
> > cleanly with Make, but I'm getting 126 errors about missing assemblies
> > because it can't find namespaces and classes.
> 
> The problem is that you are trying to build the whole MonoDevelop
> workspace, which includes all add-ins in Extras. Those add-ins will fail
> to build unless you included them in the build when running the
> configure script. If you don't need to debug any add-in in extras, my
> advice is to build only the Main solution.
> 
> Lluis.
> 
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Mon, 23 Aug 2010 10:30:44 +0200
> From: Lluis Sanchez Gual <slluis.devel at gmail.com>
> Subject: Re: [MonoDevelop] MD "steals" mouse actions from my entire
> 	desktop when debugging
> To: kuseman <marcus at in-process.se>
> Cc: monodevelop-list at lists.ximian.com
> Message-ID: <1282552244.26849.30.camel at linux-wovx.site>
> Content-Type: text/plain; charset="ISO-8859-15"
> 
> El dg 22 de 08 de 2010 a les 01:54 -0700, en/na kuseman va escriure:
> > Hi,
> > 
> > Yesterday I came across a really annoying thing when working on a project.
> > It's a simple
> > GTK application with a treeview. I have a buttonpress event on the treeview
> > which populates and brings up
> > a Gtk.Menu with MenuItems.
> > 
> > Now the strange thing, if I put a breakpoint on the eventhandler for the
> > MenuItem.Click MD breaks correctly,
> > but now I can't do a thing, my system wont respond to mouse clicks on any
> > open application including MD.
> > I have to Ctrl-Alt-F1 to a tty and kill the mono-process to get back mouse
> > actions.
> > 
> > Anyone experienced this?
> 
> Yes. The problem is that the debugged application had captured the mouse
> when it hit the breakpoint, and it is not releasing it because it is
> stopped in the debugger. I yet have to find a solution for this.
> 
> Lluis.
> 
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Mon, 23 Aug 2010 10:24:49 +0100
> From: Bob Lang <bob.lang at blueyonder.co.uk>
> Subject: Re: [MonoDevelop] Monodevelop-list Digest, Vol 64, Issue 25
> To: monodevelop-list at lists.ximian.com
> Message-ID: <88D3E77A-A11A-42AB-B597-991BB1FDD0B2 at blueyonder.co.uk>
> Content-Type: text/plain; charset=us-ascii
> 
> Hi Quandary
> 
> On 23 Aug 2010, at 09:11, Quandary wrote:
> 
> > The mono-project is not responsible when you're too stupid to download a few files.
> 
> I think there's a responsibility for the designers/maintainers of any project to clearly list any file dependencies, and I think there's a temptation to assume that every new user knows as much about the project as the developers.  
> 
> Most developers actually want their products to be widely used, and so it's really up to the development team to make sure that the installation process is as clear, simple and easy as possible.  
> 
> Bob
> 
> 
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Mon, 23 Aug 2010 09:29:04 -0700 (PDT)
> From: Rampage <atomikramp at email.it>
> Subject: [MonoDevelop] 2 widgets in the same container using form
> 	designer?
> To: monodevelop-list at lists.ximian.com
> Message-ID: <1282580944139-2335433.post at n4.nabble.com>
> Content-Type: text/plain; charset=us-ascii
> 
> 
> Hello everyone,
> i think the subject pretty explains it all, i was wondering if by using the
> designer it was possible to add 2 widgets in the same container and then
> from the source of my application manage the display of one or the other
> using the show() and hide() methos.
> 
> at the moment i have a notebook widget with a scrollwindow containing a
> textview, i would like to be able to swap between a textview and an image
> widget.
> deleting them is not necessary for me, it's enaugh to show or hide depending
> on the data i have to display.
> 
> I've also taken a look at the gtk-gui/MainWindow.cs file but the comment
> says not to edit that file or things would likely screw up.
> 
> thanks in advice for the help 
> -- 
> View this message in context: http://mono.1490590.n4.nabble.com/2-widgets-in-the-same-container-using-form-designer-tp2335433p2335433.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
> 
> 
> ------------------------------
> 
> Message: 5
> Date: Mon, 23 Aug 2010 11:34:21 -0500
> From: "Vasili I. Galchin" <vigalchin at gmail.com>
> Subject: [MonoDevelop] mono library version problem- mono-2-6
> To: monodevelop-list <monodevelop-list at lists.ximian.com>
> Message-ID:
> 	<AANLkTikk4wVjEh6+kjJj6sgqaEFLhEu3NQ+pv50Ca-2i at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hello,
> 
>      I am getting a version clash between mscorlib.dll and FSharp.Core.dll:
> 
> 
> /home/vasili/Projects/CnC.NET/CnC.NET/CnCRuntime/unknown(1,1): error FS0219:
> The referenced or default base CLI library 'mscorlib' is binary-incompatible
> with the referenced F# core library
> '/home/vasili/Downloads/FSharp-2.0.0.0/bin/FSharp.Core.dll'. Consider
> recompiling the library or making an explicit reference to a version of this
> library that matches the CLI version you are using.
> 
> I need the Threading functionality from mscorlib.dll. Which version of
> FSharp.Core.dll is compatible with mono-2-6's mscorlib.dll?
> 
> Thank you,
> 
> Vasili
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20100823/b3165a48/attachment-0001.html 
> 
> ------------------------------
> 
> Message: 6
> Date: Mon, 23 Aug 2010 11:34:55 -0500
> From: "Vasili I. Galchin" <vigalchin at gmail.com>
> Subject: Re: [MonoDevelop] mono library version problem- mono-2-6
> To: monodevelop-list <monodevelop-list at lists.ximian.com>
> Cc: Galchin Vasili <vigalchin at gmail.com>
> Message-ID:
> 	<AANLkTikSwjnpnrmeJJ=5qJ5__ni8jUU7Ap+Dd6G86LCk at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> hmmmmm ... on second thought please check the second error below:
> >
> >
> > /home/vasili/Projects/CnC.NET/CnC.NET/CnCRuntime/unknown(1,1): error
> > FS0219: The referenced or default base CLI library 'mscorlib' is
> > binary-incompatible with the referenced F# core library
> > '/home/vasili/Downloads/FSharp-2.0.0.0/bin/FSharp.Core.dll'. Consider
> > recompiling the library or making an explicit reference to a version of this
> > library that matches the CLI version you are
> > using.
> >
> >
> >
> > /home/vasili/Projects/CnC.NET/CnC.NET/CnCRuntime/unknown(1,1): error
> > FS0229: Error opening binary file
> > '/home/vasili/Downloads/FSharp-2.0.0.0/bin/FSharp.Core.dll': Exception of
> > type 'Microsoft.FSharp.Compiler.ErrorLogger+ReportedError' was
> > thrown.
> >
> >
> > It almost seems like a permissions problem (the second error). However, I
> > can "cd" as myself (not sudo ... kubuntu) down into the containing
> > directory.
> >
> > I forgot to mention one factor ..... I ran the CLI generated by
> > monodevelop!!! =>
> >
> > Usr/bin/fsc
> > --out:/home/vasili/Projects/CnC.NET/CnC.NET/CnCRuntime/bin/Debug/CnCRuntime.dll
> > --noframework "--reference:System.dll" "--reference:System.Core.dll"
> > "--reference:/home/vasili/JUNK/lib/mono/4.0/mscorlib.dll" -g --optimize-
> > --utf8output --define:DEBUG --target:library
> > /home/vasili/Projects/CnC.NET/CnC.NET/CnCRuntime/CnCRuntime.fs
> >
> >
> > Any suggestions? Any ideas??
> >
> > Kind regards,
> >
> > Vasili
> >
> > On Sat, Aug 21, 2010 at 12:26 AM, Vasili I. Galchin <vigalchin at gmail.com>wrote:
> >
> >> Hello,
> >>
> >>      I am getting a version clash between mscorlib.dll and
> >> FSharp.Core.dll:
> >>
> >>
> >> /home/vasili/Projects/CnC.NET/CnC.NET/CnCRuntime/unknown(1,1): error
> >> FS0219: The referenced or default base CLI library 'mscorlib' is
> >> binary-incompatible with the referenced F# core library
> >> '/home/vasili/Downloads/FSharp-2.0.0.0/bin/FSharp.Core.dll'. Consider
> >> recompiling the library or making an explicit reference to a version of this
> >> library that matches the CLI version you are using.
> >>
> >> I need the Threading functionality from mscorlib.dll. Which version of
> >> FSharp.Core.dll is compatible with mono-2-6's mscorlib.dll?
> >>
> >> Thank you,
> >>
> >> Vasili
> >>
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20100823/f0a95a76/attachment-0001.html 
> 
> ------------------------------
> 
> Message: 7
> Date: Mon, 23 Aug 2010 20:15:16 +0100
> From: IBBoard <ibboard at gmail.com>
> Subject: Re: [MonoDevelop] Debugging MonoDevelop from within
> 	MonoDevelop?
> To: slluis.devel at gmail.com
> Cc: monodevelop-list <monodevelop-list at lists.ximian.com>
> Message-ID: <4C72C8C4.60708 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-15
> 
> On 23/08/10 09:27, Lluis Sanchez Gual wrote:
> > El ds 21 de 08 de 2010 a les 20:41 +0100, en/na IBBoard va escriure:
> >> I'm guessing it is possible, but I'm not sure how at the moment! I'd
> >> found a bug and wanted to give it a quick poke to see if it was
> >> something I could report and fix at the same time. To give it a poke I
> >> wanted to run it up in MD and debug it with a breakpoint to see what was
> >> happening. It doesn't seem like a major thing for something that builds
> >> cleanly with Make, but I'm getting 126 errors about missing assemblies
> >> because it can't find namespaces and classes.
> > 
> > The problem is that you are trying to build the whole MonoDevelop
> > workspace, which includes all add-ins in Extras. Those add-ins will fail
> > to build unless you included them in the build when running the
> > configure script. If you don't need to debug any add-in in extras, my
> > advice is to build only the Main solution.
> > 
> 
> Okay, I'll try that. I didn't think about the difference in what it
> compiles - I thought it might be using the same make files and config
> anyway, because some of the output mentioned make files.
> 
> 
> ------------------------------
> 
> Message: 8
> Date: Mon, 23 Aug 2010 01:36:14 -0700 (PDT)
> From: Rampage <atomikramp at email.it>
> Subject: [MonoDevelop] adding two widgets in the same container and
> 	using hide() and show()
> To: monodevelop-list at lists.ximian.com
> Message-ID: <1282552574273-2334761.post at n4.nabble.com>
> Content-Type: text/plain; charset=us-ascii
> 
> 
> Hello everyone,
> i think the subject pretty explains it all, i was wondering if by using the
> designer it was possible to add 2 widgets in the same container and then
> from the source of my application manage the display of one or the other
> using the show() and hide() methos.
> 
> at the moment i have a nodebook widget with a scrollwindow containing a
> textview, i would like to be able to swap between a textview and an image
> widget.
> deleting them is not necessary for me, it's enaugh to show or hide depending
> on the data i have to display.
> 
> I've also taken a look at the gtk-gui/MainWindow.cs file but the comment
> says not to edit that file or things would likely screw up.
> 
> thanks in advice for the help
> -- 
> View this message in context: http://mono.1490590.n4.nabble.com/adding-two-widgets-in-the-same-container-and-using-hide-and-show-tp2334761p2334761.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
> 
> 
> ------------------------------
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
> 
> 
> End of Monodevelop-list Digest, Vol 64, Issue 28
> ************************************************
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20100823/0d2ace7d/attachment-0001.html 


More information about the Monodevelop-list mailing list