Re: GCIC Fullscreen applications
"paoloG" <[email protected]>
| Newsgroups | gmane.comp.emulators.hercules390.vm |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], "Rocky" <rocsystems@...> wrote: > > Hi Paul > > Sounds like a good Idea - Have you actually tested it out. Does it work? > > I will get to that when I finish the HEX routine and variable Len records > issues. > Which if I am lucky will happen today or tonight. (depending on -) > <...........................> > Roc > Yes it works. I've modified GCIC ASSEMBLE with this exit sequence: CP DET 49F CP DISA 21 CP DISC CP ATT 21 * 49F and you with an ENTER are in FullScreen Application. Of course you must find the address of the GRAF (I used 21) To exit: CP DET 49F CP ENA 21 (with a screen to choose exit option: but that's up to you;-) > Could you send me a screen shot iof the changes you made to the FLIST screen Just done. > I'll implemet the PFS in the next release and = sounds abut right for an > equivelant to the PF5 repeat find > Roc Regards. Paul > > > > > ________________________________ > Rocky, > > I was already confortable with '/' search existing function (no need > to type 'FIND /' for me; to repeat FIND you could tipe '=' instead of PF5 > and let it operative so you can hit ENTER and go to next instance and so on > until you cancel it in the comamnd line. > > The change algorythm is very good in my opinion; I was already happy > with X-edit style to trunc everything after column 71. > I would do: ch /DS/DC/ changes only the current line (if DS > exists)and ch /DS/DC/ * changes all the occurrences in the file. > > To connect automatically I would issue the following commands in > GCIC > after disconnession (suppose the terminal is at address 21 and that > 49F is not defined by GCIC as DEF GRAF): > > CP DET 49F CMSUSER (if it was already attached) > CP DISA 21 > CP ATT 21 CMSUSER 49F > > On terminal 21 an ENTER shows the application screen > On exit a message asks if the user wants go on with GCIC or exit; in > this case: > > CP DET 49F CMSUSER > CP ENA 21 > > Regards and compliments for the execellent job. > > Paul >