- BasicNote: An Advanced Note-Taking Program, in pure BASIC.
- 16 Mar 2015 12:44:55 am
- Last edited by Michael2_3B on 07 Jul 2015 01:08:21 pm; edited 10 times in total
+-----------------+
| BasicNote |
+-----------------+
I started this project on the 11th. It's turning out to be a bigger project than I expected it to be, so I'm making a thread about it. Note, this project is nowhere near done, but I got a lot of the menu stuff out of the way so far. Anyways, before I start talking about it, heres a screenshot
CONTROLS: Arrow keys to move cursor, ENTER to select, CLEAR to quit program at any time.
As you can see, the menu is pretty much the only thing done. Because I haven't started programming some other things yet, I have some dummies currently in there:
--"THIS NOTE LOL" will be replaced with the titles of the notes.
--By clicking on one of the notes, the Y-Coord of your cursor pops up, and the program ends. Later, clicking on it will make you enter editing mode.
Also as you can see, the program stops running after all the different options (however, clicking cancel is currently programmed to return to the main menu). Later, they will all be programmed to return back to the menu or whatever, without stopping the program.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
The text input/editing will be on the graph screen, and will most likely use TIBD's Custom Text Input Routine, along with possible modifications by me.
To-Do List:
Notes:
(Done) creating new notes
(Mostly Done)note editing (obviously)
(Done) Text highlighting, deleting, inserting
(Done) Right click options (copy, paste, cut, maybe some others)
Menu:
Deleting individual notes
More sidebar options if necessary
(Done) the title of each note will load, depending on a list element
Also, the way I currently have it set up limits the amount of different notes to 6, as there are only 6 slots on the screen. I may add scrolling, however I will still be limited to 10 strings. If anyone really wants me too, I can program it so only one string needs to be used, which will allow for many notes to be stored, only limited by the amount of RAM. But seriously, who needs that many notes on a calculator? Just put it all in one note...
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
::IMPORTANT:: Program is not being created for unethical reasons. I am not responsible if you use this for the wrong reason.
| BasicNote |
+-----------------+
I started this project on the 11th. It's turning out to be a bigger project than I expected it to be, so I'm making a thread about it. Note, this project is nowhere near done, but I got a lot of the menu stuff out of the way so far. Anyways, before I start talking about it, heres a screenshot
CONTROLS: Arrow keys to move cursor, ENTER to select, CLEAR to quit program at any time.
As you can see, the menu is pretty much the only thing done. Because I haven't started programming some other things yet, I have some dummies currently in there:
--"THIS NOTE LOL" will be replaced with the titles of the notes.
--By clicking on one of the notes, the Y-Coord of your cursor pops up, and the program ends. Later, clicking on it will make you enter editing mode.
Also as you can see, the program stops running after all the different options (however, clicking cancel is currently programmed to return to the main menu). Later, they will all be programmed to return back to the menu or whatever, without stopping the program.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
The text input/editing will be on the graph screen, and will most likely use TIBD's Custom Text Input Routine, along with possible modifications by me.
To-Do List:
Notes:
(Done) creating new notes
(Mostly Done)note editing (obviously)
(Done) Text highlighting, deleting, inserting
(Done) Right click options (copy, paste, cut, maybe some others)
Menu:
Deleting individual notes
More sidebar options if necessary
(Done) the title of each note will load, depending on a list element
Also, the way I currently have it set up limits the amount of different notes to 6, as there are only 6 slots on the screen. I may add scrolling, however I will still be limited to 10 strings. If anyone really wants me too, I can program it so only one string needs to be used, which will allow for many notes to be stored, only limited by the amount of RAM. But seriously, who needs that many notes on a calculator? Just put it all in one note...
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
::IMPORTANT:: Program is not being created for unethical reasons. I am not responsible if you use this for the wrong reason.