Re: [Fwd: Client Services crash logs]

2008-05-26 Thread Daniel Kasak
Thanks for the quick response :) On Tue, 2008-05-27 at 01:28 -0400, muppet wrote: > called by a theme engine from an expose handler. Hmmm. Yeah we're using the aurora theme engine. It looks good, but if I were going to point the finger at something, it would probably be that. Damn. > But, since

Re: [Fwd: Client Services crash logs]

2008-05-26 Thread muppet
On May 27, 2008, at 1:09 AM, Daniel Kasak wrote: > I just got emailed this crash log from an internal app. > > Can anyone make head or tail of the cause? I'm no good with > backtraces ... > Error Log: > Use of uninitialized value in concatenation (.) or string at /usr/ > share/perl5/DBD/SQLite

[Fwd: Client Services crash logs]

2008-05-26 Thread Daniel Kasak
I just got emailed this crash log from an internal app. Can anyone make head or tail of the cause? I'm no good with backtraces ... Dan -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email

Re: Gtk2 PPD for 5.10

2008-05-26 Thread Daniel Kasak
On Mon, 2008-05-26 at 20:34 -0500, Jamie Lahowetz wrote: > Has anyone tried to build a PPD for ActivePerl 5.10.0.1003? No, BUT ... For the love of God, the next person who does, please document what needs to be done. Or preferably write a script that does what needs to be done. But if I have ins

Re: GtkGC shared auto-release

2008-05-26 Thread muppet
On Jan 15, 2008, at 5:29 PM, muppet wrote: > > Kevin Ryde wrote: >> muppet <[EMAIL PROTECTED]> writes: >>> >>> + GQuark q = 0; >>> + if (G_UNLIKELY (!q)) >>> + q = g_quark_from_static_string ("gtk2perl_gc_release_count"); >> >> "static GQuark q" ? >> :-) > > Quite, thanks! Oi, how

Re: error: redefinition of typedef 'GtkTargetList_ornull

2008-05-26 Thread muppet
On May 23, 2008, at 11:01 AM, J. Hart wrote: > Has anyone run across the following when building Glib-1.182 for > Perl ? > (released Mar 30,retrieved from CPAN) > > compiler: gcc 4.2.1 > glibc : 2.6.1 > kernel : 2.6.22.6 > distro : none (from source) > package : Glib-1.182 What version of

Gtk2 PPD for 5.10

2008-05-26 Thread Jamie Lahowetz
Has anyone tried to build a PPD for ActivePerl 5.10.0.1003? -- Jamie Ryan Lahowetz University of Nebraska - Lincoln Graduate Student - Geosciences 402.304.0766 [EMAIL PROTECTED] ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.or

Re: g_strerror

2008-05-26 Thread muppet
On May 13, 2008, at 8:38 PM, Kevin Ryde wrote: > I want to put $! into some gtk displayed strings, and if I'm not > mistaken it's locale charset bytes. I know how to decode, but I > wondered if g_strerror could be offered, on the principle "why can't > someone else do it". The reason we n

Re: Label and url link to webpage.

2008-05-26 Thread muppet
On May 26, 2008, at 2:07 PM, [EMAIL PROTECTED] wrote: > Hi, > I recently started learning gtk2-perl. > I write now easy app and I stuck in one places. > I think it is silly and easy but I couldn't find solution. > I want to add to label (or another widget) text which will be a html > url > to w

Re: Label and url link to webpage.

2008-05-26 Thread kobi_tk
> Hi, > I recently started learning gtk2-perl. > I write now easy app and I stuck in one places. > I think it is silly and easy but I couldn't find solution. > I want to add to label (or another widget) text which will be a html url > to webpage. When user click it url will be open in default bro

Label and url link to webpage.

2008-05-26 Thread kobi_tk
Hi, I recently started learning gtk2-perl. I write now easy app and I stuck in one places. I think it is silly and easy but I couldn't find solution. I want to add to label (or another widget) text which will be a html url to webpage. When user click it url will be open in default browser. I trie

Re: Widgets hidden in a text still taking focus?

2008-05-26 Thread muppet
On May 12, 2008, at 9:42 PM, Matthew Braid wrote: > I _can_ fix this by making sure that any widget that gets hidden by > application of the HIDDEN text tag are either remove'd from the > textview or hide'n (see the commented code), but I'm just wondering if > this is necessary or am I forgetting

Re: paste the clipboard over gtktreeview

2008-05-26 Thread muppet
On May 25, 2008, at 2:40 PM, anguila wrote: > How can I paste the clipboard (with Control + V) over a gtktreeview > widget (list) ? > Any idea? So far as i know, you create a key binding (e.g. with a menu item), and then in the handler for that command, pull data from the clipboard and do