From: ColinK <ibm...@im...> - 2020-08-26 23:23:10
|
Wonderful !! Thank you for doing this! Cheers Colin On 2020-08-22 05:09, Jeff Hennick wrote: > > Thank you. > > Yes! Your wish is my command. The difficult we do immediately; the > impossible may take a little longer. For this one, "Abracadabra!", > now look at *methods.html* in the 3.09 documentation directory in the > Sourceforge. It has methods from *utils*, *stage*, *DString*, > *IRange*, *Link*, & *RingBuff*. It is now a first draft proof of > concept from 7/21/20. The pieces of the page, which are all in the > database, were hand sown together, there is not yet a pipe to generate > the whole. I did not even sort them. > > These are in a separate page as they are useful only to stage authors, > not the run of the mill plumber using pipe stages. > > All: Ideas, comments, suggestions (including where to go), are all > welcomed and requested. Thanks for your help in making it better. > > Jeff > > P.S. I am working on the *snake* stage. It should be ready later > today, with a, I hope, useful new option. > > On 8/22/2020 12:16 AM, ColinK wrote: >> Excellent work Jeff! >> >> Are there any plans to include some of the other NetRexx pipes >> related classes in the html output; for example, utils.nrx? >> >> Thanks >> Colin K >> >> On 2020-08-20 16:00, Jeff Hennick wrote: >>> >>> Just an update on work in process. >>> >>> This pipe generates the full page file, with all its colors and >>> controls, of all the stages. >>> >>> pipe (ct) >>> literal , >>> select * from stages_head;, >>> select * from stage_scripts; , >>> select * from stages_style; , >>> select "</head><body>"; , >>> select * from stages_top; , >>> select "<table>"; , >>> select * from stages_table; , >>> select '</table></body></html>' | >>> split ; | >>> sql (dbms sqlite db_name stages.db) | >>> > test.html ? >>> >>> I have also added a /3.09/flag for new stages. >>> >>> >>> _______________________________________________ >>> Ibm-netrexx mailing list >>> Ibm...@hu... >>> Online Archive :http://ibm-netrexx.215625.n3.nabble.com/ >>> >> >> >> _______________________________________________ >> Ibm-netrexx mailing list >> Ibm...@hu... >> Online Archive :http://ibm-netrexx.215625.n3.nabble.com/ >> > > _______________________________________________ > Ibm-netrexx mailing list > Ibm...@hu... > Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ > |