About dictionary in combobox in pygtk

2009-05-21 Thread shruti surve
hi all, My data has thousands of entries. I 'd like to feed the combobox with dictionary.how to use dictionary in combobox? Regards, shruti surve -- http://mail.python.org/mailman/listinfo/python-list

issue: Permissions in odfpy

2009-05-18 Thread shruti surve
extracted it..but in conteny.xml also i am not finding any property which can be used in odfpy...so please give me some solution.. regards shruti surve -- http://mail.python.org/mailman/listinfo/python-list

Re: About progress bar in glade

2009-05-12 Thread shruti surve
On Tue, May 12, 2009 at 6:19 PM, shruti surve wrote: > hi > > i am using progress bar in glade and python file. When i clicked on menu > item, open office spreadsheet will be opened. but it takes some time to open > up, so i want to add progress bar. Now, when i clicked on m

multithreading in python

2009-05-12 Thread shruti surve
hi, how to do multithreading in python??? Like running dialog box and running xml rpc calls simultaneously??? regards shruti -- http://mail.python.org/mailman/listinfo/python-list

About progress bar in glade

2009-05-12 Thread shruti surve
hi i am using progress bar in glade and python file. When i clicked on menu item, open office spreadsheet will be opened. but it takes some time to open up, so i want to add progress bar. Now, when i clicked on menu item,dialog with progress bar is coming and progress bar is pulsating but xml_rpc

Re: Python-list Digest, Vol 68, Issue 79

2009-05-07 Thread shruti surve
> > > 3. Re: About ODFPY links (Terry Reedy) > > > > > > > -- Forwarded message -- > From: Terry Reedy > To: python-list@python.org > Date: Wed, 06 May 2009 19:02:59 -0400 > Subject: Re: About ODFPY links > shruti surve wrote: >

About Odfpy links

2009-05-07 Thread shruti surve
hey all, For my project, i am using ODFpy open office spreadsheets. I am creating ledgers in python ie.ledger.py. So when i run ledger.py, spreadsheet will be opened in open office. since ledger is made of number of accounts, i am creating multiple tables for all accounts in single spreadsheet. S

About ODFPY links

2009-05-06 Thread shruti surve
hey all, For my project, i am using ODFpy open office spreadsheets. I am creating ledgers in python ie.ledger.py. So when i run ledger.py, spreadsheet will be opened in open office. since ledger is made of number of accounts, i am creating multiple tables for all accounts in single spreadsheet. S