Segmentation fault in gtk2-perl-application

2005-03-30 Thread Stephan Brunner
Hello everybody, first of all, let me say "thank you!" for the great perl-bindings to gtk2. I very much enjoy using them and I'm happy with the progress I made with my first gtk2-perl application. Unfortunately, I run into a segmentation fault at a specific point in my application. There is a

Re: Segmentation fault in gtk2-perl-application

2005-03-31 Thread Stephan Brunner
Thank you, Ross and muppet, for your mails. You make me hope that this issue is resolvable and not a bad demons sword hanging over the stability of my application... Am Donnerstag 31 März 2005 04:33 schrieb muppet: > On Mar 30, 2005, at 4:59 PM, Stephan Brunner wrote: [...] > > I

Re: Segmentation fault in gtk2-perl-application

2005-04-01 Thread Stephan Brunner
Am Freitag 01 April 2005 02:55 schrieb muppet: > On Mar 31, 2005, at 4:20 PM, Stephan Brunner wrote: > > Am Donnerstag 31 März 2005 04:33 schrieb muppet: > >> What versions of gtk+, glib, Gtk2, and Glib are you using? what > >> OS/dist? > > > > I run Debian

Re: Segmentation fault in gtk2-perl-application

2005-04-02 Thread Stephan Brunner
Am Samstag 02 April 2005 01:45 schrieb muppet: > On Apr 1, 2005, at 5:39 PM, Stephan Brunner wrote: > > Yes, this script also segfaults. The backtrace is pretty much the same > > as > > before, I think line #7 changed a bit (missing my_perl = ...). > > alright, then,

Re: Segmentation fault in gtk2-perl-application

2005-04-05 Thread Stephan Brunner
Hello again, Am Samstag 02 April 2005 17:01 schrieb Stephan Brunner: [...] > Yepp, this obiously isn't a gtk2-perl issue, but a gtk+ issue -- the C > program also crashes (thank you for the gcc-commandline, it would have > taken me hours to figure that out...). In addition, I fo

Using PAR with gtk2 on MS Windows

2005-04-26 Thread Stephan Brunner
Hello out there, with PAR (par.perl.org), it is possible to create self-contained .exe-files of perl scripts that run on a Windows desktop without any Perl installed (successfully proven, for example, by the Perl/Tk app MaPiVi (mapivi.sourceforge.net/mapivi.shtml)). I would very much like to c

Re: Using PAR with gtk2 on MS Windows

2005-04-27 Thread Stephan Brunner
Am Mittwoch 27 April 2005 02:25 schrieb muppet: > On Apr 26, 2005, at 6:09 PM, Stephan Brunner wrote: [Pack gtk2-perl app and gtk+ into self-contained .exe for MS Windows] > > Is there any way to include those libraries within the PAR-created > > executable, > > so that I c

Re: Announcing Gtk2::Ex::TreeMap (0.02)

2005-06-08 Thread Stephan Brunner
Am Mittwoch 08 Juni 2005 16:37 schrieb ofey aikon: > TreeMap is a space-constrained visualization of hierarchical > structures. They are fun to look at and play with and could be of use > too at times. If your looking for a use of treemaps, you might take a look at kdirstat (http://kdirstat.sourc

The "Right Way" (TM) to run external program out of gtk2-perl app?

2005-08-30 Thread Stephan Brunner
Hi everybody, topics related to sql-requests and so on have been discussed on this list, but I still don't get the "big picture" to select the right solution for my needs: My gtk2-perl application offers some image conversions using "convert" from the ImageMagick-tools. As of now, I simply cal

Re: The "Right Way" (TM) to run external program out of gtk2-perl app?

2005-08-30 Thread Stephan Brunner
Hi muppet and list, Am Dienstag 30 August 2005 17:23 schrieb muppet: > Stephan Brunner said: > > What is the most safe and clean way of calling convert? > > My requirements are > > 1) portability (Linux + Win32) > > 2) check exit status of convert > > 3) no need

Re: The "Right Way" (TM) to run external program out of gtk2-perl app?

2005-08-30 Thread Stephan Brunner
Am Dienstag 30 August 2005 19:38 schrieb A. Pagaltzis: [ muppets code ] > Of course it would still be better if muppet could get into the > habit of using three-argument open() with lexical filehandles. > > :-) > > sub run_convert { > my @cmd = @_; > > my $main_loop = Glib::Ma

Entry / TextBuffer that does not listen to accelerators?

2005-09-30 Thread Stephan Brunner
Hi all, I'd thought this is a common problem, but didn't find a solution in the docs or via google: In my application, I would like to have some "fast and simple" accelerators like or . On the other hand, I have some Gtk2::Entry and Gtk2::TextBuffer for text editing. Of course, I still do wa

Re: Entry / TextBuffer that does not listen to accelerators?

2005-09-30 Thread Stephan Brunner
Am Freitag 30 September 2005 15:14 schrieb Jan Hudec: > On Fri, Sep 30, 2005 at 14:51:40 +0200, Stephan Brunner wrote: > > Hi all, > > > > I'd thought this is a common problem, but didn't find a solution in the > > docs or via google: > > > > In my

Re: Entry / TextBuffer that does not listen to accelerators?

2005-09-30 Thread Stephan Brunner
Am Freitag 30 September 2005 17:04 schrieb muppet: > Stephan Brunner said: > > I am not able to enter any 'u' into the Entry. > > > >> The reason this should work is, that the active widget gets the input. > >> If the widget does not handle it, it passes

Re: packaging for windows

2006-01-12 Thread Stephan Brunner
Hi, Am Donnerstag 12 Januar 2006 12:49 schrieb Jaap Karssenberg: > Did anyone look into packaging perl/gtk applications for windows ? I set up the following configuration: On the "build"-machine (full Gtk, gtk-perl installed), I use pp -x -o foo.exe -M Glib -M Gtk2 -l c:\perl\site\lib\auto\Glib

Re: IDE

2006-09-26 Thread Stephan Brunner
Am Montag 25 September 2006 08:55 schrieb Ratcliffe, Jeffrey (Peters): > Sorry for this being slightly off-topic, but: > > Are any of you guys using an IDE? > > For want of anything better, I am using nedit, which looks foul on Ubuntu > Dapper, but is a miles better editor than gedit. On the edito

Re: IDE

2006-09-26 Thread Stephan Brunner
Am Dienstag 26 September 2006 22:16 schrieb Sergei Steshenko: > --- Stephan Brunner <[EMAIL PROTECTED]> wrote: > > Am Montag 25 September 2006 08:55 schrieb Ratcliffe, Jeffrey (Peters): > > > Sorry for this being slightly off-topic, but: > > > >