preview


Ascgen dotNET 0.9.6 released 8

** Download it here **

I was waiting until I’d finished rewriting one of the controls, but I just had a pretty huge crash bug pointed out to me.

Added a form to preview the colour output
Added menu item to change the position of the image and text frames from horizontal to vertical
Added automatically choosing the panels orientation layout from the screen size
Changed main form to access the RichTextBox through an interface
Moved interfaces into their own namespace
Fixed being unable to save variable width font conversions as an image

If you do see something obviously wrong, please report it on the sourceforge page (“Help/Report a bug…”). You don’t have to have an account there and you can do it anonymously.


Next version: Globalization + Save and Print Colour Images 2

Just as a heads-up, the next version of the program will include the ability to translate it into whatever language you want (or change words to make them sound rude).

Originally I planned to use the inbuilt globalization stuff, but it’s unbelievable how complex it makes everything. Instead I’ve come up with my own easy system that piggybacks on the existing resource class and loads the strings from an external xml file.

The current full list of translation strings is here:
http://ascgen2.cvs.sourceforge.net/*checkout*/ascgen2/ascgen2/translation.xml

You can use any or all of these by translating the strings inside the tags.

It will also finally come with saving to colour image files, and printing in colour. Which was much harder then the translation stuff.

I’m not sure whether to have the version number as 0.8.3 or 0.9.0. Maybe 0.8.5?

Plus, I’ve changed http://www.jmsoftware.co.uk/ into a blog so I can start posting more off topic stuff without cluttering this one up, and I hope to start posting regularly soon. It also hosts a few random little programs.


Beta 8.0 released 5

Download it here

I’ve gotten rid of the tabs, and put the input and output images on the same bit so they’re both viewable all the time. I’ve been playing with it for a few weeks, and you get used to it.

Added printing and print preview. Currently it prints to one page, and uses as much of the paper as available.

Right click on the input image, and you can rotate and flip it.

Full changes:
(more…)