02-02-2011, 09:23 PM | #361 | |
Wizard
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
|
Quote:
=X= |
|
02-03-2011, 04:11 PM | #362 | |
Addict
Posts: 300
Karma: 1006538
Join Date: Jul 2008
Device: Kindle Paperwhite (11th Gen)
|
Quote:
I still run into it ( I had to reinstall windows etc ), the menu option still errors outl. I can use the style selections on the sides to change the format, but it would be nice if the menu items worked also. |
|
Advert | |
|
02-03-2011, 07:13 PM | #363 |
Wizard
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
|
I hate MS.
The problem is a 2003 vs 2007 problem. This is why I could not resolve it when you first reported the problem I only had 2003. Anyhow the fix is easy. Code:
Replace Chr(13) with VBA.Chr(13) Last edited by =X=; 03-04-2011 at 09:10 PM. |
02-04-2011, 12:59 AM | #364 | |
Addict
Posts: 300
Karma: 1006538
Join Date: Jul 2008
Device: Kindle Paperwhite (11th Gen)
|
Quote:
it still errors out tho. Compile error: Method or data member not found the part that is highlight is .Char |
|
02-04-2011, 01:18 AM | #365 |
Wizard
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
|
My apologies that was suppose to be 'VBA.Chr(13)' note there is no 'a' in 'chr'.
|
Advert | |
|
02-04-2011, 02:27 AM | #366 |
Addict
Posts: 300
Karma: 1006538
Join Date: Jul 2008
Device: Kindle Paperwhite (11th Gen)
|
That part worked great thank you =)
But, there was another error after I fixed that one. Compile error: Can't find project or library Reference line: szBkTitle = Trim(szBkTitle) Trim is highlighted Hope that one is as easy as the previous error. thank you again. |
02-04-2011, 12:07 PM | #367 |
Wizard
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
|
I just tested it's the same fix.
There are several locations of "chr" and "Trim" just replace them with "VBA.chr" and "VBA.Trim" and they should work. It seems MS has added namespaces to their core VBA language. Where as before they where treated as reserved words, now you have to declare a namespace "VBA" to use them. This is a change from MS Word 2003 to MS Word 2007 Last edited by =X=; 02-04-2011 at 12:10 PM. |
02-04-2011, 12:11 PM | #368 |
Wizard
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
|
BTW this was very helpful feedback as it tells me the command that you are having problems with. Thanks
|
02-11-2011, 01:46 AM | #369 | |
Bibliophagist
Posts: 40,570
Karma: 157444380
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
Last edited by DNSB; 02-11-2011 at 01:50 AM. Reason: fat fingers can't type... |
|
02-11-2011, 06:26 PM | #370 | |
Wizard
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
|
Quote:
Just a FYI setting the debug option flag on keeps all of the temp files generated by BookCreator, you might want to remove the temp files once your done with the command line. You should be able to pass in "--change-justification=left" in the additional parameters text field located in the "Misc" tab of the "Create eBook" dialog box. |
|
02-15-2011, 02:11 AM | #371 | |
Bibliophagist
Posts: 40,570
Karma: 157444380
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
del e:\temp\*.* /q for /d %%f in (e:\temp\*.*) do rd "%%f" /s /q |
|
02-22-2011, 01:06 AM | #372 |
Junior Member
Posts: 2
Karma: 10
Join Date: Feb 2011
Device: pandigital
|
Hello
I am a newbie to converting .doc to .epub (groans for later please) I am trying to do this yet I am not having any success I haved tried it on my desktop using XP sp3 with word 2000 and on vista laptop (only have a very short time frame to work on it 30 -45 minutes tops) yet using latest calibre and BookCreator when trying to use 2000 it gives me nonstop errors of stuff missing(not at that computer currently sorry or would have the errors) when using the vista laptop figuring I did something wrong b/c when scanning through it tons of text was altered(maybe didn't notice before) random extra symbols here and there yes I am new and sometimes a dense brick without meaning too. I only found these through calibre's direct link so any assist would GREATLY appreciated I just want to be able to get my books in a format that my reader can read. again Thanks for any support given. (groans may now continue in stereo) |
02-22-2011, 11:49 AM | #373 |
Wizard
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
|
Hi Tannim,
Hm the info you provided is difficult to for me to make sense. If you are able to reproduce the problem list the steps you performed to get there, that wiuld be very helpful. Here is my best guess. The only symbols that BookCreator inserts is !b! and !i! . Are those the symbols your seeing? If so this is not an error, those taggs are used to mark italic text and bold text. However you only need to use this feature if you plan to remove all of the existing syles or formatting. The way to get rid of those tags is to select the 'Format Tag Text' menu option. The error you are getting for missing libaries might be due to the version of word you are using. One of the key libraries BookCreator uses is regular expressions. I believe they added that library add part of office in 2003, but offered it as a plugin for 2000. BookCreator's minimum requirement is word 2003. This is primarily because I do not have word 2000 to test, nor I have not had anybody report sucess or failure with word 2000. Last edited by =X=; 02-22-2011 at 11:53 AM. |
03-03-2011, 01:02 PM | #374 |
Junior Member
Posts: 8
Karma: 10
Join Date: Mar 2011
Device: Kindle 3
|
Is possible to change name of the generated TOC "Table of Contents" to different?
|
03-03-2011, 01:48 PM | #375 |
Wizard
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Bookcreator | MalcolmFranks | Introduce Yourself | 8 | 10-13-2010 11:49 PM |
BookCreator 3.0 Beta | =X= | Workshop | 43 | 11-21-2009 01:08 AM |
New Update BookCreator v2.6 | =X= | Workshop | 2 | 09-22-2009 07:04 AM |
BookCreator v2.5: Just Released | =X= | Workshop | 0 | 09-28-2008 07:40 PM |
BookCreator v2.0 Released (Book Creating tool) | =X= | Workshop | 1 | 09-15-2008 07:01 PM |