HP Forums
Invoking Note edior from ppl - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Invoking Note edior from ppl (/thread-13503.html)



Invoking Note edior from ppl - ji3m - 08-23-2019 06:21 PM

Is there some way to invoke the note editor from a ppl program?

Something like EditNote ("mynote")


RE: Invoking Note edior from ppl - Carlos295pz - 08-23-2019 06:54 PM

For now there are no such commands, the integrated interfaces can not work within a program, you can only call them to use them after the program is over.

I'm sure you already know these options, but I will mention them for being the current ones:
STARTVIEW(-8): Go to the catalog of notes
Notes(n): Call and modify content


RE: Invoking Note edior from ppl - Carlos295pz - 08-23-2019 07:09 PM

I just noticed that your application created a lot of notes without my permission Tongue, I suggest that the files be created within the application with AFiles, and for now it might be interesting to use EDITLIST to edit stories files. It is a pity that there is no text editor, implementing one would be expensive, unnecessary when Note Catalog alredy exists.

An alternative is to edit the files in a Notepad on PC, as currently their programs are files such as list1.rpl.hpnote, spirit.rpl.hpnote, py.rpl.hpnote, ... it can easily be list1.rpl.txt, ... since the ".rpl" is just a name.


RE: Invoking Note edior from ppl - Giancarlo - 08-24-2019 08:07 AM

Hello,
this subject was approached some time ago in the following thread that also includes a positive feedback from Cyrille:

https://www.hpmuseum.org/forum/thread-9926.html?highlight=Editnote

Giancarlo