Re: [Ironruby-core] Send your IronRuby usage and quotes

2010-08-06 Thread Robert Brotherus
manage with this level as well. Robert Brotherus Software architect Napa Ltd Tammasaarenkatu 3, Helsinki FI-00180 P.O.Box 470, Helsinki FI-00181 Tel. +358 9 22 813 1 Direct. +358 9 22 813 611 GSM +358 45 11 456 02 Fax. +358 9 22 813 800 Email: robert.brothe...@napa.fi www.napa.fi

Re: [Ironruby-core] How to run a XAML file?

2010-06-03 Thread Robert Brotherus
ponent.rb:0 Where should I put the foo.xaml for the script above to find it? Only examples I found from Application.LoadComponent from MSDN were using relative URI:s referring to XAML-files embedded in some assembly. I want to load a XAML-file on a disk howe

[Ironruby-core] Getting initialize called for already-constructed dotnet-classes

2009-09-04 Thread Robert Brotherus
s to use non-standard name "initializer" and manually execute that for all widgets and sub-widgets after construction. This does not feel very nice solution. Any other ideas out there? Robert Brotherus Napa Inc. ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

[Ironruby-core] Accessing 32-bit native DLL:s when running IR on Vista64

2009-07-13 Thread Robert Brotherus
three versions of the main exe: ie.exe (Any CPU), ir32.exe and ir64.exe ? Robert Brotherus Napa Inc. ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

[Ironruby-core] Method name case mungling broken in latest IR?

2009-06-16 Thread Robert Brotherus
With IR 0.3 release we have: c:\work\napa.net\NapaRuby>\work\tools\ruby\ironruby-0.3.0\bin\ir.exe IronRuby 0.3.0.0 on .NET 2.0.50727.3074 Copyright (c) Microsoft Corporation. All rights reserved. >>> x="abc".to_clr_string => 'abc' We can call x.GetType method in "ruby case": >>> x.get_type =>

[Ironruby-core] Touble with -i command line option for ir.exe

2009-02-23 Thread Robert Brotherus
someone confirms I'm not doing something wrong here. Robert Brotherus ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] community chapter

2009-02-19 Thread Robert Brotherus
Hi Ivan, Yes, I can also write about our (still ongoing) path to WPF + XAML + IronRuby enlightment Any deadline you want to set for contributions? Let's continue in private emails. Robert Brotherus _ From: ironruby-core-boun...@rubyforge.org [mailto:ironruby

Re: [Ironruby-core] WPF databinding with ruby objects. Workaround :)

2008-12-12 Thread Robert Brotherus
user-defined dotnet-classes (not Ruby). I suppose and hope that with the support for dynamic languages increasing in dotnet 4 / C# 4, there will be more built-in support for this (it would be really nice to use dynamic types as XAML-elements...) Robert Brotherus Software architect Napa Ltd Tammasaarenk

Re: [Ironruby-core] Usage errors with IR SVN 153

2008-10-05 Thread Robert Brotherus
n private copy of ExtensionAttribute ... Thanks John and Curt for quick responses, now my hosting up running happily again with IR SVN 155! Robert Brotherus Software architect Napa Ltd Tammasaarenkatu 3, Helsinki FI-00180 P.O.Box 470, Helsinki FI-00181 Tel. +358 9 22 813 1 Direct. +358 9 22 813 6

[Ironruby-core] Compilation errors for IR SVN 154

2008-10-03 Thread Robert Brotherus
I am getting compilation errors in IronRuby.Libraries project with the latest IR SVN 154 version when compiling with Visual Studio 2008: -- Build started: Project: Microsoft.Scripting.Core, Configuration: Debug Any CPU -- Microsoft.Scripting.Core -> C:\programs\IronRuby\trunk\build\debug\M

[Ironruby-core] Usage errors with IR SVN 153

2008-10-03 Thread Robert Brotherus
uired member 'System.Runtime.CompilerServices.ExtensionAttribute..ctor' Robert Brotherus Software architect Napa Ltd Tammasaarenkatu 3, Helsinki FI-00180 P.O.Box 470, Helsinki FI-00181 Tel. +358 9 22 813 1 Direct. +358 9 22 813 611 GSM +

Re: [Ironruby-core] r128 breaking my WPF-proxy code

2008-08-13 Thread Robert Brotherus
ine 223 at Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope) in C:\programs\IronRuby\trunk\src\Microsoft.Scripting\Hosting\ScriptSource. cs:line 128 at Program.RunRuby() in C:\DATA\IronRuby128Testing\Program.cs:line 23 ... -- I can add a bug abou

[Ironruby-core] Accessing CLR-class methods/properties/fields

2008-07-10 Thread Robert Brotherus
of IR team as well? Also I am intrigued by the type of the exception: "wrong number or type of arguments for `SomeField'". Does that indicate that the fields *could* still be accessed with the send-method with some additional arguments...? Robert Brotherus Software architect Na

[Ironruby-core] Duplicate definition of Action & other classes

2008-07-08 Thread Robert Brotherus
against IR SVN 113) and the build errors against IR SVN 121. I can rather easily make a work-around for this case but still wondering if it is possible to make the code work as it is now and why such duplicate classes have been added? Robert Brotherus Software architect Napa Ltd Email: [EMAIL

Re: [Ironruby-core] IR SVN121 Strong Name validation failed

2008-07-07 Thread Robert Brotherus
using VisualStudio2008, not rake) Robert Brotherus _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Unnikrishnan Nair Sent: Monday, July 07, 2008 5:32 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] IR SVN121 Strong Name validation failed Just curious

[Ironruby-core] IR SVN121 Strong Name validation failed

2008-07-07 Thread Robert Brotherus
(Exception from HRESULT: 0x8013141A) Same error when starting ir.exe from command prompt. With IR SVN113 and earlier ie.exe seems to start normally. I am running on Vista-64 (dotnet x64) Robert Brotherus Software architect Napa Ltd Tammasaarenkatu 3, Helsinki FI-00180 P.O.Box 470, Helsinki FI-

Re: [Ironruby-core] IR SVN 107 changes behavior of'require'(compared to SVN 103)

2008-05-16 Thread Robert Brotherus
Robert Brotherus > If someone can provide instructions on how to compile the simple program I sent without removing the > SIGNED symbols from the libraries, then I can see if I get it working. The SIGNED symbols appeared > somewhere around SVN 103 and broke my program as well but at

Re: [Ironruby-core] IR SVN 107 changes behavior of 'require'(compared to SVN 103)

2008-05-16 Thread Robert Brotherus
s appeared somewhere around SVN 103 and broke my program as well but at that time removing the SIGNED allowed working again (even with the 'require'). Robert Brotherus Software architect Napa Ltd Email: [EMAIL PROTECTED] www.napa.fi ___ Ironr

[Ironruby-core] IR SVN 107 changes behavior of 'require' (compared to SVN 103)

2008-05-15 Thread Robert Brotherus
designed" (and SVN 103 behavior that I relied on faulty), I will change my client code to deal with it. Robert Brotherus Software architect Napa Ltd Tammasaarenkatu 3, Helsinki FI-00180 P.O.Box 470, Helsinki FI-00181 Tel. +358 9 22 813 1 Dire

Re: [Ironruby-core] Forgetting MutableString

2008-05-08 Thread Robert Brotherus
I would guess that IR-teams plan is to implement auto-wrapping of strings coming from DotNet as MutableStrings? At least I hope so since that would get rid of my code of extensive to_s calls from parameters / values coming from C# :-) Robert Brotherus Software architect Napa Ltd

Re: [Ironruby-core] Code Review: RubyScopeDebugView

2008-05-08 Thread Robert Brotherus
= name; _value = value; _valueClassName = valueClassName; } } Robert Brotherus Software architect Napa Ltd Tammasaarenkatu 3, Helsinki FI-00180 P.O.Box 470, Helsinki FI-00181 Tel. +358 9 22 813 1 Direct. +358 9 22 813 611 GSM +358 45 11 456 02 Fax. +358 9 22 813 800 Email: [EMAIL PROTECTED] <ma

Re: [Ironruby-core] debugging IR

2008-05-05 Thread Robert Brotherus
talled. It should just work on desktop CLR as well. > Now 'just work' means [...] it does hit breakpoints and show locals and the call > stack correctly Robert Brotherus wrote 2008-04-02: > This is working fine, thanks! > Weird spans and conditionals are a minor issue compared

Re: [Ironruby-core] Exception handling discrepancies

2008-04-18 Thread Robert Brotherus
Bugs 19625 and 19626 submitted to the tracker. Will submit bugs directly there in the future. Thanks for reminder. Robert Brotherus Software architect Napa Ltd _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Bacon Darwin Sent: 17. huhtikuuta 2008 12:52 To

[Ironruby-core] Exception handling discrepancies

2008-04-17 Thread Robert Brotherus
We have exception: " + $!.to_s Robert Brotherus Software architect Napa Ltd Tammasaarenkatu 3, Helsinki FI-00180 P.O.Box 470, Helsinki FI-00181 Tel. +358 9 22 813 1 Direct. +358 9 22 813 611 GSM +358 45 11 456 02 Fax. +358 9 22 813 800 Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECT

[Ironruby-core] Discrepancy in operation of File.exist

2008-04-15 Thread Robert Brotherus
ong others) currently breaks the nice utility find.rb Robert Brotherus Software architect Napa Ltd Tammasaarenkatu 3, Helsinki FI-00180 P.O.Box 470, Helsinki FI-00181 Tel. +358 9 22 813 1 Direct. +358 9 22 813 611 GSM +358 45 11 456 02 Fax. +358 9 22 813 800 Email: [EMAIL PROTECTED] <mailto:[EM

[Ironruby-core] Discrepancy in operation of File.exist?

2008-04-15 Thread Robert Brotherus
Consider simple file.rb: puts File.exist?("C:/work/napa.net/gui/bin/script") There exists directory C:/work/napa.net/gui/bin/script ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] r93 update

2008-04-09 Thread Robert Brotherus
) { ExecutionContext.DefineGlobalVariable(varName, value); } It indeed changed few iterations ago and broke my earlier code as well. Robert Brotherus Software architect Napa Ltd Tammasaarenkatu 3, Helsinki FI-00180 P.O.Box 470, Helsinki FI-00181 Tel. +358 9 22 813 1 Direct. +358 9 22 813 611 GSM +358 45

Re: [Ironruby-core] debugging IR

2008-04-02 Thread Robert Brotherus
uot; table of Visual Studio, but I was able to dig them up from $frame -> Scope -> Dict -> SymbolAttributes Robert Brotherus Software architect Napa Ltd Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> www.napa.fi <http://www.napa.fi/> _ From: [EMAIL PROTE

Re: [Ironruby-core] debugging IR

2008-03-31 Thread Robert Brotherus
extension, included MyRuby.rb to my C# project and placed breakpoint there, but that did not seem to be enough to have execution stopping there :-( Robert Brotherus -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Matousek Sent: 28. maaliskuuta 2008 4:25 To

Re: [Ironruby-core] Ruby In Steel IronRuby Edition - how about XAML / WPF? :-)

2008-02-28 Thread Robert Brotherus
Thanks for the great tool Huw! Have been playing with that for a while and feels really decent for an "alpha" version :-) Since we IronRuby early adopters are "living on the bleeding edge", there might be quite a few (including our company) that are more interested in WPF GUI:s (preverably with

[Ironruby-core] Regexp anomalous behavior

2008-02-25 Thread Robert Brotherus
ith IronRuby (revision 76): [08:37:14 ~] rbx test.rb 3 0 I apologize if this is a well-known issue and already on some to-do list Robert Brotherus Software architect Napa Ltd Tammasaarenkatu 3, Helsinki FI-00180 P.O.Box 470, Helsinki FI-00181 Tel. +358 9 22 813 1 Direct. +358 9 22

Re: [Ironruby-core] Mismatch in cases of names of events

2008-02-17 Thread Robert Brotherus
Yes I tried, mouse_enter did not work Robert Brotherus Software architect Napa Ltd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Matousek Sent: 15. helmikuuta 2008 19:14 To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Mismatch in

[Ironruby-core] Mismatch in cases of names of events

2008-02-15 Thread Robert Brotherus
ginal capital form "MouseEnter" on IronRuby-side. The most logical alternative "mouseEnter" caused MethodMissing. I suspect such inconsistency in the name-mapping cannot be intentional. Robert Brotherus Software architect Email: [EMAIL PROTECTED] www.napa.fi

[Ironruby-core] IronRuby debugging support in VS

2008-02-14 Thread Robert Brotherus
ith a plug-in or similar to VisualStudio to enable such debugging with the IDE? Robert Brotherus Software architect Napa Ltd Tammasaarenkatu 3, Helsinki FI-00180 P.O.Box 470, Helsinki FI-00181 Tel. +358 9 22 813 1 Direct. +358 9 22 813 611 GSM +358 45 11 456 02 Fax.

Re: [Ironruby-core] What Editor?

2008-02-12 Thread Robert Brotherus
Scite Robert Brotherus Software architect Napa Ltd Tammasaarenkatu 3, Helsinki FI-00180 P.O.Box 470, Helsinki FI-00181 Tel. +358 9 22 813 1 Direct. +358 9 22 813 611 GSM +358 45 11 456 02 Fax. +358 9 22 813 800 Email: [EMAIL PROTECTED] www.napa.fi