IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Panel not display colors as specified


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nkothako

Active User


Joined: 26 Nov 2008
Posts: 125
Location: chennai

PostPosted: Tue Feb 10, 2009 4:58 pm
Reply with quote

my pannel definitaion

when my panel is displayed the specified colors are not highlighted

ex : Blink
ex : red


Code:
)ATTR                                                                   
  @ TYPE(OUTPUT) INTENS(HIGH) COLOR(RED)    HILITE(USCORE)             
  ¢ TYPE(TEXT)   INTENS(HIGH) COLOR(GREEN)  HILITE(BLINK)               
  ¬ TYPE(TEXT)   INTENS(HIGH) COLOR(TURQ) HILITE(BLINK)                 
)BODY expand($$)                                                       
+$-$¢ MVS/SYSTEM INFORMATION  +$-$                                     
+                                                                       
+                                                                       
+                                                                       
+                                                                       
+                                                                       
+    MVS/DFP          : @JAPPCLU      +  JES            : @JSYSJES     +
+                                                                       
+    BCP OF MVS       : @JSYSDFP      +  TSO/E          : @JSYSTSO     +
+                                                                       
+    REXX IS ON       : @JSYSMVS      +  TERIMINAL ID   : @JSYSTID     +
+                                                                       
+    Z/OS DETAILS     : @JSYSNAM      +  SMF            : @JSYSOPS     +
+                                                                       
+                                                                       
+    DFSMS/MVS        : @JSYSMFD      +  PREFIEX        : @JSYSSMS     +
+                                                                       
+                                                                       
+                                                                       
+                                                                       
+                                                                       
+                                                                       
+                                                                       
¬                          *** PRESS ANY KEY TO CONTINUE ***           
+                                                                       
)INIT                                                                   
)PROC                                                                   
)END                                                                   
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Feb 10, 2009 5:27 pm
Reply with quote

Works for me
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Feb 10, 2009 5:32 pm
Reply with quote

check if the other ISPF appls display the colors correctly

...
for example
edit any rexx script and issue the command HILIGHT ON, if You do not see anything red

then You probably have an issue with Your 3270 emulator defintion
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue Feb 10, 2009 6:09 pm
Reply with quote

Terminal definitions (and 3270 emulators) have basic and extended attributes. If you're using an extended attribute, and the terminal is not defined to support the attribute or your emulation doesn't support the attribute, you're not going to see it.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Call program, directly from panel CLIST & REXX 9
No new posts How to display the leading zeros of a... DB2 7
No new posts panel creation question TSO/ISPF 12
No new posts Panel variable model line TSO/ISPF 3
Search our Forums:

Back to Top