![]() |
2010-12-22
, 21:00
|
|
Posts: 968 |
Thanked: 663 times |
Joined on Jun 2010
@ Australia (Melbourne/vic) / Lebanon (Zgharta/north)
|
#612
|
please can someone help.
i have the latest version of cutetube but every video i try and download fails and when i press the option to play nothing happens but a black screen .
![]() |
2010-12-22
, 21:33
|
Posts: 222 |
Thanked: 205 times |
Joined on Jul 2009
@ Finland
|
#613
|
![]() |
2010-12-22
, 21:46
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#614
|
You are doing the download in threads? Maybe that is causing the unresponsiveness then, threads are somewhat problematic in Python, especially when used to gain responsiveness.
(One could argue that threads are always a suboptimal solution if single threaded solutions are available)
In a Qt application, you should use QNetworkAccessManager to do the downloads in asynchronous fashion. You can track progress with that as well:
http://doc.qt.nokia.com/4.7-snapshot...wnloadProgress
The Following User Says Thank You to marxian For This Useful Post: | ||
![]() |
2010-12-22
, 21:49
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#615
|
![]() |
2010-12-22
, 21:52
|
Posts: 222 |
Thanked: 205 times |
Joined on Jul 2009
@ Finland
|
#616
|
The only unresponsiveness I get is when the list of items gets quite large. The scrolling becomes a little 'sticky', and it takes a split second longer to respond to screen taps on the list items. I don't know if there's a solution to this. I'm considering reworking the UI using QML in future, so I'll look at this in more detail at that point.
![]() |
2010-12-22
, 22:26
|
|
Posts: 294 |
Thanked: 62 times |
Joined on Mar 2010
|
#617
|
![]() |
2010-12-22
, 22:30
|
|
Posts: 294 |
Thanked: 62 times |
Joined on Mar 2010
|
#618
|
cuteTube 0.9.9-12 is now being uploaded to extras-devel. Audio now works when the device is using the 'silent' profile.
![]() |
2010-12-22
, 22:37
|
|
Posts: 294 |
Thanked: 62 times |
Joined on Mar 2010
|
#619
|
please can someone help.
i have the latest version of cutetube but every video i try and download fails and when i press the option to play nothing happens but a black screen .
![]() |
2010-12-22
, 22:43
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#620
|
Wicked! Plus sign is back, much better than autoloading
Can i request you bring something else back too... The old way of rating a video imo was much better, i also liked the fact that you could see how the video was rated in the thumbnail before actually clicking the video. Kinda gives you a clue as to wether or not its worth watching? Thanks
The Following User Says Thank You to marxian For This Useful Post: | ||
There is a workaround whereby you set the application name to 'FMRadio' (which is on the whitelist), but this might mess with some other things in my application, so I need to check it out.
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith
My website
GitHub
Last edited by marxian; 2010-12-22 at 21:07.