Re: Maximize on Windows 7 seems broken.

2011-05-10 Thread Matteo Landi
Is it maybe a problem with the window manager? I had problem trying to raise a window up if covered. Just guessing... Regards, Matteo On Wed, May 11, 2011 at 12:07 AM, James Steward wrote: > Hi, > > I'm developing on Windows 7, 64 bit, using MinGW/MSYS for familiarity > with a Posix type system.

Re: Forgot user id and password

2010-12-29 Thread Matteo Landi
mation to me. > > Regards, > Lenin > ___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > -- Matteo Landi http://www.matteolandi.net/ ___

Re: Snow effect over a GtkWindow

2010-08-22 Thread Matteo Landi
1), self.color) context.set_source_rgb(r, g, b) context.set_font_size(font_size) context.save() context.rotate(time + i / 10) context.show_text(symbol) context.restore() y = -1 if y1 > 1 else y + 0.005 item[1]

Drawing from multiple threads

2010-07-26 Thread Matteo Landi
I need to skip any redrawing actions in order to prevent potential delay between audio and video? Thanks in advance. -- Matteo Landi http://www.matteolandi.net/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Bug inside GtkBuilder w/ GtkAdjustment

2010-02-28 Thread Matteo Landi
r for GtkBuilder to work properly. See this bug > report for more info: > https://bugzilla.gnome.org/show_bug.cgi?id=594372 > > Tadej > > -- > Tadej Borovšak > tadeboro.blogspot.com > tadeb...@gmail.com > tadej.borov...@gmail.com > -- Matteo Landi http://www.matteolandi.net/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Bug inside GtkBuilder w/ GtkAdjustment

2010-02-28 Thread Matteo Landi
value() The output is 0.0 and not 10 as espected. Is this something already known? Thanks in advance. -- Matteo Landi http://www.matteolandi.net/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Snow effect over a GtkWindow

2009-12-27 Thread Matteo Landi
Thanks for the hint. On Sun, Dec 27, 2009 at 6:41 PM, Liam R E Quin wrote: > On Sun, 2009-12-27 at 16:27 +0100, Matteo Landi wrote: >> Hi all, >> for fun I'm trying to reproduce snowflakes falling down on my >> fullscreen gtk app. > > I'd say look at &

Snow effect over a GtkWindow

2009-12-27 Thread Matteo Landi
gards -- Matteo Landi http://www.matteolandi.net/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Fwd: Simulate button press events

2009-12-26 Thread Matteo Landi
Sorry but the discussion was accidentally become private. -- Forwarded message -- From: Matteo Landi Date: Sat, Dec 26, 2009 at 4:51 PM Subject: Re: Simulate button press events To: Michael Libby On Sat, Dec 26, 2009 at 3:22 PM, Michael Libby wrote: > On Thu, Dec 24, 2009

Simulate button press events

2009-12-24 Thread Matteo Landi
t I'm using xlib for such a purpose, but I was wondering if I could accompish my task only making use of gtk. Thanks in advance, and Merry Xmas. -- Matteo Landi http://www.matteolandi.net/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnom

Re: Deadlock/Freeze

2009-10-29 Thread Matteo Landi
ink that when the gstreamer threads wants to write on the screen, it insert an expose event from the main_loop, so the whole drawing is right handled from the main loop. These are just suppositions. On Thu, Oct 29, 2009 at 7:08 PM, Michael Torrie wrote: > Michael Torrie wrote: >> Matteo

Deadlock/Freeze

2009-10-28 Thread Matteo Landi
need to enter/leave threads inside each timeout callback. Could the procedure described be a valid solution for my problem? Thanks in advance. [1] http://faq.pygtk.org/index.py?req=edit&file=faq20.015.htp -- Matteo Landi http://www.matteolandi.net/ ___

Re: Please help me unsubscribe from this list

2009-10-17 Thread Matteo Landi
_ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > -- Matteo Landi http://www.matteolandi.net/ ___ gtk-app-devel-list mailing list gtk-app-devel-l

Re: GtkBuilder and GtkHScale

2009-07-10 Thread Matteo Landi
On Thu, Jul 2, 2009 at 7:54 PM, Tadej Borovšak wrote: > Hello. > >> hi all, >> i'm trying to develope a small application with the help of glade. Is it a >> normal behaviour that when i set the upper limit of a GtkHscale, i need tu >> use >> a value bigger than the needed one by 10 units? (if i ne

GtkBuilder and GtkHScale

2009-07-02 Thread Matteo Landi
hi all, i'm trying to develope a small application with the help of glade. Is it a normal behaviour that when i set the upper limit of a GtkHscale, i need tu use a value bigger than the needed one by 10 units? (if i need the upper bound to be 10, i need to set it to 20). I tought about a problem of

Re: Fwd: gnome applet w/ bash

2007-11-10 Thread Matteo Landi
close function i gotta call for closing applet rised up with bonobo? tnx again M@ On Wed, 2007-11-07 at 01:07 +0100, Matteo Landi wrote: > well > thank you so much for the help you gave me > i created my first gnome applet (there is also a cpu graph) and it looks > very good! > M@ >

Re: Fwd: gnome applet w/ bash

2007-11-07 Thread Matteo Landi
; > printf("%s\n", name.sysname); > printf("%s\n", name.nodename); > printf("%s\n", name.release); > printf("%s\n", name.version); > printf("%s\n", name.machine); > > Thanks, > > Michael >

Re: Fwd: gnome applet w/ bash

2007-11-07 Thread Matteo Landi
nt a "\n"; So i gotta throw away that char from the string to obtaine a one line label, isn't it? M@ > Thanks, > > Michael > > On 05/11/2007, Matteo Landi <[EMAIL PROTECTED]> wrote: > > ok ok that worked, but the output is the same as before... > >

Re: Fwd: gnome applet w/ bash

2007-11-07 Thread Matteo Landi
synchronously in the > background then you'll need to use something like > g_spawn_async_with_pipes(). I don't think that this is what you want > because you were talking about having to allocate the length of the > output. > > Thanks, > > Michael > > On 05/11/2007, Matteo