Page 1 of 1

[RELEASE] Planner OXP

Posted: Mon Jun 08, 2015 5:55 pm
by Ramen
Hi all,
I have created a (barebones, wip) planner oxp. (For people who play Oolite so much that it's the only way they will remember :))
The subject and details entries are unfortunately limited to 30 characters right now, due to the way they are recorded by Oolite.
Available from http://wiki.alioth.net/img_auth.php/d/d ... _1.0.0.oxz or the expansion manager.

Features:
-Use interfaces screen to access planner
-Add entries to planner
-Delete entries from planner
-View planner

Re: [RELEASE] Planner OXP

Posted: Tue Jun 09, 2015 2:42 pm
by Zireael
Cool!

Re: [RELEASE] Planner OXP

Posted: Tue Jun 09, 2015 5:19 pm
by Norby
To overcome the 30 char. limit you can ask max. 20 lines into a plan and store in an array.
In this.$subject() you can initialize the array:

Code: Select all

this._plans[choice]=[];
Then in this.$details() do this:

Code: Select all

this._plans[this._tempVal].push(choice);
Repeat line input until an empty line entered or the 20. line reached.

You should use the 20 limit in the number of subjects also to prevent step over the vertical size of the screen when list subjects. Lines are limited due to the same reason, thinking to the possible future when all lines will be listed in a menu to change one.

To step over the 20 limits later, you must add a "more" menu item and list only 20 items at once.

For autodating you can store clock.clockString.

Re: [RELEASE] Planner OXP

Posted: Mon May 24, 2021 7:14 am
by Cholmondely

Re: [RELEASE] Planner OXP

Posted: Fri Jan 07, 2022 1:43 am
by Cholmondely
Ramen wrote: Mon Jun 08, 2015 5:55 pm
Hi all,
I have created a (barebones, wip) planner oxp. (For people who play Oolite so much that it's the only way they will remember :))
The subject and details entries are unfortunately limited to 30 characters right now, due to the way they are recorded by Oolite.

Features:
-Use interfaces screen to access planner
-Add entries to planner
-Delete entries from planner
-View planner
Ramen, I've seen one or two hints that you had hoped to do more with this. What had you hoped for?

PS: Wishing you and yours a "Happy & Healthy 2022"