Many Java errors when converting
"JavaScript" is something completely different from "Java". These are not JavaScript errors.
Not working anymore, lot of javascript errors
CEWE exporter does not work
Error opening photobook
Hi, I'm having the same black background problem. Seeing that there are no new builts could you please point me in what file did you modify ? Thanks.
Error while loading fotobook
Hi Christian, I have the same problem (get #000000). I get the error both on the downloadable version and on a version built from source yesterday. It fails on my 2017 / 2018 book and works on my 2016-book. Regards Thor
I've fixed it for myself by defaulting background color to Color.WHITE before attempting to fetch it from the template name (which apparently fails). I'm not familiar enough with Java to really debug it, getting the project to build was already challenging ;-) Thanks for this nice piece of software! Color backgroundColor = Color.WHITE; if (TEMPLATE_COLORS.containsKey(templateName)) { backgroundColor = TEMPLATE_COLORS.get(templateName); } g.setColor(backgroundColor); g.fillRect(0, 0, bookwidth, bookheight);...
Background color white now black
Picture as background on a page is not rendered
Hi. I just uploaded a newer version of CEWE exporter - give it a try and let me know if it works. Christian
Hi. Could you be more specific? What align are you refering to? The text align maybe?
Hi Roy. Yes it is most likely due to a update of the Photobook-Software. I just uploaded a newer version of CEWE exporter - give it a try and let me know if it works. Christian
incremented version
refactoring
Regenerated DOM from current xml structure to support 6.2.6 version
refactoring: improve logging and exception handling
Display more of stacktrace in Error popup
Extended gitignore for intellij project files
I have tried again and can no se that I get differnet messages for every photobook about what is wrong for the photobooks that I have made in desember 2017. The messages I get is : For input string : ‘’fffcbc7c’’, For input string : ‘’ffff595d’’, For input string : ‘’ffef84ba’’ and For input string : ‘’ff54ddff’’ I also made one photobook in september 2017, but with that it works well to make a PDF-file. Can the reason be that there has been an update of the Cewe-program ? I like this program a lot...
Photbook from 2017 donæt work
Alig
Text is not rendered
adjusted windows path for migro photobuch default installation dir
Internationalization
Added basic internationalisation
Refactoring, introduced ProductDefinitionException
fixe border off by one
Generated new Dom classes based on 6+ CEWE file
trying to fix text being rendered at wrong size
Continue implementing experimental text element support
Fixes to make code run on java 6 and 7 backward compatible
fix for missing transparency in rendered texts
Fixed cover wrong way round
switched default gui back to swing
Refactoring to make JavaFx controller it’s own class, so it doesn’t interfere with guice DI
Added eclipse plugin to build.gradle
Using DI in all tests
Introduced another interface “Application” in order to be able to test
Now injecting PhotobookRenderer as well
Moved constants out of BaseGUI class
moved non-gut methods out of BaseGui and into CEWEExporterApp
Some package re org
Used Dependency injection provided by Guide to create a simple test case with a headless dummy GUI
Using guice for DI
Extracted code into BaseGUI class.
Extracted code into BaseGUI class. Added minor gui fixes.
Using worker thread to do rendering in java fx Gui
Fixed minor entering issues in java fx layout
Some minor cleanup
Fixed bug in starting render thread. Fixed bug in wrong jpg quality scale.
Finished wiring up remaining java fx components
Change inheritance structure of GUI classes. Fix in how Java FX stage ist stored
Started Implementation of JavaFX GUI
Added dummy implementation of JavaFX GUI
Added dummy implementation of JavaFX GUI
Proceeding with wiring of Gui components in java fx Gui
Started implementation of JavaFX GUI
Proceeding with wiring of Gui components in java fx Gui
Proceeding with wiring of Gui components in java fx Gui
Ongoing: refactoring to pull out common stuff from java fx and swing Gui into base class
Proceeding with wiring of Gui components in java fx Gui
Proceeding with wiring of Gui components in java fx Gui
Ongoing: refactoring to pull out common stuff from java fx and swing Gui into base class
Proceeding with wiring of Gui components in java fx Gui
Started implementation of JavaFX GUI
Merge branch 'develop' of ssh://git.code.sf.net/p/ceweexporter/git into develop
Added dummy implementation of JavaFX GUI
Added dummy implementation of JavaFX GUI
fixed umlaut
Merged changes
Fixed merge
Merge branch 'master' of ssh://git.code.sf.net/p/ceweexporter/git
Checkstyle and pmd configs
formatting cleanup
added gradle task to copy the bundled apps into one folder for easier upload to sourceforge
Added gradle task to bundle a osx app to zip
Added gradle task to bundle a osx app
updated how_to_build.txt
Added some more Error handling to display errors in gui
renamed icons
updated application icon
bumped up version
added area that displays currently exported page
Hi there! Thanks for reporting those problems. I'll really try to look at them, although can't promise I'll find a quick fix for those ;)
Hi Rob, so sorry for the (2 years) late answer! Might be because I haven't update the program in quite a while - My daytime job just got way to stressfull ;) give the new version a shot, and let me know if the problem still persists Thanks, Christian
updated .gitignore to ignore IDE specific stuff
deleted IDE specific stuff
tried to add support for legacy fotobook formats