Re: [Ironruby-core] IronRuby 1.0 and Asp.Net MVC preview 4 Questions

2008-07-21 Thread Softmind Technology
More Information on:- Asp.Net MVC with IronRuby Just in case, you would like to have more details and a working sample its here http://haacked.com/archive/2008/07/20/ironruby-aspnetmvc-prototype.aspx Download a working code from the above link. Hope this helps. BTW... does any one have

Re: [Ironruby-core] Announcing IronEditor - An Editor for IronRuby, IronPython and other DLR languages

2008-07-21 Thread Ivan Porto Carrero
But that isn't at this time is it? AFAIK mono currently only supports Silverlight 1.0 or am I wrong in my assumption? On Mon, Jul 21, 2008 at 7:17 AM, Stefan Dobrev [EMAIL PROTECTED] wrote: If it is Silverlight API based it should run on Mono as well. 2008/7/21 Oleg Tkachenko [EMAIL

Re: [Ironruby-core] IronRuby 1.0 and Asp.Net MVC preview 4 Questions

2008-07-21 Thread Johan Danforth
Phil Haack just posted a blog entry with a working IronRuby + ASP.NET MVC sample :) http://haacked.com/archive/2008/07/20/ironruby-aspnetmvc-prototype.aspx /Johan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johan Danforth Sent: den 19 juli 2008

Re: [Ironruby-core] Announcing IronEditor - An Editor for IronRuby, IronPython and other DLR languages

2008-07-21 Thread Ben Hall
Hi guys, Thanks for the comments. DevHawk (Harry Pierson) mentioned on twitter that he would have liked to see the application developed onto of WPF. It would have added coolness (3D error syntax checking?), but there is the added problem of Mono support which is why I went for WinForms. The

Re: [Ironruby-core] IronRuby 1.0 and Asp.Net MVC preview 4 Questions

2008-07-21 Thread Softmind Technology
Johan Danforth wrote: http://haacked.com/archive/2008/07/20/ironruby-aspnetmvc-prototype.aspx /Johan Hi, It seems, its the same link, i have posted above. Thanks -- Posted via http://www.ruby-forum.com/. ___ Ironruby-core mailing list

Re: [Ironruby-core] Announcing IronEditor - An Editor for IronRuby, IronPython and other DLR languages

2008-07-21 Thread Aaron Clauson
Ben Hall wrote: As for Silverlight, yes this would be cool (more cool than WPF!) however Moonlight's current support for Silverlight 2.0 is in pre-Alpha stage. I would love to have a Silverlight UI on top of this (more than WPF) but I wanted to get WinForms app out the way (which I think is

Re: [Ironruby-core] Announcing IronEditor - An Editor for IronRuby, IronPython and other DLR languages

2008-07-21 Thread Jimmy Schementi
Yep, that's true. Moonlight today only has basic support for sl2 stuff. However, if based on silverlight apis then eventually moonlight will run it. And, a moonlight app can be run just like any desktop app on Linux. On Jul 21, 2008, at 3:57 AM, Ivan Porto Carrero [EMAIL

Re: [Ironruby-core] Announcing IronEditor - An Editor for IronRuby, IronPython and other DLR languages

2008-07-21 Thread Ben Hall
It's a shame Silverlight doesn't offer the same flexibility. Well, I say that. I have had Silverlight working in this way before so maybe I could get it to work. On Mon, Jul 21, 2008 at 3:58 PM, Jimmy Schementi [EMAIL PROTECTED] wrote: Yep, that's true. Moonlight today only has basic support

[Ironruby-core] Fwd: [IronPython] Announcing IronEditor - An Editor for IronRuby, IronPython and other DLR languages

2008-07-21 Thread Stefan Dobrev
I have looked at the code. Some neat stuff. However my idea is that we can leverage as much as we can from the DLR platform itself. For example we can create our own editor and use the code sense and token infrastructure for intellisense and syntax highlighting. I have a working version of that

Re: [Ironruby-core] Announcing IronEditor - An Editor for IronRuby, IronPython and other DLR languages

2008-07-21 Thread Ben Hall
Hi Aaron Clauson Sounds like you have some interesting requirements. Could you please ping me offline? Email Blog {at} BenHall .me .uk I would be interested to hear what your have to say and your scenarios in more depth. Cheers Ben On Mon, Jul 21, 2008 at 1:11 PM, Aaron Clauson [EMAIL