Kodi Community Forum
Cancel Buttons - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Cancel Buttons (/showthread.php?tid=3727)



- nikon70 - 2004-05-21

regarding this bug report:

https://sourceforge.net/tracker....=581838

can you please post the dialogs that the cancel buttons dont work on. as the list grows so will my bug fixes,

my music -> scan works

i have fixed so far:

my pictures -> create thumbs
my programs -> scan (this one is still a bit buggy, only cancels when scanning the f: drive Huh)

but please list all the dialogs that dont work and ill get on it.

tomski :d


- chadoe - 2004-05-21

shoutcast caching dialog (fileshoutcast.cpp)
.strm caching dialog, don't know if that's the same one as shoutcast
cddb progressdialog (cddadirectory.cpp)


- nikon70 - 2004-05-22

from initial bug report for reference:

Quote:- initiate a tv stream and try to press the cancel
button in the connection dialog box. cancel button
won't be 'pressable' .

- initiate a 'scan' of your music db. again the cancel
button won't work



- nikon70 - 2004-05-23

fixes submitted to:

https://sourceforge.net/tracker....=581838

dont close this just yet will keep uploading new fixes as they are ready, but by all means submit them when you get around to it

:lol:


- chadoe - 2004-05-23

create thumbs patch is in Smile

has anyone else noticed canceling of progressdialogs (those that do work) works with the controller but not with the remote?


- Gamester17 - 2004-05-24

cancel do not work on imdb lookup either (dvd-remote), not sure if your patch fixes this already(?), if not hope you can sort this out too Image


- Bobbin007 - 2004-05-24

music info (allmusic.com) progress dialog

greets

bobbin007






- Gamester17 - 2004-05-25

more "cancel button" bugs reported here => http://sourceforge.net/tracker....=581838


- chadoe - 2004-05-25

(gamester17 @ may 25 2004,12:24 Wrote:more "cancel button" bugs reported here => http://sourceforge.net/tracker....=581838
that's the same bug report as nikon70 was referring to in his openingpost Image


- Gamester17 - 2004-05-25

(charly @ may 25 2004,16:39 Wrote:
(gamester17 @ may 25 2004,12:24 Wrote:more "cancel button" bugs reported here => http://sourceforge.net/tracker....=581838
that's the same bug report as nikon70 was referring to in his openingpost Image
ops!  :lol:


- yuvalt - 2004-10-02

this problem needs to be divided into two:
1. most operations which take a long time are running in the gui thread, which means that it does not scan for new events. this method of programming is bad and must be fixed in the future either by multi threading or using select() for network operations.

2. the remote control code was not written properly (at least to my opinion). i fixed it today and you can now cancel streams (because the streams are running in the mplayer thread and not in the gui thread).

-yuval


- Anomaly - 2004-10-02

legend!. thanks - this was my no.1 complaint with xbmc. i cannot wait to see the next cvs release!.