Res Cantrox [en]

Res Cantrox is program aimed to store and compare data about amount of resources stored somewhere. It’s functionalities are:
- import data from the file, HTML source code or copypasted list of the resources
- display entries (sets of resources)
- compare two different entries to see how amount of resources changed since the last inspection
- export to neat text or HTML table
- merging two entries into one which contains amount of the both sets.

No screenshot, sry.

Download link: www.cantr-mmorpg.pl/progz/res-cantrox.jar

Caution! Program does create some rubbish (XML with very imporatant data) so paste it into new directory. There is no need to extract .jar file, just run it (it’s Java Archive).

Source code link: www.cantr-mmorpg.pl/progz/res-cantrox-source.tar.gz

Manual:

Import:

- top radio button gives possibility of importing from HTML source file, HTML source pasted into the area below or text simply copypasted from the list in your browser. If you selected option I or II you don’t have to type anything into “day” textfield. If you selected III you have to do it.
- type name (will be displayed on the list) and description (will be displayed when you keep cursor over the entry on the list)

Export:

- if you want to export data to file you have to select it using [Browse] button.
- otherwise it’ll be exported to the text area below
- checking table checkbox would result in putting data into HTML table
- checking charset checkbox adds HTML tags on the top and the bottom of the exported text (useful only if you want export that HTML table to file, otherwise it’s deprecated)
- border – adds border to HTML table

Profiles:

To maintain control over many stores there is a possibility of creating different profiles (i.e. one for every character) to avoid mess on the entries list. Options are:
- Add profile – Adds profile with the given name. Accepted characters are: alphanumeric, “-” and “_”
- Delete profile – Deletes profile from the program’s XML database. It doesn’t delete directory with data on the hard drive. If you’ll create new profile with the name the same as prievously deleted data will be “recovered”. To get rid of it delete directory manually.

Compare – selecting that shows second table and you can select two entries insead of one. On the right will be displayed comparison of these two entries. Selecting that makes deleting exporting and impossible.

Comments are closed.