[Mono-list] Tomboy Multi-User Sync Plugin and Versioning

2008-12-10 Thread Iggy
Hi, I know this probably isn't what Tomboy was intended for but I think it could be used as a good team wiki for software projects. Is there any possibility of Versioning in the future or any way there would be a plug-in that could sync between multiple computers across the internet? Is this

Re: [Mono-list] Tomboy Multi-User Sync Plugin and Versioning

2008-12-10 Thread Iggy
I just realized there is already Syncing but those plugins arent available yet for Windows. I guess my question should have been does anybody know when these plugins (WebDav Sync / SSH Sync) might be available for Windows? On Wed, Dec 10, 2008 at 9:35 AM, Iggy [EMAIL PROTECTED] wrote: Hi, I

Re: [Mono-list] Monodoc, Submitting Documentation Changes

2008-10-01 Thread Iggy
positive hits on the idea, that should be a good starting point to launch it and see how it goes (logistics and organization of it all). You've got currently eager folks ready to help, lets see if we can make this happen! Cheers, Chad On Sun, Sep 21, 2008 at 5:09 PM, Iggy [EMAIL PROTECTED

Re: [Mono-list] Monodoc, Submitting Documentation Changes

2008-09-21 Thread Iggy
I'd be happy to get involved and admin some of the documentation. I think right now it is by far the most valuable tool for people learning Mono and I'd love to add some sample code and documentation and admin others contributions... On Sun, Sep 21, 2008 at 4:20 PM, Chad Kittel [EMAIL

Re: [Mono-list] Getting CS1002 even though I have ;

2008-07-11 Thread Iggy MA
I don't think it should matter but have you tried making your MainClass public? http://iggyma.blogspot.com/ iskai wrote: I just installed Mono 1.9 onto a fresh MacBook using the binary release. First I wrote a hello world application, which worked file. Then I expanded it a little to

Re: [Mono-list] Complete new and utterly lost

2008-07-11 Thread Iggy MA
What program are you trying to get working? Is this a program written in Mono? Or just a random program? http://iggyma.blogspot.com/ Astrologo wrote: Hello all! I'm trying to get a windows application to work on kUbuntu but this app uses framework 2.0 net, I've tried using with wine

Re: [Mono-list] ArrayConverter bug

2008-07-11 Thread Iggy MA
Why do you have an quote here /ArrayOfInt)] , could that be causing the problem? http://iggyma.blogspot.com/ pgutierrez wrote: A Settings class with the following property fails to initialize: [global::System.Configuration.ApplicationScopedSettingAttribute()]

Re: [Mono-list] Re quest object

2008-06-26 Thread Iggy MA
You are actually talking about 2 different things. Request.QueryString works only in Asp.Net and refers to the Url Query String. If you had a url like www.mysite.com?id=2, then id=2 would be the querystring, so you would do System.Console.WriteLine( Request.QueryString[id] ); and the output would

[Mono-list] A new Mono Blog

2008-06-24 Thread Iggy MA
I started a new Mono Blog to document things I learn in Mono if anybody would like to check it out... http://iggyma.blogspot.com/ http://iggyma.blogspot.com/ -- View this message in context: http://www.nabble.com/A-new-Mono-Blog-tp18098737p18098737.html Sent from the Mono - General mailing

Re: [Mono-list] Does Mono support C++/CLI?

2008-06-24 Thread Iggy MA
http://www.mono-project.com/FAQ:_Technical#Mono_and_GCC http://iggyma.blogspot.com/ eng16danbo wrote: Hi, everyone.B-) I run Monodevelop1.0 on Ubuntu8.04. I have question about Monodevelop. Does Mono support C++/CLI ? Would you tell me how to prgram if possible? Thanks ! --

[Mono-list] MonoDevelop Docking

2008-05-13 Thread Iggy
I have been trying to incorporate the MonoDevelop Docking code into a program I am writing, however I am having a difficult time of it. Is there any simple tutorials or anything like that i can check out? If there isn't and somebody familiar with the code felt like contributing one, I'm sure it

[Mono-list] Native Gtk# on OS X?

2008-05-01 Thread Iggy
Does Gtk# run natively on OS X now without having to use X11? I thought I read somewhere that it did... ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] How to add a combobox to a toolbar

2008-01-03 Thread Iggy
well I dont know about Stetic, because I dont use MonoDevelop, but in code its pretty easy. Toolbar tb = new Toolbar(); ComboBox cb = ComboBox.NewText(); tb.Add(cb); On Jan 2, 2008 7:52 PM, Darwin Reynoso [EMAIL PROTECTED] wrote: Hi, Can someone please help me. i need to add a combobox to a

[Mono-list] Gtk# Treeview RulesHint in windows

2007-12-30 Thread Iggy
In linux RulesHint in a treeview works, but it does't show up in windows. Can anybody tell me how to get the RulesHint in windows please? Thanks! ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list