Re: "Official" Win32 support page

2005-02-15 Thread muppet
On Feb 15, 2005, at 2:06 AM, Kevin C. Krinke wrote: Ok, installed... one note: I needed to download MSVCR71.DLL in order to get my simple test script to run. This could be construed as a licensing issue for GPL and LGPL software. MSCVR7x.dll is not a base part of the OS, but MSVCRT.dll is. That'

Gtk2::Ex::Sheet 0.01 (ALPHA)

2005-02-15 Thread muppet
http://asofyet.org/muppet/software/gtk2-perl/Gtk2-Ex-Sheet-0.01.tar.gz This module provides a spreadsheet-like widget for Gtk2-Perl programs. The GtkExtra project at http://gtkextra.sf.net contains several useful widgets for advanced gtk+ programs. However, the gtk+-2.0 port of the library has a

Re: "Official" Win32 support page

2005-02-15 Thread Kevin C. Krinke
On Wed, 2005-02-16 at 15:18 +1100, Daniel Kasak wrote: > Maybe I was mistaken and I just looked in it and didn't change anything. > False alarm. Sorry. It's all good :) -- Kevin C. Krinke <[EMAIL PROTECTED]> Open Door Software Inc. ___ gtk-perl-list m

Re: "Official" Win32 support page

2005-02-15 Thread Daniel Kasak
Kevin C. Krinke wrote: On Wed, 2005-02-16 at 13:26 +1100, Daniel Kasak wrote: I've had to do some hacking of Gtk2::Ex::Utils and Gtk2::Ex::Dialogs to run on Windows without complaining about missing Gnome stuff. Perhaps the Gnome-dependant stuff could be moved to a separate package so people

Re: "Official" Win32 support page

2005-02-15 Thread Kevin C. Krinke
On Wed, 2005-02-16 at 13:26 +1100, Daniel Kasak wrote: > I've had to do some hacking of Gtk2::Ex::Utils and Gtk2::Ex::Dialogs to > run on Windows without complaining about missing Gnome stuff. Perhaps > the Gnome-dependant stuff could be moved to a separate package so people > can have basic dia

Re: "Official" Win32 support page

2005-02-15 Thread Kevin C. Krinke
On Tue, 2005-02-15 at 20:16 -0500, muppet wrote: > I've uploaded zgrim's full stack of PPMs. (Thanks, zgrim!) Try with > those. ppm> install Gtk2::GladeXML Searching for 'Gtk2::GladeXML' returned multiple results. Using 'search' instead ... Searching in Active Repositories 1. Gtk2-GladeXML [1

Re: "Official" Win32 support page

2005-02-15 Thread Daniel Kasak
muppet wrote: I've uploaded zgrim's full stack of PPMs. (Thanks, zgrim!) Try with those. Excellent! I've got our sales database front-end limping along for the first time under Windows. I've had to do some hacking of Gtk2::Ex::Utils and Gtk2::Ex::Dialogs to run on Windows without complaining

Re: "Official" Win32 support page

2005-02-15 Thread muppet
On Feb 15, 2005, at 6:56 PM, Kevin C. Krinke wrote: On Wed, 2005-02-16 at 10:33 +1100, Daniel Kasak wrote: Anyone had success with this one yet? ... No luck here either. I've uploaded zgrim's full stack of PPMs. (Thanks, zgrim!) Try with those. Note to anyone who knows... The naming convention

Re: "Official" Win32 support page

2005-02-15 Thread Kevin C. Krinke
On Wed, 2005-02-16 at 10:33 +1100, Daniel Kasak wrote: > In keeping with my previous trajectory, I am unable to install > Gtk2-GladeXML. > > I type: > ppm install http://gtk2-perl.sourceforge.net/win32/ppm/Gtk2-GladeXML.ppd > > and I get: > Error: no suitable installation target found for packag

Re: "Official" Win32 support page

2005-02-15 Thread Daniel Kasak
muppet wrote: You heard it here first. http://gtk2-perl.sf.net/win32/ Any and all input is welcome. In keeping with my previous trajectory, I am unable to install Gtk2-GladeXML. I type: ppm install http://gtk2-perl.sourceforge.net/win32/ppm/Gtk2-GladeXML.ppd and I get: Error: no suitable installa

Re: Cursor change using Mdk 10.1 error

2005-02-15 Thread muppet
On Feb 15, 2005, at 5:37 AM, Dirk van der Walt wrote: I've tried this sample from the mailing list, but it gives me the following error: Can't locate object method "set_cursor" via package "Gtk2::Window" at ./cursor.pl line 17. ... $e->realize; $e->set_cursor (Gtk2::Gdk::Cursor->new ('hand2'))

Cursor change using Mdk 10.1 error

2005-02-15 Thread Dirk van der Walt
Hi, I've tried this sample from the mailing list, but it gives me the following error: Can't locate object method "set_cursor" via package "Gtk2::Window" at ./cursor.pl line 17. Here's the script: #! /usr/bin/perl -w use Gtk2; Gtk2->init; $w = Gtk2::Window->new; $w->