Dazsa
|
2013-02-21
, 18:04
|
|
Posts: 198 |
Thanked: 150 times |
Joined on May 2012
|
#9251
|
|
2013-02-22
, 05:56
|
Posts: 181 |
Thanked: 64 times |
Joined on Feb 2012
|
#9252
|
|
2013-02-22
, 07:16
|
Posts: 594 |
Thanked: 1,094 times |
Joined on Aug 2012
@ Rhine
|
#9253
|
I just want to say, again, that the infamous "gallery bug" (Infinite loop while selecting a picture) is drving me crazy... I have to close and restart Wazapp which is very slow ! I might need to look into the code to try to understand what is happening...
#if not os.path.exists(crypto): # # Thumbnail does'n exist --> Generating... # if f.split(".")[-1] == "jpg" or f.split(".")[-1] == "JPG": # self.iface.Queue(str(url),"image/jpeg","grid", True) # elif f.split(".")[-1] == "png" or f.split(".")[-1] == "PNG": # self.iface.Queue(str(url),"image/png","grid", True) # elif f.split(".")[-1] == "gif" or f.split(".")[-1] == "GIF": # self.iface.Queue(str(url),"image/gif","grid", True)
The Following 5 Users Say Thank You to Leinad For This Useful Post: | ||
|
2013-02-22
, 19:11
|
Posts: 47 |
Thanked: 16 times |
Joined on Jul 2012
|
#9254
|
Oh boy are some people living in a dream.
If only you knew the code I've seen and comments I've seen.
Main UI contributor? Sure... When message bubble had 9 Image components to load instead of 1 BorderImage. Inefficient loops, wrong signals...
I guess for most of you apps grow on trees. But when something doesn't work, everybody wonders why...
Take my word for it, I know why.
Duct tape code.
|
2013-02-23
, 08:56
|
Posts: 397 |
Thanked: 185 times |
Joined on Oct 2011
|
#9255
|
Maybe have a look into /opt/waxmppplugin/bin/wazapp/ui.py -> getImageFiles() on line 410 (in my version)
Thumbs are generated, if they don't exist, maybe this takes too long? I commented it out and for the last hour i had no infinite loop... i will test over the day and report.
Code:#if not os.path.exists(crypto): # # Thumbnail does'n exist --> Generating... # if f.split(".")[-1] == "jpg" or f.split(".")[-1] == "JPG": # self.iface.Queue(str(url),"image/jpeg","grid", True) # elif f.split(".")[-1] == "png" or f.split(".")[-1] == "PNG": # self.iface.Queue(str(url),"image/png","grid", True) # elif f.split(".")[-1] == "gif" or f.split(".")[-1] == "GIF": # self.iface.Queue(str(url),"image/gif","grid", True)
edit: no problems until now...
btw: just noticed, editing works in TMO-app now, really cool
|
2013-02-23
, 09:19
|
|
Posts: 665 |
Thanked: 2,388 times |
Joined on Feb 2012
@ Zagreb, Croatia
|
#9256
|
|
2013-02-23
, 13:02
|
Posts: 181 |
Thanked: 64 times |
Joined on Feb 2012
|
#9257
|
Maybe have a look into /opt/waxmppplugin/bin/wazapp/ui.py -> getImageFiles() on line 410 (in my version)
Thumbs are generated, if they don't exist, maybe this takes too long? I commented it out and for the last hour i had no infinite loop... i will test over the day and report.
Code:#if not os.path.exists(crypto): # # Thumbnail does'n exist --> Generating... # if f.split(".")[-1] == "jpg" or f.split(".")[-1] == "JPG": # self.iface.Queue(str(url),"image/jpeg","grid", True) # elif f.split(".")[-1] == "png" or f.split(".")[-1] == "PNG": # self.iface.Queue(str(url),"image/png","grid", True) # elif f.split(".")[-1] == "gif" or f.split(".")[-1] == "GIF": # self.iface.Queue(str(url),"image/gif","grid", True)
edit: no problems until now...
btw: just noticed, editing works in TMO-app now, really cool
|
2013-02-24
, 10:43
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#9258
|
|
2013-02-24
, 13:29
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#9260
|
Tags |
godoftool, harmattan, is-a-miracle, nokia n9, spacker_thread, tarekgalal, toddler_daycare, toolcoderus, wazapp, whatsapp |
|