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
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
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
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
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
=>
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
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
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
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
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
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 +
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
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
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
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
(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-
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
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
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
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
= 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
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
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
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
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
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
)
{
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
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
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
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
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
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
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
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.
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
35 matches
Mail list logo