Announce: LiveCD Druid

2005-12-07 Thread Dirk van der Walt
Hi, For those Mandriva2006 users on the list feeling adventures: http://forgeftp.novell.com//livecd-druid/homepage/index.html Regards ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Re: HandleBox

2005-11-20 Thread Dirk van der Walt
Hi, This Chapter's sample contains a basic one: http://forgeftp.novell.com//gtk2-perl-study/documentation/html/c4796.html Regards ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Sample Gnome programs

2005-10-31 Thread Dirk van der Walt
Hi list, I'm trying to make more sense of GNOME in general. Is there more sample (Perl) Gnome2 programs floating around besides the two included with the Gnome bindings. Thanks for them by the way. I've managed to figure out how Gnome2::Druid works ( I think ;-) ). I've added a small tutorial on

study guide home page

2005-09-18 Thread Dirk van der Walt
is here : http://forgeftp.novell.com//gtk2-perl-study/homepage/index.html should u want to bookmark ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Re: Study Guide

2005-09-16 Thread Dirk van der Walt
Hi list, The positive response to the Study Guide does the heart good! I'll be moving it into its final resting place during the week-end :). I'll also put the sgml sources tarball for download. Creating a PDF (or any other formant) should then be easy. ...corrections, additions etc will also b

Study Guide

2005-09-14 Thread Dirk van der Walt
Hi all, Those who feel inclined can check out my “study guide” at the following URL: http://forgeftp.novell.com//exam/documentation/html/index.html You can download the tarball with the sample programs for offline browsing here: http://forge.novell.com/modules/xfcontent/downloads.php/exam/docu

another Gtk2::Expander Q

2005-09-12 Thread Dirk van der Walt
Now I've got the state correct, I want to shrink the window on the closing of the expander. Which will be the correct way? "resize" brings me no joy. ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl

Gtk2::Expander "expanded" property

2005-09-12 Thread Dirk van der Walt
Hi, I'm experiencing a strange behavior from Gtk2::Expander's “expanded” property. If I connect to the “activate” signal, I expect to get TRUE when it is expanded, and FALSE when it is closed, but I get the exact opposite. Am I missing something? I'm running mdv 2006 #!

Re: Projects Using Gtk2-Perl

2005-08-15 Thread Dirk van der Walt
Here's the Quest Exam Engine link http://forge.novell.com/modules/xfmod/project/?exam Tx ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Re:Text with transparent background

2005-08-04 Thread Dirk van der Walt
Hi, Muppet, thank you for pointing me in the right direction. I know now a little more on the GDK gray area. I wanted a “or something like OSD text, which shows only the text and no background at all?” Included is what I ended up with. Its just a pity that the "$pixbuf = $pixbuf->add_alpha (T

Text with transparent background

2005-08-01 Thread Dirk van der Walt
Hi, I'm currently trying to learn more on GDK. How will I go about displaying text on the screen without any background? A simple sample script will be most appreciated. :) Tx ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.or

My first (official) project....

2005-06-30 Thread Dirk van der Walt
Hi list, For those who might be interested, here it is: http://forgeftp.novell.com//exam/homepage/index.html http://forge.novell.com/modules/xfmod/project/?exam Regards ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailm

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->

Image data from MySQL into TreeView

2005-02-09 Thread Dirk van der Walt
Hi, I'm using MySQL to store my icons and some other graphics in. I plan to create a web as well as a perl-Gtk front end to the DB. (Thus I have to store the graphics in the DB itself) Q: The mysql cookbook showed my how to obtain the image as a scalar from the DB. Now I can print that to a file a

Tree Iter: Text out of pango markup

2005-02-03 Thread Dirk van der Walt
Hi, I've created a treeview, and are linking the "markup" attribute to a column in my store with pango markup text. eg: #in data store {label => "Suiwel", pix => $suiwel, children => [EMAIL PROTECTED], #and linking the attribute $coll_food->add_a