https://github.com/axtens/boj
Bruce's Own Joblog, written in B4x
https://github.com/axtens/boj
Last synced: 5 months ago
JSON representation
Bruce's Own Joblog, written in B4x
- Host: GitHub
- URL: https://github.com/axtens/boj
- Owner: axtens
- License: mit
- Created: 2019-10-03T10:28:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T13:45:22.000Z (over 6 years ago)
- Last Synced: 2025-01-31T06:42:09.707Z (over 1 year ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
boj
===
Bruce's Own Joblog
BOJ prompts for whatever the user has been doing up to the point of its appearance.
The user selects the "department" (or accepts the default) that the log applies to (in the author's case, either
HOME, WORK or OTHER) and enters text into an HtmlEdit control. The date, the "department"
and the entered text are appended to an HTML log file.
The jar, the log and an ini defining the "departments" are stored together. In the
author's case, these files are stored in %APPDATA%\BOJ
In the ini file, the default "department" is prefixed with an asterisk.
The program is executed according to a schedule defined in Task Scheduler. In this author's
case, this is once every 15 minutes.
The window is undecorated so as to force the user to hit "Save" or "Cancel".
BOJ renders in B4J an app written previously in VB6.
License: MIT License.