|
|
#586 | |
|
Member
![]() ![]() ![]() ![]() Posts: 24
Karma: 310
Join Date: May 2011
Device: none
|
Quote:
So, I went to another Atrix that was running v3.0.54-38. I copied the installer onto the first phone, and after installing it - I could once again access the external sd card from Cool Reader. So the problem definitely occurred somewhere between 3.0.54-38 and the current version. |
|
|
|
|
|
|
#587 | |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 960
Karma: 8388999
Join Date: Dec 2006
Location: Singapore
Device: Coolreader(Galaxy S4)\Coolreader(Nook Touch)
|
Quote:
fixed it for me looking at the commit log some more mount problems have been fixed so you might get a fix in the next release.
__________________
"Too often we... enjoy the comfort of opinion without the discomfort of thought"-JFK |
|
|
|
|
|
Enthusiast
|
|
|
|
#588 |
|
Member
![]() ![]() ![]() ![]() Posts: 24
Karma: 310
Join Date: May 2011
Device: none
|
Well, I encountered this problem yesterday morning, so I think that would have been 3.0.56-38.
|
|
|
|
|
|
#589 |
|
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Apr 2012
Device: Sony PRS-T1
|
Last edited by bookp; 04-17-2012 at 06:42 AM. |
|
|
|
|
|
#590 |
|
What Title ?
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,268
Karma: 1841936
Join Date: Jan 2009
Location: Bavaria Germany
Device: HTC Sensation 4G (ICS), Nexus 7 (JB), Transformer Prime (JB)
|
|
|
|
|
|
|
#591 |
|
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Apr 2012
Device: Sony PRS-T1
|
I think the bug may be related to css margins with 4 values. The values in the bugged example (attached file) are "margin : 50px 0px 0px 0px;"
If a margin has 4 values, then the first one should be the value for the top margin. However, Cool Reader seems to apply the first value to all directions. Last edited by bookp; 04-17-2012 at 01:16 PM. |
|
|
|
|
|
#592 |
|
Bookmaker
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 180
Karma: 9070
Join Date: Sep 2010
Device: Cybook Opus
|
Speaking of margins, I'm still wondering if anybody has figured out a way to get the first thing that appears after a page break to show a proper top-margin.
|
|
|
|
|
|
#593 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Jul 2010
Device: Nook
|
Hi-
I am using a Samsung Galaxy S II. I have a bunch of ePub files, none with DRM, mainly from three different publishers. All the ones from O'Reilly and PragProg open just fine. All the ones from Manning Publishing do not. When I try to open one of these, the progress bar gets about 2/3rds of the way through, then Cool Reader crashes and the home screen is shown. Is there anything I can do to improve the changes of being able to launch one of these ePubs? Are there any logs written that might have a clue? Any other suggestions? Thanks! -Bill |
|
|
|
|
|
#594 | |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 960
Karma: 8388999
Join Date: Dec 2006
Location: Singapore
Device: Coolreader(Galaxy S4)\Coolreader(Nook Touch)
|
Quote:
Looking at the commit log summary http://crengine.git.sourceforge.net/...gine;a=summary I think your css margins problem might get a fix in the next release
__________________
"Too often we... enjoy the comfort of opinion without the discomfort of thought"-JFK |
|
|
|
|
|
|
#595 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Apr 2012
Device: Android phone, PC
|
I have been using the app for some time now on my SE Xperia x10 mini pro and have been very satisfied with it... but then last night (and I'm on vacation, so no internet on the phone) it stopped working... whenever I want to open the book I'm currently reading (the only one in there, actually), it just closes... to I downloaded the Cool_Reader_v3.0.56-38 on my notebook and installed it on the phone and everything works, except that it crashes whenever I try to scan my SD card... why is that? Any ideas?
|
|
|
|
|
|
#596 |
|
Bookmaker
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 180
Karma: 9070
Join Date: Sep 2010
Device: Cybook Opus
|
Does anybody know how to get CoolReader's hyphenation to treat words separated by an emdash—like this—as different words and hyphenate them properly? Is it possible to alter the hyphenation dictionary or to use a different one that won't treat them as one big word?
|
|
|
|
|
|
#597 | |
|
Jr. - Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 533
Karma: 2000170
Join Date: Aug 2010
Location: East Texas
Device: DXG, K3, Jetbook(+Lite), eSlick, Nook, PRS350, PB301+, PB360
|
Quote:
I dropped back to v3.0.55-50 and all is well. I am running on a 9.7" Coby with ICS 4.0.3. Allwinner A10 processor. However, v3.0.56-42 runs OK on my Archos 80 G9 with ICS 4.0.3. OMAP4 processor. There has been one problem for a while across all my tablets. I can't enter other than whole percentages in the "go to" function. 34.4 fails 34 works. Regards - John P.S. Any idea when we will get the mirrored margins? Last edited by Jabby; 04-20-2012 at 08:13 PM. |
|
|
|
|
|
|
#598 |
|
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11
Karma: 1052
Join Date: Oct 2010
Device: none
|
I'm testing cr3-qt-win32-3.0.56-42, and found that when using external css for epub, the very next css rule after a comment does not work. For example, let's say we have:
/*comment here*/ p {text-indent:1.5em; text-align:justify;} Then the rule for paragraphs doesn't get recognized and work. By the way, is there any way to override cool reader's page margin using external css? I hope to be able to show cover pagers in full screen without page margin, but @page rule doesn't seem to work yet. |
|
|
|
|
|
#599 |
|
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 190
Karma: 1105816
Join Date: Sep 2010
Device: Nookcolor, Kindle & Sony Touch
|
Trouble with search function.
Anyone that can tell me how this supposed to work. Today I remember reading some phrase back towards the beginning of my book with the word "vanilla" so I go to menu/more/search and enter "vanilla" but it doesn't change page highlight anything etc. so I go to beginning of book and try from there still nothing not even the page which I last read with vanilla. |
|
|
|
|
|
#600 |
|
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11
Karma: 1052
Join Date: Oct 2010
Device: none
|
When there are <br/> tags in a paragraph (surrounded by <p> and </p> tags), the lines following the <br/> tags are always preceded by some white space (about 1/3 ~1/2 of a space), resulting those lines misaligned with the very first line in the paragraph.
This was tested with cr3-qt-win32-3.0.56-42 version. |
|
|
|
![]() |
| Tags |
| cool reader, fb2 epub rtf chm fbreader |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cool reader and E-Book reader differences? | PKFFW | OpenInkpot | 9 | 11-22-2010 05:52 PM |
| Cool Reader 3 Issue | Blossom | Astak EZReader | 4 | 10-14-2010 07:48 PM |
| Cool reader with slavic letters | s52d | HanLin eBook | 4 | 02-18-2010 06:18 AM |
| Ended Cool-er e reader | BenjaminJames | Flea Market | 1 | 01-07-2010 05:36 PM |
| Cool Reader 2, like FBReader for windows | yargoflick | Reading and Management | 1 | 03-06-2007 01:36 PM |