Laughing Man
|
2010-02-20
, 01:13
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#51
|
The Following User Says Thank You to Laughing Man For This Useful Post: | ||
|
2010-02-20
, 02:25
|
Posts: 459 |
Thanked: 669 times |
Joined on Sep 2007
@ The DMV
|
#52
|
Feed Circuit works great for me, and Feedingit is also very cool; I'm really torn as to which to use. So I'll switch off from one to the other till I develop a preference.
|
2010-02-20
, 22:17
|
Posts: 35 |
Thanked: 20 times |
Joined on Dec 2009
|
#53
|
|
2010-02-21
, 09:17
|
Posts: 4 |
Thanked: 0 times |
Joined on Feb 2010
|
#54
|
|
2010-02-21
, 12:40
|
Posts: 35 |
Thanked: 20 times |
Joined on Dec 2009
|
#55
|
i am experiencing exactly the same problem - a freeze during the deleting phase. how can i obtain a copy of the app with the code removed please?
def update_feeds_async(self, feeds_configs): self.__progress_window = RefreshProgressWindow(self.__window) self.__thread = Thread(target = self.update_feeds, args = (feeds_configs,)) self.__thread.start() try: if self.__progress_window.run() == gtk.RESPONSE_CANCEL: self.__aborted = True finally: self.__progress_window.destroy() self.__progress_window = None
def update_feeds_async(self, feeds_configs): #self.__progress_window = RefreshProgressWindow(self.__window) self.__thread = Thread(target = self.update_feeds, args = (feeds_configs,)) self.__thread.start() try: #if self.__progress_window.run() == gtk.RESPONSE_CANCEL: # self.__aborted = True pass finally: #self.__progress_window.destroy() self.__progress_window = None
|
2010-02-21
, 12:43
|
Posts: 35 |
Thanked: 20 times |
Joined on Dec 2009
|
#56
|
|
2010-02-22
, 08:34
|
Posts: 29 |
Thanked: 20 times |
Joined on Feb 2010
|
#57
|
|
2010-02-26
, 21:22
|
Posts: 344 |
Thanked: 73 times |
Joined on Oct 2009
@ Los Angeles
|
#58
|
|
2010-02-28
, 18:12
|
Posts: 3 |
Thanked: 1 time |
Joined on Feb 2010
|
#59
|
|
2010-02-28
, 18:26
|
Posts: 344 |
Thanked: 73 times |
Joined on Oct 2009
@ Los Angeles
|
#60
|
Tags |
maemo 5, rss reader |
|