[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Ruby/GtkMozEmbed 0.3

Mirko Maischberger

3/24/2005 6:08:00 PM

Ciao,

Let me introduce Ruby/GtkMozEmbed to you!

Ruby/GtkMozEmbed provides a Ruby binging to the GtkMozEmbed widget, a
Gtk+ widget that embeds a mozilla/firefox browser inside a widget. This
is the first public release.

To try this you'll need also Gtk+, Ruby/GTK 0.12.0 and mozilla 1.7.x.

And now for some links:

* Ruby/GtkMozEmbed 0.3 can be downloaded from:
http://sourceforge.net/project/showfiles.php?grou...

* You will be able to find some samples here:
http://ruby-gnome2.sourceforge.jp/hiki.cgi...

* And the API docs here:
http://ruby-gnome2.sourceforge.jp/hiki.cgi?Ruby%2FG...

Cheers!
Mirko
6 Answers

Joao Pedrosa

3/24/2005 6:15:00 PM

0

Hi,

On Fri, 25 Mar 2005 03:09:49 +0900, Mirko Maischberger <mirko@lilik.it> wrote:
> Ciao,
>
> Let me introduce Ruby/GtkMozEmbed to you!
>
> Ruby/GtkMozEmbed provides a Ruby binging to the GtkMozEmbed widget, a
> Gtk+ widget that embeds a mozilla/firefox browser inside a widget. This
> is the first public release.
>
> To try this you'll need also Gtk+, Ruby/GTK 0.12.0 and mozilla 1.7.x.
>
> And now for some links:
>
> * Ruby/GtkMozEmbed 0.3 can be downloaded from:
> http://sourceforge.net/project/showfiles.php?grou...
>
> * You will be able to find some samples here:
> http://ruby-gnome2.sourceforge.jp/hiki.cgi...
>
> * And the API docs here:
> http://ruby-gnome2.sourceforge.jp/hiki.cgi?Ruby%2FG...

This is an awesome project. I look forward to trying it out.

Thanks,
Joao


Lothar Scholz

3/24/2005 7:12:00 PM

0

Hello Mirko,


MM> Let me introduce Ruby/GtkMozEmbed to you!

MM> Ruby/GtkMozEmbed provides a Ruby binging to the GtkMozEmbed widget, a
MM> Gtk+ widget that embeds a mozilla/firefox browser inside a widget. This
MM> is the first public release.

MM> To try this you'll need also Gtk+, Ruby/GTK 0.12.0 and mozilla 1.7.x.

How difficult is it to set the whole thing up without installing
modzilla. Is it possible to sutff a a few *.dll/*.so files into a
directory ?



--
Best regards, emailto: scholz at scriptolutions dot com
Lothar Scholz http://www.ru...
CTO Scriptolutions Ruby, PHP, Python IDE 's




Mirko Maischberger

3/24/2005 8:06:00 PM

0

Hello Lothar,

Lothar Scholz wrote:
> How difficult is it to set the whole thing up without installing
> modzilla. Is it possible to sutff a a few *.dll/*.so files into a
> directory ?

I think this is possible, but you'll need a lot of mozilla libraries to
make it work. Installing Mozilla (or perhaps GRE) should be much easier.

Mirko

Mirko Maischberger

3/26/2005 7:50:00 PM

0

Mirko Maischberger wrote:
> Let me introduce Ruby/GtkMozEmbed to you!

....and the first bug-fix release (0.3.1) that fixes some build problems

http://sourceforge.net/project/showfiles.php?group_id=53614&package...

Mirko

Aredridel

3/29/2005 4:38:00 PM

0

On Sun, 27 Mar 2005 04:54:47 +0900, Mirko Maischberger <mirko@lilik.it> wrote:
> Mirko Maischberger wrote:
> > Let me introduce Ruby/GtkMozEmbed to you!

Mirko, great work. I'll probably end up using this at some point.

oO(Oooh! I can use it to migrate my web-app to local seamlessly!)


Mirko Maischberger

3/30/2005 8:39:00 AM

0

Aredridel wrote:
>
> Mirko, great work. I'll probably end up using this at some point.
>
> oO(Oooh! I can use it to migrate my web-app to local seamlessly!)

Thank you Aredridel,
this thing of the local web-app sounds great. This makes me wonder if I
can also use this to do some kind of UI-testing on a web-app... umh...
perhaps, but this does not seam easy to do.

If you are interested there is also a samples section here:
* http://ruby-gnome2.sourceforge.jp/hiki.cgi...
with a simple WYSIWYM (What You See Is What You Meant) HTML editor and
webpage-thumbnailer.

Regards,
Mirko