[#25808] break & retry in block — Shin-ichiro HARA <sinara@...>

原です。

15 messages 2005/03/04

[#25812] Re: [ruby-cvs] ruby/test/ruby, ruby/test/logger, ruby/sample, ruby/misc, ruby/lib/xmlrpc, ruby/lib/wsdl/soap, ruby/lib/rexml, ruby/lib/rdoc/parsers, ruby/lib/rdoc/generators, ruby/lib/irb, ruby/lib, ruby/ext/zlib, ruby/ext/win32ole, ruby/ext/tk, ruby/ext/strscan, ruby/ext/socket, ruby/ext/readline, ruby/ext/pty, ruby/ext/openssl, ruby/ext/iconv, ruby/ext/etc, ruby/ext/dl, ruby/ext/curses, ruby/ext/bigdecimal, ruby/ext/Win32API, ruby: * array.c: replace rb_protect_inspect() and rb_inspecting_p() by — Tanaka Akira <akr@...17n.org>

In article <20050304064753.53859C671F@lithium.ruby-lang.org>,

3 messages 2005/03/06

[#25853] conflict method and local variable — Hidetoshi NAGAI <nagai@...>

永井@知能.九工大です.

56 messages 2005/03/10
[#25854] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/10

まつもと ゆきひろです

[#25855] Re: conflict method and local variable — Hidetoshi NAGAI <nagai@...> 2005/03/10

永井@知能.九工大です.

[#25856] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/10

まつもと ゆきひろです

[#25857] Re: conflict method and local variable — Hidetoshi NAGAI <nagai@...> 2005/03/11

永井@知能.九工大です.

[#25858] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/11

まつもと ゆきひろです

[#25861] Re: conflict method and local variable — Hidetoshi NAGAI <nagai@...> 2005/03/11

永井@知能.九工大です.

[#25863] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/11

まつもと ゆきひろです

[#25864] Re: conflict method and local variable — Hidetoshi NAGAI <nagai@...> 2005/03/11

永井@知能.九工大です.

[#25865] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/11

まつもと ゆきひろです

[#25866] Re: conflict method and local variable — Hidetoshi NAGAI <nagai@...> 2005/03/11

永井@知能.九工大です.

[#25869] Re: conflict method and local variable — Shugo Maeda <shugo@...> 2005/03/13

前田です。

[#25875] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/13

まつもと ゆきひろです

[#25878] Re: conflict method and local variable — Hidetoshi NAGAI <nagai@...> 2005/03/13

永井@知能.九工大です.

[#25882] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/13

まつもと ゆきひろです

[#25884] Re: conflict method and local variable — Hidetoshi NAGAI <nagai@...> 2005/03/14

永井@知能.九工大です.

[#25885] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/14

まつもと ゆきひろです

[#25888] Re: conflict method and local variable — Shugo Maeda <shugo@...> 2005/03/14

前田です。

[#25946] ext/tk/sample/**/*.gif are broken — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp>

山本です。

16 messages 2005/03/27

[#25959] some trouble on ext/tk/sample — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp>

山本です。

20 messages 2005/03/29
[#25969] Re: some trouble on ext/tk/sample — Hidetoshi NAGAI <nagai@...> 2005/03/30

永井@知能.九工大です.

[#25970] Re: some trouble on ext/tk/sample — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp> 2005/03/30

山本です。

[#25973] Re: some trouble on ext/tk/sample — Hidetoshi NAGAI <nagai@...> 2005/03/31

永井@知能.九工大です.

[ruby-dev:25959] some trouble on ext/tk/sample

From: "H.Yamamoto" <ocean@...2.ccsnet.ne.jp>
Date: 2005-03-29 10:47:02 UTC
List: ruby-dev #25959
山本です。

ext/tk/sample で動かないものがあったので報告します。

- ruby 1.9.0 (2005-03-28) [i386-bccwin32]
- ActiveTcl8.4.9.0.121397-win32-ix86.exe

////////////////////////
// tkextlib/iwidgets/sample/hierarchy.rb

ファイル名が化けている?ActiveTcl付属の同等のデモは動いた。

image "テチテjテナチ[" doesn't exist
image "テチテjテナチ[" doesn't exist
    while executing
"label $wid -image $image -background $bg "
    (object "::.w00000" method "::iwidgets::Hierarchy::_drawLevel" body line 87)
    invoked from within
"_drawLevel "" """
    (object "::.w00000" method "::iwidgets::Hierarchy::draw" body line 17)
    invoked from within
"::.w00000 draw -now"
    (in namespace inscope "::iwidgets::Hierarchy" script line 1)
    invoked from within
"namespace inscope ::iwidgets::Hierarchy {::.w00000 draw -now}"
    ("after" script)

////////////////////////
// tkextlib/treectrl/demo.rb

tcl/tk で "console show" を実行すると、ちゃんとコンソールが表示されるのに
Tk.tk_call("console", "show") はエラーになる。

e:/ruby-cvs/bcc32/.ext/tk.rb:1547:in `_invoke': invalid command name `console' (
NameError)
        from e:/ruby-cvs/bcc32/.ext/tk.rb:1547:in `_ip_invoke_core'
        from e:/ruby-cvs/bcc32/.ext/tk.rb:1583:in `_tk_call_core'
        from e:/ruby-cvs/bcc32/.ext/tk.rb:1611:in `tk_call_without_enc'
        from e:/ruby-cvs/bcc32/.ext/tk/console.rb:26:in `eval'
        from demo.rb:114:in `make_menubar'
        from demo.rb:43:in `initialize'
        from demo.rb:1093:in `new'
        from demo.rb:1093

////////////////////////
// tkextlib/tkHTML/ss.rb

中央の HTML ウィジェットでダブルクリックすると、下のエラーになる。

ThreadError: return can't jump across threads
---< backtrace of Ruby side >-----
ss.rb:326
ss.rb:325:in `call'
e:/ruby-cvs/bcc32/.ext/tk/event.rb:161:in `eval_cmd'
e:/ruby-cvs/bcc32/.ext/tk/event.rb:161:in `install_bind_for_event_class'
e:/ruby-cvs/bcc32/.ext/tk/event.rb:158:in `call'
e:/ruby-cvs/bcc32/.ext/tk.rb:1104:in `eval_cmd'
e:/ruby-cvs/bcc32/.ext/tk.rb:1104:in `cb_eval'
e:/ruby-cvs/bcc32/.ext/tk.rb:1055:in `call'
e:/ruby-cvs/bcc32/.ext/tk.rb:1198:in `callback'
e:/ruby-cvs/bcc32/.ext/tk.rb:1197:in `catch'
e:/ruby-cvs/bcc32/.ext/tk.rb:1197:in `callback'
e:/ruby-cvs/bcc32/.ext/tk.rb:1228:in `mainloop'
e:/ruby-cvs/bcc32/.ext/tk.rb:1418:in `mainloop'
ss.rb:406
---< backtrace of Tk side >-------
    invoked from within
"rb_out c00001 .w00002.x Down"
    (command bound to event)



In This Thread

Prev Next