Dan, no worries. You can't do that in dialog test 7.2. You have to use 7.1 and launch your driver rexx or program. As I previously mentioned display the panel with a panel name and then drop into a display loop without the panel name. The link I sent you wrt panel reinitialization has a flow chart which explains in detail the flow. Also check the manuals for the REFRESH panel function which you will probably need in the )reinit section.
On 02/03/2013, at 9:50 AM, Dan <[email protected]> wrote: > Dave, > I'm trying to understand what you're explaining. > > If you have this simple "scrollable area" panel and display it via "dialog > test" (7.2) how can you get it to NOT relocate to the top of the scrollable > area? > Do you believe there's something you can do in the )INIT/)REINIT sections? > > Thanks, I appreciate your patience. > > > )ATTR > # AREA(SCRL) EXTEND(ON) > )BODY > %COMMAND ===>_ZCMD > #MYAREA --------------------# > )AREA MYAREA > + ONE > + TWO > + THREE > + FOUR > + FIVE > + SIX > + SEVEN > + EIGHT > + NINE > + TEN > )INIT > )PROC > )HELP > )END > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
