View Single Post
Old 03-09-2016, 08:23 PM   #703
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by BetterRed View Post
If I remove the 'Default' reading list the PI stops working

Code:
calibre, version 2.52.0
ERROR: Unhandled exception: <b>KeyError</b>:u'Default'

calibre 2.52 [64bit]  embedded-python: True is64bit: True
Windows-8-6.2.9200 Windows ('64bit', 'WindowsPE')
('Windows', '8', '6.2.9200')
Python 2.7.9
Windows: ('8', '6.2.9200', '', 'Multiprocessor Free')
Successfully initialized third party plugins: Goodreads && Diaps Editing Toolbag && Favourites Menu && Walk Search History && Barnes & Noble && Resize Cover && FictionDB && Generate Cover && EpubSplit && Drop Search Results && Beam Ebooks && Count Pages && Modify ePub && Quality Check && Extract ISBN && Reading List && Find Duplicates && Import List && View Manager
Traceback (most recent call last):
  File "calibre_plugins.reading_list.action", line 294, in about_to_show_menu
  File "calibre_plugins.reading_list.action", line 108, in rebuild_menus
KeyError: u'Default'
Fortunately I backup my configuration at days end.

Either there needs a block on removal of the 'Default' RL, or better yet, allow its removal and also remove the 'Add to Default', "Remove from Default' etc etc menu items.
I'll have a look in the next couple of days to fix this. I suspect I'll be lazy and just allocate one of the others as the default if you delete the current default list.
Quote:
A trivial thing - the PI doesn't show a down arrow glyph in the toolbar icon indicating presence of a drop down menu, but it does have a right arrow glyph in the context menu indicating presence of a flyout menu -- aren't they different representations of the same thing. This PI isn't the only 'culprit' in this regard, the View Manager and Favorites PIs are likewise -- as is the "Select Library" icon
There should be a small down arrow in the bottom right of the toolbar button. But. exactly what is shown depends on how the button works.

If the button only has an action and there is no menu, there will be no down arrow on the button.

If pressing the button has an action but there is also a menu, the down arrow will be next to the button. And putting the cursor over the button will show two areas to click. Over the button for the action, and over a thinner strip next to the button for the menu.

In the button doesn't have an action and hence all actions are accessed from the menu, there should be a small arrow in the bottom right corner of the button. Pressing the button always displays the menu.

In the context menu, there is no difference between the latter two cases. Clicking the menu item always opens the sub-menu if there is one.
davidfor is offline   Reply With Quote