Re: [pygtk] Calendar focus

2005-08-03 Thread Danny Milosavljevic
Hi,

Am Dienstag, den 14.06.2005, 12:35 +0100 schrieb Istvan Jancso:
> Hi!
> 
> I have a problem with gtk.Calendar widget... When I create this
> object, the cursor-focus invisible, because it's out of the table (in
> the position [-1,-1]). How can I move it from code?

looks like a gtk bug.


I'd expect the cursor to move with select_day, and be positioned on the
initially selected day initially...

Instead, it's in the middle of nowhere initially and doesnt care about
select_day at all (at least does not move the caret/text cursor, just
the "(usually)blue" mark thing).
(gtk+ 2.6.8 here)

Very weird. I never used gtk calendar before, but I wonder why nobody
noticed a bug as bad as that yet :)

Please file a bug with bugzilla, component gtk+, calendar... they will
know how to proceed.


> 
> Thanks.
> 
> Istvan

cheers,
   Danny

-- 
www.keyserver.net key id A334AEA6



signature.asc
Description: This is a digitally signed message part
___
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] Calendar focus

2005-06-14 Thread Istvan Jancso
Hi!

I have a problem with gtk.Calendar widget... When I create this
object, the cursor-focus invisible, because it's out of the table (in
the position [-1,-1]). How can I move it from code?

Thanks.

Istvan
___
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/