Annoying Pop Up Keyboard
#1
so i have a search box that loves popping up for a second time after a search is done only in frodo


Code:
def SEARCH(url):
        search_entered = ''
        keyboard = xbmc.Keyboard(search_entered, 'Search Mikeys Karaoke...XBMCHUB.COM')
        keyboard.doModal()
        if keyboard.isConfirmed():
            search_entered = keyboard.getText() .replace(' ','+')  
            if search_entered == None:
                return False


whats wrong with that to keep it popping up or is it a frodo bug ??

Im on RC3 now and still doing the same
Reply
#2
here is issues with debug on

Code:
15:35:29 T:3224  NOTICE: Mode: 16
15:35:29 T:3224  NOTICE: URL: url
15:35:29 T:3224  NOTICE: Name: Search Mikeys Karaoke
15:35:29 T:3224  NOTICE: IconImage: https://dl.dropbox.com/u/35759481/Mikey1234/KaraokeArt/Main/Search.png
15:35:29 T:3224  NOTICE: FanartImage: None
15:35:29 T:2596   DEBUG: ------ Window Init (DialogBusy.xml) ------
15:35:29 T:2596   DEBUG: ------ Window Init (DialogKeyboard.xml) ------
15:35:29 T:2596   DEBUG: CAnnouncementManager - Announcement: OnInputRequested from xbmc
15:35:29 T:2596   DEBUG: GOT ANNOUNCEMENT, type: 128, from xbmc, message OnInputRequested
15:35:30 T:2596   DEBUG: ------ Window Deinit (Pointer.xml) ------
15:35:30 T:2596   DEBUG: ------ Window Init (Pointer.xml) ------
15:35:32 T:2596   DEBUG: CApplication::ProcessMouse: trying mouse action leftclick
15:35:32 T:2596   DEBUG: CApplication::ExecuteXBMCAction : Translating PreviousMenu
15:35:32 T:2596   DEBUG: CApplication::ExecuteXBMCAction : To PreviousMenu
15:35:32 T:2596   DEBUG: ------ Window Deinit (DialogKeyboard.xml) ------
15:35:32 T:2596   DEBUG: CAnnouncementManager - Announcement: OnInputFinished from xbmc
15:35:32 T:2596   DEBUG: GOT ANNOUNCEMENT, type: 128, from xbmc, message OnInputFinished
15:35:33 T:968   DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult- plugin returned successfully
15:35:33 T:3224    INFO: Scriptresult: Success
15:35:33 T:3224    INFO: Python script stopped
15:35:33 T:3224   DEBUG: Thread XBPyThread 3224 terminating
15:35:33 T:2596   DEBUG: Saving fileitems [plugin://plugin.video.MikeysKaraoke/?fanart&iconimage=https%3a%2f%2fdl.dropbox.com%2fu%2f35759481%2fMikey1234%2fKaraokeArt%2fMain%2fSearch.png&mode=16&name=Search%20Mikeys%20Karaoke&url=url]
15:35:33 T:2596   DEBUG:   -- items: 8804, sort method: 0, ascending: false
15:35:33 T:3008  NOTICE: Thread Background Loader start, auto delete: false
15:35:34 T:2596   DEBUG: waiting for python thread 12 (C:\Users\Mike\AppData\Roaming\XBMC\addons\plugin.video.MikeysKaraoke\default.py) to stop
15:35:34 T:2596   DEBUG: python thread 12 (C:\Users\Mike\AppData\Roaming\XBMC\addons\plugin.video.MikeysKaraoke\default.py) destructed
15:35:34 T:2596   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
15:35:35 T:2596   DEBUG: CApplication::ProcessMouse: trying mouse action wheelup
15:35:39 T:2596   DEBUG: Previous line repeats 20 times.
15:35:39 T:2596   DEBUG: CApplication::ProcessMouse: trying mouse action mousedrag
15:35:41 T:2596   DEBUG: Previous line repeats 34 times.


after destructed it launches again

Code:
15:35:34 T:2596   DEBUG: waiting for python thread 12 (C:\Users\Mike\AppData\Roaming\XBMC\addons\plugin.video.MikeysKaraoke\default.py​) to stop
15:35:34 T:2596   DEBUG: python thread 12 (C:\Users\Mike\AppData\Roaming\XBMC\addons\plugin.video.MikeysKaraoke\default.py​) destructed
15:35:34 T:2596   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
Reply
#3
I've noticed the same issue on frodo with my addons.
Reply
#4
Least I'm not going mad !!!!!

Can some admin assist ??
Reply
#5
I have the same problem Angry
Reply
#6
You need to get pydevd on the case. Smile

https://github.com/powlo/script.module.pydevd
https://dl.dropboxusercontent.com/u/1076...-3.4.1.zip
Reply

Logout Mark Read Team Forum Stats Members Help
Annoying Pop Up Keyboard0