will you be adding these in the python demo? also will the drawbox be functional? seeing all these new mpl command as well is like Christmas coming early ;)
There will be box and listbox functions in Python as well, yes. Its
just a matter of figuring out how I want it all to work. Getting the message access done was a big win because it required a lot of behind
the scene changes to my engine that I needed to do so I can add other things as well.
I'll paste the reader example here:
will you be adding these in the python demo? also will the drawbox be functional? seeing all these new mpl command as well is like Christm coming early ;)
For the message reading Python stuff there is a demo in the scripts directory of the new install, all of the other commands were shown in
the WHATSNEW I think.
There will be box and listbox functions in Python as well, yes. Its
just a matter of figuring out how I want it all to work. Getting the message access done was a big win because it required a lot of behind
the scene changes to my engine that I needed to do so I can add other things as well.
I'll paste the reader example here:
writeln("From: " + msghdr["from"]);
writeln(" To: " + msghdr["to"]);
writeln("Subj: " + msghdr["subj"]);
writeln("-----");
I don't see any reference to a command to read the message date from the header. I tried 'msghdr["date"]' but I get an error.
I don't see any reference to a command to read the message date from header. I tried 'msghdr["date"]' but I get an error.
Not everything is done in the message header. Dates and flags are
missing and maybe some other things?
The question is how do I handle that? Do I make the flags boolean variables or text values? Do I give the date and time in a string
format (24 May 2017 12:12:12) or a Unix time stamp and make people
covert the date themselves?
I'm leaning towards Boolean for the attributes and text for the time and date.
I can add them in and it'll only take a few minutes so let me know what you need. Or any functions in general you'd like to see added in feel free to let me know so I can prioritize things people actually want to use...
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 3 |
Nodes: | 8 (0 / 8) |
Uptime: | 41:04:10 |
Calls: | 2,138 |
Calls today: | 3 |
Files: | 11,149 |
D/L today: |
10 files (9,977K bytes) |
Messages: | 951,117 |