Anyone able to use the ruby/gnomeprint2 and ruby/gnomeprintui2 in windows platform?
on 03.05.2008 13:19
on 03.05.2008 14:05
Shin guey Wong wrote: > Anyone able to use the ruby/gnomeprint2 and ruby/gnomeprintui2 in > windows platform? Havent tried that yet, not even under Linux. Do you have a test-script which I could throw onto my Windows machine to see if that works?
on 03.05.2008 15:25
Marc Heiler wrote: > Shin guey Wong wrote: >> Anyone able to use the ruby/gnomeprint2 and ruby/gnomeprintui2 in >> windows platform? > > > Havent tried that yet, not even under Linux. > > Do you have a test-script which I could throw onto my Windows machine to > see if that works? If you install rubygnome with the window installer, you can try the sample at C:\ruby\samples\ruby-gnome2\gnomeprint & C:\ruby\samples\ruby-gnome2\gnomeprintui [assume you install at the default location] I cannot run the sample, but not sure others ppl can run it or not. I tried to compiled the ruby gnomeprint with the mingw but never success to run it. So, I wonder the gnomeprint is working or not in windows box. Regards, Shin Guey
on 03.05.2008 16:36
Shin guey Wong escribió: >> see if that works? > I cannot run the sample, but not sure others ppl can run it or not. I > tried to compiled the ruby gnomeprint with the mingw but never success > to run it. So, I wonder the gnomeprint is working or not in windows box. > > Regards, > Shin Guey > I doesn´t work for me also. I think that only works in UNIX like this: http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3APrintUnixDialog I have try this and don´t work also: http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3APageSetup
on 03.05.2008 16:44
Hi, In <dafa3769441724475be53506484c7e53@ruby-forum.com> "[ruby-gnome2-devel-en] Ruby/GnomePrint2 and Ruby/GnomePrintUI2 in windows" on Sat, 3 May 2008 13:19:15 +0200, Shin guey Wong <ruby-forum-incoming@andreas-s.net> wrote: > Anyone able to use the ruby/gnomeprint2 and ruby/gnomeprintui2 in > windows platform? libgnomeprint and libgnomeprintui are deprecated. Use cairo and GtkPrint* instead. rcairo, the Ruby bindings of cairo, provides binary package for Windows as gem. GtkPrint* will be supported in the next Ruby/GTK2 release. Thanks, -- kou
on 04.05.2008 13:24
Thanks for the info kou.