[pygtk] How to add a sound file in glade?

2010-05-04 Thread varnikat t
Hi, How to add a sound file in glade? I want the sound file to start when window pops up and to stop when window closes. Are there any default sound files which come with glade? Regards Varnika Tewari (UMIT, SNDT University) ___ pygtk mailing list

[pygtk] How to check when OCRing is finished

2010-05-03 Thread varnikat t
Hi, How to check if OCR engine like cuneiform,ocropus,ocrad OCRing an image has completed the job if running it from a python program? I am using a progress bar on the front end to show the OCRing progress happening in background but how to stop progress bar automatically when OCRing is done.

[pygtk] keyboard shortcuts glade+python

2010-04-27 Thread varnikat t
How to use keyboard shortcuts like ctrl+o for opening a file from menubar menuitm OPEN in python+GLADE? -- Varnika Tewari ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

[pygtk] GLADE:how to use progress bar to show progress of a process

2010-04-25 Thread varnikat t
how to use progress bar to show progress of a process happening alongwith?Using GLADE Suppose I want progress bar to progress alongwith an activity like espeak reading a file and should quit speaking when close button is pressed and when espeak finishes the progress bar should close too.How to

[pygtk] How to use keyboard shortcuts?

2010-04-25 Thread varnikat t
Using glade and python, how to use keyboard shortcuts for e.g. In menuitem File-open for opening a file can have shortcut ctrl+o How to put that and make it working...? Can anyone suggest how to go about it? Regards Varnika Tewari ___ pygtk mailing

[pygtk] to make a window with tabs in GLADE

2010-04-23 Thread varnikat t
I want to make a window with tabs (not menubar menuitems) like how 'about me' window opens in ubuntu with tabs at top like Contact , Address, Help On clicking on each shows something in the frame below them How to make a window that way in GLADE? Waiting eagerly Regards Varnika Tewari