| 
			
			 | 
		#166 | 
| 
			
			
			
			 Hedge Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 802 
				Karma: 19999999 
				Join Date: May 2011 
				Location: UK/Philippines 
				
				
				Device: Kobo Touch, Nook Simple 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#167 | 
| 
			
			
			
			 Witchman 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 628 
				Karma: 788808 
				Join Date: May 2013 
				Location: Philippines 
				
				
				Device: Android S5 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hi Thasaidon...Regarding your screen size problem with plugins, I think that you have had exactly the same dialog sizing problem with my CustomCleanerPlus plugin. You have also mentioned to me that you are using Windows 7. 
		
	
		
		
		
		
		
		
		
		
		
		
		
			I also use the Windows 7 op system on my laptop and I test all my plugins on Windows 7 and have never had the sizing problems that you appear to be having with some plugin dialogs. So it's highly possible -- because you appear to be having exactly the same dialog sizing problem on more than one plugin -- that these problems are perhaps caused by your current Windows display setup on Windows 7. A good place to start would be to ensure that your Windows 7 is up to date with all Windows updates. You should also minimally ensure that you at least have the SP1 update for Windows 7. You should also thoroughly check your Control Panel > Display setup as well. Last edited by slowsmile; 06-09-2018 at 10:02 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#168 | |
| 
			
			
			
			 Hedge Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 802 
				Karma: 19999999 
				Join Date: May 2011 
				Location: UK/Philippines 
				
				
				Device: Kobo Touch, Nook Simple 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 You are probably correct about my display settings but unfortunately I need the settings I use, in order to make using my PC comfortable. My eyesight is not good and I use it many hours a day. I have the latest Win 7 updates and have used some 3rd party utilities to adjust various font sizes that cannot normally be customised. I also use the Classic theme which allows some font sizes to be changed. And I still occasionally need to use an on screen magnifier or sometimes a magnifying glass on the screen.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#169 | 
| 
			
			
			
			 Witchman 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 628 
				Karma: 788808 
				Join Date: May 2013 
				Location: Philippines 
				
				
				Device: Android S5 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			erased due to error
		 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Last edited by slowsmile; 06-10-2018 at 12:25 AM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#170 | 
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 203 
				Karma: 62362 
				Join Date: Jul 2015 
				
				
				
				Device: Sony 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hi, 
		
	
		
		
			I have tried to resolve the issue raised by Thasaidon. I wrote a separate program to scroll labels and comboboxes that worked. Essentially I created a canvas that contains an interior window on which widgets can be placed and scrolled. But when I imported it into the Sigil plugin (attached) the scrollers in the scrollbar would not appear. I have run out of time to work on this now and will have another look at the problem next weekend. Meanwhile, if anybody can spot an error in my code please let me know what it is.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#171 | |
| 
			
			
			
			 Hedge Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 802 
				Karma: 19999999 
				Join Date: May 2011 
				Location: UK/Philippines 
				
				
				Device: Kobo Touch, Nook Simple 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 ![]() If I knew Python I would certainly scan the code, as it is I look forward to using your final solution in due course. Thank you again.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#172 | 
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 50 
				Karma: 605108 
				Join Date: Apr 2016 
				
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			@CalibUser: I had some spare time today and I looked at the code. I think that this line in ShowdlgProcessSpanTags 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Code: 
	InteriorFrame.bind("<Configure>", fnScrollable)
Code: 
	canvas.bind("<Configure>", fnScrollable)
 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#173 | 
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 203 
				Karma: 62362 
				Join Date: Jul 2015 
				
				
				
				Device: Sony 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			@wrCisco: Thanks for looking at this - I was rushing too much when I tried to update the plugin! 
		
	
		
		
		
		
		
		
		
		
		
		
	
	![]() I have updated the plugin in the first post to include your suggestions.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#174 | |
| 
			
			
			
			 Hedge Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 802 
				Karma: 19999999 
				Join Date: May 2011 
				Location: UK/Philippines 
				
				
				Device: Kobo Touch, Nook Simple 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 ![]() ![]() I have reached that part of my workflow when I use the plugin very heavily. I will let you know how I go on.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#175 | 
| 
			
			
			
			 Hedge Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 802 
				Karma: 19999999 
				Join Date: May 2011 
				Location: UK/Philippines 
				
				
				Device: Kobo Touch, Nook Simple 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hi 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Just to let you know. I have completed the task in my workflow where I use the plugin at least once on each of the books in the batch (100 books approx) I am working on. It worked better than ever. I only had one book where the tags required me to scroll down the window (I would have expected two or three  ).  The your plugin modification meant I could deal with it with no problems. | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#176 | 
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 203 
				Karma: 62362 
				Join Date: Jul 2015 
				
				
				
				Device: Sony 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			@Thasaidon: Thanks for letting me know that the update works. Glad you find it useful
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#177 | 
| 
			
			
			
			 Hedge Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 802 
				Karma: 19999999 
				Join Date: May 2011 
				Location: UK/Philippines 
				
				
				Device: Kobo Touch, Nook Simple 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hi @CalibUser 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Just a quick update. I processed an ebook yesterday and when I ran your plugin on it I got over 15 pages of entries in the right hand window. ![]() Your updated plugin coped with no problems ![]() Thanks again  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#178 | 
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 203 
				Karma: 62362 
				Join Date: Jul 2015 
				
				
				
				Device: Sony 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hi @Thasaidon 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Thanks for the feedback.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#179 | ||
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 201 
				Karma: 266070 
				Join Date: Dec 2010 
				Location: Spain 
				
				
				Device: Win10,Win11,Ubuntu,PockbookLux44 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Trouble with hyphens
			 
			Quote: 
	
  )Now. I have a have hit a snag on running the plugin: on the list of Quote: 
	
 cow-puncher --> cowpuncher to-day --> today But, looking in wikidictionary, both the words on the right have entries, the first as 'alternate spelling', the second as 'old form of' (the book is from the 1910's). Thus being the case, I discarded the changes--which discards also everything else. Would it be possible to either -- make the hyphen changes optional -- or allow for a 'custom exception list' of hyphens to keep? I may mention that on editing OCR files without images of the original text, I use to deal with cases as above, by mimicking Kovid's heuristics: count occurences of with/without hyphen... Thanks again for the plugin!  | 
||
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#180 | |
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 203 
				Karma: 62362 
				Join Date: Jul 2015 
				
				
				
				Device: Sony 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  
		 | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Tidying Up My Kindle | selectortone | Calibre | 2 | 07-17-2013 11:35 AM | 
| developping a Plugin for Presentation files | abdlink | Plugins | 4 | 04-15-2013 12:27 PM | 
| Plugin to fix fb2 files | oviksna | Plugins | 3 | 01-28-2013 09:53 AM | 
| Tidying Up My Library | JayLaFunk | Library Management | 2 | 09-20-2011 10:12 AM | 
| Calibre 0.7.50 can't see plugin files | mb_webguy | Calibre | 5 | 04-29-2011 04:41 AM |