:: amor gui

Decided to add some more functions. As you can see the xml-parsing for the gui works fine. Added also a progress bar on the bottom. If you click on the button to generate the dictionary, you can see a progress bar running. I really don’t know how to realize a full automatic generation for the dictionary, as you can see on google for example. I hope I can find a solution for this problem, this would be so cool.

This is how the gui looks like now:

Now I’am working on the Model View Controller for amor.

Nice greets.

:: amor files

Here a little overview of all used files in amor:

In system are all files for the gui and the dictionary. You can save structures in a library and use it for further projects. If you want you can use your not finished projects and import it into amor. They can be an inspiration.

Nice greets.

:: amor features

I’am working now on a texteditor for writing poems. It will have an intergrated rhyme dictionary with some cool features. If you write for example a poem with the structure:

a – b – a – c  a – b – a – d

And you are currently at the third line. The software will automatically choose the right ending for your rhyme – if it is possible. Means that a line should have been written with the same ending.You have just to click on a button and you have the right dictionary for your current line. It would be cool if this happens automatically, but the dictionary has too many entries.

Another feature is that you can write so called “sketches”. This is just a textbox, where you can write lines, that are not finished. You have a place for ideas.

I want to implement exporting functions for *.pdf and *.txt, maybe some more – lets see. The file format for the project will be *.amo – file.

Also a word-in-word search possibility is planned. Here a screenshot of the first implementation. Some features are still not implemented and it is just a test version for me. It is still buggy, means i have to check all kind of error inputs, that are possible. :-(

I would like to make it international, but i don’t have found a solution in c#. So, i’am experimenting with xml-files.

Nice greets.