|
451
|
DonationCoder.com Software / Finished Programs / Done: AMDER: Actor Missing Dialogue Error Report release: v1.3.0.0
|
on: April 30, 2012, 11:05:34 AM
|
As this was requested from a private irc chat I think it's most appropriate to post this in the Coding Snacks section. And because I already finished it, the Finished Programs section seemed best fitting... | Application Name | AMDER | | Version | 1.3.0.0 | | Short Description | Actor Missing Dialogue Error Report: Register and store missing dialogues to be reported | | Supported OSes | Windows XP SP3 and later (.NET 4.0 required) | | Web Page | This DCmembers page | | Download Link | (Available from the above page) | | System Requirements | | | Version History | - 2012-06-12, v1.3.0.0: Update release, added multi-select for importing .csv files
- 2012-06-12, v1.2.3.0: Update release, relaxed parsing the pagenumber from .csv files
- 2012-05-06, v1.2.2.0: Update release, added option for parsing Episode nr and fixed a bug
- 2012-05-05, v1.2.1.0: Update release, adds installer, makes AMDER single-instance, and fixes an issue
- 2012-05-04, v1.2.0.0: Update release, details in the release history on the site
- 2012-04-30, v1.1.0.0: First public release
| | Author | Ath | DescriptionThis application was requested by Saira, on irc, for recording and storing the timecodes and some other parameters per actor, to be filed as an error report to the script supplier for correction. FeaturesRecord 'Actor Missing Dialogues' and produce an Error Report from them in form of an Excel .xls or .xlsx file. The list can be pre-filled by importing (File/Open) a .csv file. Planned Features- What is requested by a (potential) user... - Add multi-select for importing .csv files (1.3.0.0)- Create an Inno Setup installer (1.2.1.0)- Batch processing for .csv files with a similar name (1.2.0.0)ScreenshotsThe Application in action: [attachthumb=1] The User-settings screen: [attachthumb=2] UsageInstallationPortable edition: - Download, then unpack the zip-file into it's own directory - Run the executable directly, or create a shortcut in a convenient place and use that Installer edition: - Download the installer, then run it. It'll check if .NET 4.0 is installed, and offer to download and install if it's missing - Run the application from the optionally created Desktop-shortcut or from the Start menu Using the Application- Start a new Error report by either using the 'Add New error' button or using 'File/New' - Type (or select) an Episode name/number, (the list will be automatically extended with what is typed) - Type (or select) an Actor name, (the list will be automatically extended with what is typed) - Select the feature(s) that is/are wrong with the Dialogue (use Up/Down arrow keys to select) UninstallationBoth editions: - Optionally remove any files created - Optionally remove any usersettings file(s): {UserAppData}\AMDER\UserSettings.xml Portable edition: - Remove the directory created earlier Installer edition: - Run the un-installer from the Windows Configuration screen Known Issues- None known - Fixed a bug that the Episode number wasn't taken from the Episode name (since 1.2.0.0)- Error message when closing AMDER because the settings directory doesn't exist
|
|
|
|
|
452
|
DonationCoder.com Software / Post New Requests Here / Re: Text Parsing and Output ( Result in Excel, load multiple DOC,RTF,Word Files )
|
on: April 30, 2012, 09:27:47 AM
|
Updated ScriptLineCounter to version 1.5.0.0What's new/changed: - Changed: Replaced own simple logging system by calls to Log4J (infrastructure already required for other libs)
TODO: (in priority-order) - Improve and expand the GUI interface (partially done)
Possibly add headers and footers to the output- Add some unexpected features
 - Fix any bugs or issues reported (3 until now
) Replace own logging system by log4j (already required/used by some libs)Handle pdf files for inputHandle extra file-format extracted from samples receivedWrite a Readme.txt fileCreate a GUI interface Download:
|
|
|
|
|
454
|
Other Software / Developer's Corner / Re: Not Unicode?
|
on: April 30, 2012, 06:00:58 AM
|
|
A related question that popped up recently (but has been lingering around for a while), is if a Unicode-capable program, should also support rtl-languages like Chinese, Japanese, Arabic etc., now that these character-sets are supported?
Writing software that is available, and could be used, globally, I might have to educate myself in these features and languages, just to 'support' the roughly 1/3 part of the world that uses their language that way...
|
|
|
|
|
455
|
Main Area and Open Discussion / General Software Discussion / Re: free antivirus
|
on: April 28, 2012, 03:01:16 PM
|
I'll add a +1 for Avast here. (or +4 for 4 computers  ) Light-weight (though recent AVG versions don't seem to be as bad as older ones), pretty light on ads, updates at least every 4 hours, but yes, an annual 'license renewal cycle', that can be a bit of a pain, but it's still free.
|
|
|
|
|
458
|
Other Software / Developer's Corner / Re: Not Unicode?
|
on: April 28, 2012, 02:45:24 AM
|
Is there ever any compelling reason to not use Unicode?
1) When using a compiler/runtime lib that doesn't (natively) support unicode... (ex. Delphi / BCB < 2009)
|
|
|
|
|
461
|
Main Area and Open Discussion / General Software Discussion / Re: windows xp sound device problems
|
on: April 27, 2012, 04:33:52 AM
|
|
A few silly questions, but they have to be asked: a) Do you have the correct drivers installed? (No exclamations/warnings in the system hardware configuration?) b) Does any sound produced give a VU-meter like animation in the extended volume controller? c) Are the speakers plugged into the right (green-ringed usually) output connector? d) Do the speakers work on another system?
|
|
|
|
|
462
|
DonationCoder.com Software / Post New Requests Here / Re: CSV/Excel Parsing & Formatting Utility
|
on: April 26, 2012, 04:39:47 PM
|
|
Yes, a missing pgno is 0, I've made it somewhat tolerant for input, so that "pgno1", "pgno 1", "pgno-1", "pgno -1" or "pgno - 1" all result in page 1 (and multiple spaces are allowed as well). I could make it more flexible if needed, by also allowing "pg", "pgn", "pgnr" or "page" instead of "pgno", but I didn't do that yet.
|
|
|
|
|
468
|
Main Area and Open Discussion / General Software Discussion / Re: automate database building
|
on: April 25, 2012, 02:30:59 AM
|
Does that mean there are more then 1 chemical components described in 1 pdf file, or is this the kind of resulting pdf you want to have output eventually? And how are the chemical components in the 'word list' separated from each other, by comma's or each on a new line? Or just try to find a word as a pdf, if not there, add the next word and retry, etc.?
|
|
|
|
|
469
|
DonationCoder.com Software / Finished Programs / Re: DONE: 1-action Unzip
|
on: April 25, 2012, 01:46:22 AM
|
|
+1 for 7-Zip, and if you want to minimize clicks, turn off 'Cascaded context menu' in Options/7-Zip, so Extract Here and Extract to <folder> are directly available in the right-click context menu. Less than 2 clicks is useless imho, would you want all your zip-files to be extracted on double-click?
|
|
|
|
|