IBM MAINFRAME HELP & SUPPORT FORUMS
Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
 

Changing Look & Feel of Mainframe Screen

THIS IS AN ARCHIVE FORUM: CLICK HERE TO GO TO THE ORIGINAL TOPIC

 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> CLIST & REXX
View previous topic :: View next topic  
Author Message
avik



Joined: 13 May 2008
Posts: 17
Location: kolkata

Posted: Mon Aug 04, 2008 8:24 am    Post subject: Changing Look & Feel of Mainframe Screen  

Hi,
I have written a tool in REXX & working in z/OS.Now I want to change the background colour of my tool's Main Menu Screen.Also want some additional feature to improve the look & feel of my tool (like blinking character or any graphics).
Even if it is possible to code the graphics part in some other language & associating with my existing code then also its acceptable.Can you share any idea or code help? :roll:
Back to top  
ofer71



Joined: 27 Dec 2005
Posts: 1962
Location: Israel

Posted: Mon Aug 04, 2008 10:09 am    Post subject:  

I believe this is the reason IBM gave us ISPF panels (at your case, may be a DTL panel would be a better choice)

O.
Back to top  
Pedro



Joined: 01 Sep 2006
Posts: 536
Location: work

Posted: Mon Aug 04, 2008 10:38 pm    Post subject: Reply to: Changing Look & Feel of Mainframe Screen  

I do not think you can change the background the way you are thinking of. In the whole ISPF sceens, you can only specify seven colors.

You can use the )ATTR section of the panel to set attributes of the characters on the screen. As part of the attribute definition, you can specify HILITE(REVERSE). For example, if you want to use yellow, it is either a yellow character on a black background or with REVERSE, it is a black character on a yellow background. You cannot have, for example, a green character on a turquoise background.

ISPF supports graphics created by GDDM, but I do not think it can be done from rexx. Read about the GRINIT service in the ISPF Services Guide.

=====

But I have learned that users dislike having to learn the nuances of how particular products work. Instead of trying to stand out, you should be trying your best to fit in. Your panels should be in-distinguishable from ISPF panels. The user can and will change the colors to their own preferences using ISPF option 0 -> action bar COLORS
Back to top  
enrico-sorichetti



Joined: 14 Mar 2007
Posts: 3168
Location: italy

Posted: Mon Aug 04, 2008 11:32 pm    Post subject: Reply to: Changing Look & Feel of Mainframe Screen  

Quote: ...Also want some additional feature to improve the look & feel of my tool (like blinking character or any graphics). ...

why do You think that, for example, a blinking character should be considered an improvement ??

the wisest thing to do is to stick to the ISPF style of doing things
even pop up menus sometimes are a nuisance :)

looks like You are considering Your work more like a toy than a tool,
everything has to be mantained, documented, explained to the end user, and .....
Back to top  
dick scherrer



Joined: 23 Nov 2006
Posts: 8733
Location: 221 B Baker St

Posted: Mon Aug 04, 2008 11:35 pm    Post subject:  

Hello,

Many terminal emulators provide for changing colors.

The one on this pc supports changing the background color and the cursor color in addition to all of the "normal" foreground base and extended attributes.
Back to top  
 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> CLIST & REXX
Page 1 of 1
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM