Re: [pygtk] [OFF-TOPIC] Reply-To

2005-03-20 Thread nelson-lists
Robert Uhl writes:
  A well-written mail reader includes both reply (to author, which obeys
  Reply-To:) and follow-up (i.e. Reply to All) functions.  Not all mail
  readers are well-written.

One such will also include a reply-list (functionally a
reply-recipient, but let's not go there) function as well.

http://russnelson.com/rt.html

-- 
--My blog is at blog.russnelson.com | The laws of physics cannot
Crynwr sells support for free software  | PGPok | be legislated.  Neither can
521 Pleasant Valley Rd. | +1 315-323-1241 cell  | the laws of countries.
Potsdam, NY 13676-3213  | +1 212-202-2318 VOIP  | 
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/


[pygtk] XGrabKey?

2002-09-19 Thread nelson-lists

Any way to call XGrabKey under pygtk?  Google has no clue, neither
does the FAQ, the search at mail-archive is toasted, and I don't think 
it's wise to download the entire mailing list archive.

I need to grab a key away from a voice recording application so that
I can use it myself to call the voice recording application from
within pygps, and georeference the voice note.  I could turn off its
grabbing of the key, but calling XGrabKey myself is the
technically-correct solution.

-- 
-russ nelson  http://russnelson.com |
Crynwr sells support for free software  | PGPok | businesses persuade
521 Pleasant Valley Rd. | +1 315 268 1925 voice | governments coerce
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   |
___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/



Re: [pygtk] X server crashes, but what am I using up?

2002-09-07 Thread nelson-lists

Christian Reis writes:
  On Sat, Sep 07, 2002 at 01:39:50AM -0400, [EMAIL PROTECTED] wrote:
   My pygtk application (mapview -- views terraserver maps) is crashing
   xfree86.  Presumably this is because I'm using up some resource, but I
   don't know what it might be.  I'm allocating pixmaps, but at least in
   theory I'm also deleting the variable that holds them, when I remove
   them from the cache.  So their memory should be freed up, shouldn't
   it?  Or is there something else I have to do?  Is there a way to ask
   the X server what resource I'm using up?
  
  I assume we can't see the code to the application that causes the crash?
  Or is it a random crash? What are the conditions for it happening?

http://russnelson.com/{mapview,mapview.glade}

If I browse enough maps, it crashes.  I would *guess* that mapview's
cache code isn't working properly, and isn't freeing up pixmaps.  I
asked Jim Gettys, and he says that there is currently no way to find
out how many pixmaps an X server is storing.

  Why are you assuming you are using up some resource? Very recently
  Mozilla had a couple of X server crashes related to scrolling and IIRC
  saveunders.

Because I had tried many identical operations previous to the one that 
caused the server to crash.

-- 
-russ nelson  http://russnelson.com |
Crynwr sells support for free software  | PGPok | businesses persuade
521 Pleasant Valley Rd. | +1 315 268 1925 voice | governments coerce
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   |
___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/



[pygtk] X server crashes, but what am I using up?

2002-09-06 Thread nelson-lists

My pygtk application (mapview -- views terraserver maps) is crashing
xfree86.  Presumably this is because I'm using up some resource, but I
don't know what it might be.  I'm allocating pixmaps, but at least in
theory I'm also deleting the variable that holds them, when I remove
them from the cache.  So their memory should be freed up, shouldn't
it?  Or is there something else I have to do?  Is there a way to ask
the X server what resource I'm using up?

If I can get it to not crash X, it'll be a really neat application.
It's not very large (only 180 lines), but it lets you view maps in
varying sizes and resolutions.  When it needs to download a new map,
it still lets you scroll, but shows you a blank map until the map is
downloaded.  I'm going to incorporate the code into pygps, but I'll
distribute it as a stand-alone application first.

-- 
-russ nelson  http://russnelson.com |
Crynwr sells support for free software  | PGPok | businesses persuade
521 Pleasant Valley Rd. | +1 315 268 1925 voice | governments coerce
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   |
___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/



[pygtk] configure event libglade?

2002-08-30 Thread nelson-lists

Hi.  I'm having a spot of trouble catching a configure event with
libglade.  Sometimes I get multiple configures right in a row, and
other times I don't get any configures.  The code which doesn't get me 
any configure events is at

http://russnelson.com/tgrmap.py
http://russnelson.com/tgrmap.glade

If anyone can help me fix this problem, I'll probably be able to fix
it in the code at http://www.pygps.org/ as well.  Thanks!

-- 
-russ nelson  http://russnelson.com |
Crynwr sells support for free software  | PGPok | businesses persuade
521 Pleasant Valley Rd. | +1 315 268 1925 voice | governments coerce
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   |
___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/



[pygtk] timeout causes lockup?

2000-02-25 Thread lists

After a call to a timeout, which does gtk calls and network calls, my application 
locks up. Any ideas??

thanks,
- Scott
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]