I just got a request to put a GRAPHIC AREA into a panel.
Something I have never got into.
The manual is very thin on information here.
If anyone happens to have any handy examples, that I can copy and change, that would probably save me many hours?!
So far I got this from a TWS panel (EQQGRA3G), dumping down to the skeleton, I get…
)ATTR DEFAULT(%+_)
% TYPE(TEXT) INTENS(HIGH)
+ TYPE(TEXT) INTENS(LOW)
_ TYPE(INPUT) INTENS(HIGH) CAPS(ON) JUST(LEFT)
* AREA(GRAPHIC) EXTEND(ON)
)BODY EXPAND(\\)
*GAREA \ \ *
)INIT
)REINIT
REFRESH(*)
)PROC
)END
% TYPE(TEXT) INTENS(HIGH)
+ TYPE(TEXT) INTENS(LOW)
_ TYPE(INPUT) INTENS(HIGH) CAPS(ON) JUST(LEFT)
* AREA(GRAPHIC) EXTEND(ON)
)BODY EXPAND(\\)
*GAREA \ \ *
)INIT
)REINIT
REFRESH(*)
)PROC
)END
Just need to connect it to a REXX dialog with some GR* services, GRINIT, etc?
Can I CALL ISPLINK from REXX (interpreted)? It looks from doing a swift RTFM that one must!?
Thanks in advance.