|
|
#1591 | |
|
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,421
Karma: 9656783
Join Date: Sep 2020
Device: Libra Colour
|
Quote:
https://download.calibre-ebook.com/preview/ |
|
|
|
|
|
|
#1592 |
|
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Jul 2023
Device: Kindle ColorSoft
|
OK, this was fixed in the latest Calibre version 9.12.
|
|
|
|
|
|
#1593 |
|
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Jul 2023
Device: Kindle ColorSoft
|
thanks!
|
|
|
|
|
|
#1594 |
|
null operator (he/him)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,796
Karma: 34252730
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
Can an Action Chain invoke a System action, i.e. Close, Maximise and Minimise. Assuming it cannot, could it be added… or is that a bridge too far?
BR |
|
|
|
|
|
#1595 | |
|
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10
Karma: 15972
Join Date: Mar 2025
Device: kindle oasis
|
Quote:
A 'Run Python Code' action can call the UI's event handlers directly even if it isn't an official way: gui.system_tray_icon_activated() looks like it toggles minimization. gui.showMinimized() always minimizes. gui.quit() quickly quits calibre. (tested in 6.29 on a mac) Code:
import time
def run(gui, settings, chain):
# Minimize, restore and then quit calibre.
gui.showMinimized()
time.sleep(3)
gui.system_tray_icon_activated()
time.sleep(3)
gui.quit()
|
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Editor Plugin] Editor Chains | capink | Plugins | 133 | 08-10-2026 05:22 PM |
| Action Chains Resources | capink | Plugins | 83 | 05-07-2026 02:16 AM |
| [GUI Plugin] Noosfere_util, a companion plugin to noosfere DB | lrpirlet | Plugins | 2 | 08-18-2022 03:15 PM |
| [GUI Plugin] Save Virtual Libraries To Column (GUI) | chaley | Plugins | 14 | 04-04-2021 05:25 AM |