SAS Support Site Home | Samples and SAS Notes Home
SAS Notes V6-EIS-C998
Scrollbars may not appear by default for the 3D Business Graphs


When the SAS/EIS Software 3D Business Graphs object first displays, the graph may appear to be truncated and the scroll bars do not appear.

To circumvent the problem, resize the window either smaller or larger. One possible way to do this is to override the _SETUP_ method of the object and specify AFTER for When to run. In the method, you canissue the ZOOM WINDOWS command as follows:

     setup: method;
        call execcmd('zoom windows');
     endmethod;

If the 3D Business Graph is placed on a DESKTOP object, then defining attachments to attach the graph to the master region of the FRAME will help solve the problem when the DESKTOP is resized.

For other possible solutions contact Technical Support and ask for a Full Screen Consultant.


Products: EIS
Component: EIS
Priority: HIGH
Status: Outstanding Problem
Date: Thu, 19 Dec 1996

System Release Reported Release Fixed
AIX/6000 6.12 TS020 6.12 TS045  
OpenVMS Alpha 6.12 TS020 6.12 TS045  
HP-UX Operating Systems 6.12 TS020 6.12 TS045  
IBM OS/2 6.12 TS020 6.12 TS045  
Solaris 6.12 TS020 6.12 TS045  
Windows 3.11 6.12 TS020 6.12 TS045  
Windows 95 6.12 TS020 6.12 TS045  
Windows NT 6.12 TS020 6.12 TS045  
Compaq Tru64 Unix 6.12 TS040  
Macintosh 6.12 TS040  

No Fixes Available