Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[ANN] RubyZilla - A demo movie for Ruby-GNOME2 and Glade2

0 views
Skip to first unread message

Masao Mutoh

unread,
Oct 22, 2005, 3:16:42 PM10/22/05
to
Hi,

A demo flash movie for Ruby-GNOME2 and Glade2
is now available.
It creates a simple web-browser about 10 minitues.

http://ruby-gnome2.sourceforge.jp/hiki.cgi?RubyZilla

Enjoy!
--
:% Masao Mutoh<mu...@highway.ne.jp>


Gyoung-Yoon Noh

unread,
Oct 22, 2005, 4:21:04 PM10/22/05
to
Hi,

Nice demo. I'm also a big fan of vnc2swf by Yusuke Shinyama.
However, your svga-sized swf animation would not fit others' browser
settings. There is already tool for this problem: swfdump which
is included in swftool package(maybe).

swfdump can generates following html with your swf.

<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
WIDTH="1024"
HEIGHT="768"
CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">
<PARAM NAME="MOVIE" VALUE="rubyzilla.swf">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="false">
<PARAM NAME="QUALITY" VALUE="high">
<EMBED SRC="rubyzilla.swf" WIDTH="1024" HEIGHT="768"
PLAY="true" ALIGN="" LOOP="true" QUALITY="high"
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>


On 10/23/05, Masao Mutoh <mu...@highway.ne.jp> wrote:
> Hi,
>
> A demo flash movie for Ruby-GNOME2 and Glade2
> is now available.
> It creates a simple web-browser about 10 minitues.
>
> http://ruby-gnome2.sourceforge.jp/hiki.cgi?RubyZilla
>
> Enjoy!
> --

> .:% Masao Mutoh<mu...@highway.ne.jp>
>
>


--
http://nohmad.sub-port.net


Gyoung-Yoon Noh

unread,
Oct 22, 2005, 4:35:48 PM10/22/05
to
On 10/23/05, Gyoung-Yoon Noh <noh...@gmail.com> wrote:
> Hi,
>
> Nice demo. I'm also a big fan of vnc2swf by Yusuke Shinyama.
> However, your svga-sized swf animation would not fit others' browser
> settings. There is already tool for this problem: swfdump which
> is included in swftool package(maybe).
>

s/svga/xga/

Sorry for noise.

--
http://nohmad.sub-port.net


Christophe Grandsire

unread,
Oct 22, 2005, 9:09:51 PM10/22/05
to
En réponse à Masao Mutoh :

> Hi,
>
> A demo flash movie for Ruby-GNOME2 and Glade2
> is now available.
> It creates a simple web-browser about 10 minitues.
>
> http://ruby-gnome2.sourceforge.jp/hiki.cgi?RubyZilla
>
> Enjoy!

This is awesome! I learned already a great deal about Ruby-GNOME through it!

Thank you very much for this great tutorial!
--
Christophe Grandsire.

http://rainbow.conlang.free.fr

You need a straight mind to invent a twisted conlang.


Ezra Zygmuntowicz

unread,
Oct 22, 2005, 9:18:56 PM10/22/05
to

On Oct 22, 2005, at 12:16 PM, Masao Mutoh wrote:

> Hi,
>
> A demo flash movie for Ruby-GNOME2 and Glade2
> is now available.
> It creates a simple web-browser about 10 minitues.
>
> http://ruby-gnome2.sourceforge.jp/hiki.cgi?RubyZilla
>
> Enjoy!
> --


Very impressive demo! Thank you. Do you happen to know if I can
use ruby-gnome2 on OS X with X11?

Thanks-
-Ezra Zygmuntowicz
WebMaster
Yakima Herald-Republic Newspaper
ez...@yakima-herald.com
509-577-7732

Masao Mutoh

unread,
Oct 23, 2005, 2:51:19 AM10/23/05
to
Hi,

Thanks. I'm beginer of vnc2swf ;).

I created a new page using your html parts.

http://ruby-gnome2.sourceforge.jp/data/rubyzilla.html


--

Masao Mutoh

unread,
Oct 23, 2005, 3:17:33 AM10/23/05
to
Hi,

On Sun, 23 Oct 2005 10:18:56 +0900
Ezra Zygmuntowicz <ez...@yakima-herald.com> wrote:

>
> On Oct 22, 2005, at 12:16 PM, Masao Mutoh wrote:
>
> > Hi,
> >
> > A demo flash movie for Ruby-GNOME2 and Glade2
> > is now available.
> > It creates a simple web-browser about 10 minitues.
> >
> > http://ruby-gnome2.sourceforge.jp/hiki.cgi?RubyZilla
> >
> > Enjoy!
> > --
>
>
> Very impressive demo! Thank you. Do you happen to know if I can
> use ruby-gnome2 on OS X with X11?

I don't know ruby-gnome2 works on MacOS X.

But I found a binary package(?) for Mac OS X 10.4.

http://rb-gnome.darwinports.com/

#It's still ruby-gnome2-0.11.0 and no Ruby/GtkMozEmbed.

Though I'm not sure it works on every version of OS X or not.

itsme213

unread,
Oct 27, 2005, 4:41:35 PM10/27/05
to
I've been having problems getting gnome2 even installed on Win-XP. Current
error when I try
ruby -e "require 'gtk2'"
is
"The procedure entry point g_get_host_name could not be located in
DLL..."

Any chance you might release as a gem? I know it's more work, but it would
make it a lot easier to get started using it.

Thanks!


"Masao Mutoh" <mu...@highway.ne.jp> wrote in message
news:20051023041641...@highway.ne.jp...

Masao Mutoh

unread,
Oct 28, 2005, 8:14:41 AM10/28/05
to
Hi,

Have you updated GTK to 2.8.x or later ?

If not, try latest version of GTK.

See: http://gladewin32.sourceforge.net/


--

Boris

unread,
Oct 28, 2005, 10:00:50 AM10/28/05
to
Hi,

Updating to GTK 2.8 solves this problem, but unfortunately there are
conflicts with other programs as gaim. I had to go back to 2.6.9 in
order to make Gaim work again.

I'm on XP here at work.

Mario

0 new messages