Cancel Buttons
#1
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
---------------------------------
i code, therefore i am.
---------------------------------
Reply
#2
shoutcast caching dialog (fileshoutcast.cpp)
.strm caching dialog, don't know if that's the same one as shoutcast
cddb progressdialog (cddadirectory.cpp)
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
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
---------------------------------
i code, therefore i am.
---------------------------------
Reply
#4
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:
---------------------------------
i code, therefore i am.
---------------------------------
Reply
#5
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?
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#6
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
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#7
music info (allmusic.com) progress dialog

greets

bobbin007



Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#8
Star 
more "cancel button" bugs reported here => http://sourceforge.net/tracker....=581838
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#9
(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
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#10
(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:
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#11
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
Reply
#12
legend!. thanks - this was my no.1 complaint with xbmc. i cannot wait to see the next cvs release!.
Reply

Logout Mark Read Team Forum Stats Members Help
Cancel Buttons0