My PyGTK based application does not issue any of the standard sound cues for user interface events: clicked buttons, toggled check boxes, selected menus. User preferences are set to enable these, and they are heard from other applications.

Things I've tried, with no success:

   - call gnome.sound_init before gnome.program_init
   - call gnome.sound_init after gnome.program_init
   - don't call gnome.sound_init at all

- call set_property('enable-sound', 1) on the result of gnome.program_init

   - build GUI using libglade
   - build GUI without using libglade

   - install various widget signal handlers
   - do not install any widget signal handlers

How do I get my app to respect the user's sound cue preferences?

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to