Re: [Tutor] Need help appending data to a logfile

2013-06-30 Thread Alan Gauld
On 30/06/13 04:41, Matt D wrote: So i have a program that gets pickled data from a thread and displays the data (9 strings) in TextCtrl fields in the UI. The fact that it is a UI is largely irrelevant apart from the fact that it forces an event driven architecture. When the pickle is receiv

Re: [Tutor] Need help appending data to a logfile

2013-06-30 Thread Alan Gauld
On 30/06/13 15:04, Matt D wrote: that sounds ideal, but i have not found a way to pass the user selected file into the loop that writes the data without opening another file. Don;t pass the file pass the fgile *name* Then inside the update method open the file(in append mode) and write the lat

[Tutor] Generate word list from specified letters

2013-06-30 Thread Scurvy Scott
Hello all. I'm trying to create a program right now that will pull a dictionary from urban dictionary, then use that dictionary as the basis for generating words with specified letters. Maybe I'm not articulating that well enough.. I'm not at all sure where to start and any guidance would be hel

Re: [Tutor] Need help appending data to a logfile

2013-06-30 Thread Alan Gauld
On 30/06/13 16:42, Matt D wrote: im sorry i don't understand how to pass the file name from the open dialog into the update method? I'm sorry i just don't get it. so if the user opened file is 'handle' like this?: OK, technically you probably donb;t want to pasws it into the metjod but to