Re: ANNOUCE: Zim

2005-09-28 Thread Gábor Szabó
On 9/28/05, Jaap Karssenberg <[EMAIL PROTECTED]> wrote: > Zim is a WYSIWYG text editor written in Gtk2-Perl. It aims at bringing > the concept of a wiki to your desktop. Wonderful! This is what I was looking for lately. And it works :-) Regards Gabor __

Re: gtk2-perl tutorial ?

2005-09-11 Thread Gábor Szabó
On 9/11/05, Rod Butcher <[EMAIL PROTECTED]> wrote: > I'm planning to do a small project in gtk2-perl.. can you suggest a good > tutorial ? I know a fair bit of perl but am a gtk2 know-nothing. > thanks > Rod > I have tried to put together a small tutorial with working examples collected mostly f

Re: GTK tutorial on YAPC::Europe next week

2005-08-27 Thread Gábor Szabó
On 8/27/05, Alberto Simões <[EMAIL PROTECTED]> wrote: > > Bad luck you have.. one of the organizers is subscribed in this list :-) oups :-) > And it would do the trick, I think :) Setting the expectations low would also give some chance to beat them :) Gabor __

Re: Gtk2-Ex-Datasheet-DBI-0.8 and SQLite

2005-08-27 Thread Gábor Szabó
On 8/28/05, A. Pagaltzis <[EMAIL PROTECTED]> wrote: > > > > $self->{dbh}->column_info > > Where does that come from? I don't see it anywhere in the DBI > docs. have you searched http://search.cpan.org/dist/DBI/DBI.pm ? it is there Gabor ___ gtk-perl-l

Gtk2-Ex-Datasheet-DBI-0.8 and SQLite

2005-08-27 Thread Gábor Szabó
I am trying to write a small demo using Gtk2-Ex-Datasheet-DBI-0.8 and SQLite but it seems SQLite does not know what to do with this call: $self->{dbh}->column_info therefore I had to hardcode the information about my database into the module. the sample application is at http://svn1.hostlocal.c

imagmap

2005-08-27 Thread Gábor Szabó
Is there a way to create a clickable imagemap in GTK+ (preferably without Gnome so it can run on Windows as well) How ? Gabor ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-list

GTK tutorial on YAPC::Europe next week

2005-08-27 Thread Gábor Szabó
I think I was too shy so far to mention that I have volunteered to give a short introduction to GTK2 and Perl on YAPC::EU that will take place next week. Is there anyone on this list going to attend the conference? If yes, please don't make me emberassed in front of the crowd when it turns out th

Projects Using Gtk2-Perl

2005-08-11 Thread Gábor Szabó
While learning Perl GTK2 it is very useful to look at other applications already written in this pair. I am currently looking at "Projects Using Gtk2-Perl" section of http://gtk2-perl.sourceforge.net/links/ I looked at only a few so have not made up my mind which are the cleanest examples. I like

Re: Testing GTK application

2005-08-04 Thread Gábor Szabó
On 8/4/05, Jan Hudec <[EMAIL PROTECTED]> wrote: > > I'll check the gtk-devel-list though right now it is more like general > > interest than actual > > need. It will become a need next week :-) > > I fear it's a bit more work than a week to do it properly. You can go > with logging the X ids from

Re: Testing GTK application

2005-08-01 Thread Gábor Szabó
On 8/1/05, muppet <[EMAIL PROTECTED]> wrote: > > Gábor Szabó said: > > While I don't see huge enthusiasm about the issue here on the mailing > > list let me continue with what I found. > > Don't confuse silence with lack of enthusiasm. Your question i

Re: Testing GTK application

2005-08-01 Thread Gábor Szabó
is of "gdkWindowToplevel" type and it could show all its child windows. Anyone with some input on the issue ? Gabor On 7/30/05, Gábor Szabó <[EMAIL PROTECTED]> wrote: > Earlier I asked already about the Testing module of GTK, thanks for that > reply. > > I am look

Re: Gtk2::Html2 and Gtk2::SourceView

2005-07-31 Thread Gábor Szabó
On 7/31/05, Torsten Schoenfeld <[EMAIL PROTECTED]> wrote: > [This is actually about a pre-release tarball I sent Gábor offlist. > It's not on sf.net or CPAN yet.] and just for the record: I was not complaining, I am very grateful for the help you ppl. give and thanks for the pre-release. I'll let

GTK2 demo tool 0.02 released

2005-07-30 Thread Gábor Szabó
http://www.szabgab.com/gtk2.html Changed several things based on the previous comments I received. Added search functionality Added history (though, right now it is only within the current session only) README and TODO are in the repository: http://svn1.hostlocal.com/szabgab/trunk/gtk2/README Yo

Gtk2::Html2 and Gtk2::SourceView

2005-07-30 Thread Gábor Szabó
Just notes about the installation I did, I know Html2 is alpha code and the version of SourceView (0.40) I am installing is not a real released version. Still this might help (or distract ;-) someone later on.. Gtk2::Html2 requires libgtkhtml which is called gtkhtml2 on FC3 but actualy I needed

Re: Displaying simple HTML and pod

2005-07-30 Thread Gábor Szabó
On 7/30/05, Torsten Schoenfeld <[EMAIL PROTECTED]> wrote: > The dependency on Mozilla::DOM is optional. It should work just fine > without it. If it doesn't, that's a bug and I'd like to know about it. Oh I see, that was only a warning ant the perl Makefile.PL failed on the missing Mozilla libra

Re: catching ESC key

2005-07-30 Thread Gábor Szabó
On 7/30/05, muppet <[EMAIL PROTECTED]> wrote: > For anything else, ESC is just like any other key. Connect to 'key- > press-event' and look for $event->keyval == $Gtk2::Gdk::Keysyms{Escape}. thanks. The sad thing is that I was looking for this only in the C documentation where I could only find

Re: Displaying simple HTML and pod

2005-07-30 Thread Gábor Szabó
On 7/30/05, A. Pagaltzis <[EMAIL PROTECTED]> wrote: > * Gábor Szabó <[EMAIL PROTECTED]> [2005-07-30 10:10]: > > Is there a widget out there that can display (simple) HTML > > pages? > > Gtk2::Html2, Gtk2::MozEmbed. thanks for the reply. I could not find Gtk2:

Testing GTK application

2005-07-30 Thread Gábor Szabó
Earlier I asked already about the Testing module of GTK, thanks for that reply. I am looking for something else now. One of my jobs is to test applications on Windows. For standard MS based applications Win32::GuiTest works quite well in being able to fetch the menu list, select a menu item, mov

icon for Alt-TAB and/or Panel

2005-07-30 Thread Gábor Szabó
Both when pressing Alt-TAB and on the Panel at the bottom of my screen my GTK apps show a gray rectangualar. Not very impressive. How can I add an replace that with some image? BTW What is the correct term for these views of the application? Gabor __

Displaying simple HTML and pod

2005-07-30 Thread Gábor Szabó
Is there a widget out there that can display (simple) HTML pages? Is there a widget that can display pod? TIA Gabor ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-list

catching ESC key

2005-07-30 Thread Gábor Szabó
I could not figure it out with accelerators. How can I catch when the user presses ESC? For that matter how can I catch any other special key? Gabor ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-l

Re: Word wrap in Textview, how?

2005-07-29 Thread Gábor Szabó
Maybe I misunderstand you but I think what you need is $textview->set_wrap_mode("word"); Gabor On 7/29/05, Yu Wang <[EMAIL PROTECTED]> wrote: > Hi, all > > I want to have a textview widget behaves like a simple text editor. The > desired > right margin at column is 80 characters, and text row

direction of application (localization issue)

2005-07-26 Thread Gábor Szabó
Usually I work on plain English Linux but today I tried the demo gui I wrote on a Hebrew MS Windows. To my surprise the whole application changed its direction: The buttons were from right to left, The panes were swapped and even in the directory tree the expansion buttons [+] were on the right of

Re: widget for directory view

2005-07-24 Thread Gábor Szabó
On 7/24/05, A. Pagaltzis <[EMAIL PROTECTED]> wrote: > * Gábor Szabó <[EMAIL PROTECTED]> [2005-07-24 09:45]: > > I would like to have that nice directory browser that has small > > squares with + signs when the item is expandable and - when it > > is expanded.

widget for directory view

2005-07-24 Thread Gábor Szabó
I'd like to create a directory browser for some virtual directory where I have my own function that works like this: @entries = list_dir($parent_dir); I would like to have that nice directory browser that has small squares with + signs when the item is expandable and - when it is expanded. Whic

Re: GTK Perl Demo

2005-07-24 Thread Gábor Szabó
On 7/24/05, Michael Vince <[EMAIL PROTECTED]> wrote: > I just tried it out on my FreeBSD laptop and it worked good! > I been on the mailing list for a while now but I still haven't tried > doing anything with Perl GTK but this has triggered my interest, thanks :) I am glad to hear that and muppet

GTK Perl Demo

2005-07-23 Thread Gábor Szabó
Some time ago I was talking about a downloadable set of examples/tutorials/demo whatever you call it. Finally I got around and put together a first version. If you are interested looking at it you can dowload it from here: http://www.szabgab.com/gtk2.html You comments are welcome! It lives in a

using Gtk2::TestHelper

2005-07-17 Thread Gábor Szabó
hi, I just woke up from a long sleeping and would like to write some tests for my Perl Gtk application. I saw Gtk2::TestHelper but so far could not figure out how to use it. Can someone point me to an example please ? Gabor ___ gtk-perl-list mailing lis