Re: Is there anyone out there?

2009-05-13 Thread Mitchell Laks
I agree with all that has been said. This is an active helpful group and you clearly have not reviewed the resources adequately. Another must is Grant McLeans wonderful gtk2-perl glade tutorial talk. http://gtk2-perl.sourceforge.net/links/ how can that web site not suffice? MItchell __

Re: Idea: Can we modify Devel::REPL or combine with Perl Object Environment to have programmatic interaction with a gtk2-perl process like in other languages?

2009-04-22 Thread Mitchell Laks
On 23:26 Tue 21 Apr , Sergei Steshenko wrote: > > Of course, Perl allows dynamic compilation/binding, i.e. one can add some > new piece of code to a running instance. > > Has anyone verified absence of memory leaks doing such things frequently ? > > WRT memory leaks I prefer to be on the saf

Re: Idea: Can we modify Devel::REPL or combine with Perl Object Environment to have programmatic interaction with a gtk2-perl process like in other languages?

2009-04-21 Thread Mitchell Laks
On 22:47 Tue 21 Apr , Sergei Steshenko wrote: > > Mitchell, I think you misunderstood my point - it wasn't about advocacy. > > It was about automated code generation vs language features and personal > preferences WRT the features. > > So, an automatically generated code for one language may

Re: Idea: Can we modify Devel::REPL or combine with Perl Object Environment to have programmatic interaction with a gtk2-perl process like in other languages?

2009-04-21 Thread Mitchell Laks
On 17:36 Mon 20 Apr , muppet wrote: > > Remco Wouts did something along those lines: > http://mail.gnome.org/archives/gtk-perl-list/2005-January/msg00128.html > > as did i: > http://asofyet.org/muppet/software/gtk2-perl/gish.html > http://asofyet.org/muppet/software/gtk2-perl/gws.html > > >

Re: Idea: Can we modify Devel::REPL or combine with Perl Object Environment to have programmatic interaction with a gtk2-perl process like in other languages?

2009-04-21 Thread Mitchell Laks
On 22:09 Sun 19 Apr , Sergei Steshenko wrote: > > > > Well, I do not know Python except for vewry basic/primitive stuff. > > However, Perl is a "strategically" different from Python language, i.e. it > has fundamental features Python doesn't have or has them in a very > rudimentary form. I

Re: Re: Segfault in Gtk2::Ex::Simple::List 0.50

2009-04-21 Thread Mitchell Laks
On 13:19 Tue 21 Apr , jeffrey.ratcli...@gmail.com wrote: > On Apr 21, 2009 3:17pm, Emmanuel Rodriguez > wrote: >> Sadly the bug affects the standard Perl distributed in Debian Lenny :( > > And Ubuntu Intrepid. And is still the current one in sid-squeeze as well :( Mitchell > __

Idea: Can we modify Devel::REPL or combine with Perl Object Environment to have programmatic interaction with a gtk2-perl process like in other languages?

2009-04-19 Thread Mitchell Laks
Hi, I like perl and gtk2 and would rather use it than xyz (other languages :)). Can we set up a working interactive REPL with gtk2-perl as with pygtk for instance. I can use Devel::REPL to start and build the gui but then I lose the interaction control once I start Gtk2->main; I would li

I wrote a gtk2-perl application, need advice

2008-05-19 Thread Mitchell Laks
ob to anonymous backup between machines in the past. I just cant figure out what to do here. I would like to zero my key and start over and upload the files for others to use. Thanks, Mitchell Laks ___ gtk-perl-list mailing list gtk-perl-list@gnome.org

Re: Gtk2::DrawingArea

2008-02-05 Thread Mitchell Laks
On 08:30 Tue 05 Feb , muppet wrote: > > By virtue of adding the key-press-event mask to the widget's event set, > the drawing area is set up to monitor key-press-event, but is not allowed to > take keyboard focus until you enable it. You need to do > > $draw->can_focus (TRUE); > Now that

Re: cellrenderer_spinbutton.pl example. Gtk2::Entry where from?

2008-02-05 Thread Mitchell Laks
On 08:35 Tue 05 Feb , muppet wrote: > > Mitchell Laks wrote: > > If you hover over the window with your mouse, without clicking on any cell, > > then type a keyboard entry such as any letter, then a Gtk2::Entry widget > > opens up below the main window and your

Re: Gtk2::DrawingArea

2008-02-05 Thread Mitchell Laks
On 02:56 Tue 05 Feb , Mitchell Laks wrote: Put another way, in terms of my rereading of earlier message from muppet on ToggleButton. Why is the Gtk2::Window eating the key-press events, but not eating the pointer-motion events or button-press events which seem to propagate nicely to the

Re: Gtk2::DrawingArea

2008-02-04 Thread Mitchell Laks
On 02:50 Tue 05 Feb , Mitchell Laks wrote: I just noticed that if I modified this code > > Here is a simple example: > > --drawingarea.pl-- > > #!/usr/bin/perl -w > use strict; > use Gtk2 '-init'; > my $window = Gtk2::Window->

Gtk2::DrawingArea

2008-02-04 Thread Mitchell Laks
ton1 are 84 and 74 value of x and y and button1 are 84 and 76 value of x and y and button1 are 84 and 77 value of x and y and button1 are 84 and 78 value of x and y and button1 are 84 and 80 value of x and y and button1 are 84 and 82 value of x and y and button1 are 84 and 84 value of x and y and

cellrenderer_spinbutton.pl example. Gtk2::Entry where from?

2008-02-04 Thread Mitchell Laks
Hi group, I have been puzzling over the cellrenderer_spinbutton.pl example in the Gtk2-1.153 distribution and can't seem to figure this out. If you hover over the window with your mouse, without clicking on any cell, then type a keyboard entry such as any letter, then a Gtk2::Entry widget opens

ToggleButton seems to suppress pointer-motion-mask events

2008-02-03 Thread Mitchell Laks
Hi, I was trying to capture events such as button1-motion-mask or button2-motion-mask or pointer-motion-mask with pointer-motion-hint-mask on an OpenGL widget. This is to be able to use window and level and pan and zoom for display of medical CT and MRI images I noticed that initially I could

Re: object_browser 0.008

2008-01-31 Thread Mitchell Laks
On 23:05 Mon 28 Jan , muppet wrote: > I just noticed that versions of gtk+ >= 2.10.0 break my old > object_browser; a simple one-line hack makes it work again. > > http://asofyet.org/muppet/software/gtk2-perl/object_browser-0.008 > > object_browser is a little utility which lets you b

Re: Gnome2::DateEdit cant turn off time section

2008-01-28 Thread Mitchell Laks
On 22:37 Sun 27 Jan , muppet wrote: > > On Jan 27, 2008, at 1:21 PM, Mitchell Laks wrote: > >> Hi, >> >> The Gome2::DateEdit widget has two sections, date and time. For my >> application >> the only relevant issue is the date. I don't want to displ

Gnome2::DateEdit cant turn off time section

2008-01-27 Thread Mitchell Laks
Hi, The Gome2::DateEdit widget has two sections, date and time. For my application the only relevant issue is the date. I don't want to display the time as it is not relevant and will confuse the users. I noticed that when I set up a gui with glade-3 and succeeded in turning off the time sectio

Re: Gtk2::CellRendererText vs TextView right alignment on hebrew text

2008-01-24 Thread Mitchell Laks
On 12:21 Thu 24 Jan , Mitchell Laks wrote: > Hi, > > I have been using gtk2-perl with hebrew according to the wonderful Dov > Grobgeld tutorial. > > Now, I am trying to display text with a Gtk2::CellRendererText in a > TreeViewColumn in a TreeView. > > Howeve

Gtk2::CellRendererText vs TextView right alignment on hebrew text

2008-01-24 Thread Mitchell Laks
FALSE/; Do I have to set properties of the CellRendererText language to hebrew? (how to do that?) (why not for textview?). I love gtk2-perl! It is great fun to use! Thank you! Mitchell Laks ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Re: can we combile gtk2-perl with gtkmm in an application?

2006-03-26 Thread Mitchell Laks
On Sunday 26 March 2006 02:36, you wrote: > Surely the lowest level of making the images is fastest done with C or > perhaps C++, but I guess in this case the speed of disk and network (are > those images on a network disk?) and amount of memory (are those images > to be open at the same time?) ar

can we combile gtk2-perl with gtkmm in an application?

2006-03-25 Thread Mitchell Laks
Hi, I am designing an open source application to display medical images (MRI and CT etc). I have read about the idea of splitting the functionality so that the core user interface issues are controlled via a gui that is designed with a scripting language like perl, and thus can be easily custo

Re: simple pango hebrew program problem. trivial modification of Grobgeld tutorial

2005-11-05 Thread Mitchell Laks
On Saturday 05 November 2005 10:24 pm, Mitchell Laks wrote: > Hi, > I am trying to play with writing a simple gtk2-perl hebrew program. I > I took dov grobgelds simple tutorial example program and I modified it > trivially. > > Instead of writing hebrew utf8 text directly into

simple pango hebrew program problem. trivial modification of Grobgeld tutorial

2005-11-05 Thread Mitchell Laks
he sample program and the file i used Thank you very much for your help! Mitchell Laks י ר מ י ה ו ירמיהו א,א דברי ירמיהו, בן~חלקייהו, מן~הכוהנים אשר בענתות, בארץ בנימין. ירמיהו א,ב אשר היה דבר~יה×