ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: First Draft Maker

<< < (2/2)

JennyB:
Blockwriter looks pretty close to what I have in mind.

Even an input box for the line currently being typed would be acceptable, with a read-only box for previous lines.  The most important requirement is that the input accepts only what I actually type (no paste) and keeps account of the number of words written and the time taken, both for that session and for the day.

Arjen:
Here is something really simple.

You can type in the editbox at the bottom. Press enter to add it to the file. You can edit the whole line you are typing, but of course, once you've added it you can't.

Pressing Save... well uhm, saves the file.

You can paste in the editbox right now and there is no word counting or session timing (yet). Also, the program does not warn you when you exit and haven't saved the file.

The program requires the Microsoft .NET Framework 2.0.



Download:

JennyB:
23 Mb download for a 24k app!  :(

Well, I'm going to need .Net sooner or later.  :-\

Re. save: I'm thinking of a modal form, so you can't do anything but type until you close it, when it saves automatically. When I need it again, I'll launch it from FaRR, and it should show just the last few lines of what typed the last time.

lanux128:
Well, I'm going to need .Net sooner or later.
--- End quote ---
yeah, i think it's built-in from WinXp SP2 onwards..

also, why don't you try Skrommel's SingleApp?


JennyB:
I'm having a look at doing this myself in VB6, and I hit on the idea of using an auto-sizing label for the 'typewriter paper' and holding its bottom edge constant on each carriage return, at the same time saving the previous line to file.

Backspace deletes the last word and decreases the word count, space following a non-space increases the word count... and that's about it.

The main plroblem still to solve is how to save and restore the correct values for the times, count, and label capion each time it is closed and opened.   

Navigation

[0] Message Index

[*] Previous page

Go to full version