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

POPUP screen problmes


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: Sat Jan 31, 2009 1:38 pm
Reply with quote

Code:
ADDRESS  ISPEXEC               
   "DISPLAY PANEL(GFCTEP)"         
   "ADDPOP POPLOC(YYYY)"           
   ZWINTTL = "POPUP WINDOW TITLE" 
   "DISPLAY PANEL(GFCTE1)"         
   "ADDPOP COLUMN(10) ROW(10)"     
   ZWINTTL = ""                   
   "DISPLAY PANEL(GFCTE2)"         
EXIT           


Q 1: Why POP screen(GFCTE1) is displaying if I press enter any where on the screen(GFCTEP) apart from (YYYY) field
Q 2: How to specificy the size of the popscreen..
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Sat Jan 31, 2009 11:10 pm
Reply with quote

1. The POPLOC has nothing to do with location of the cursor. Read the doc.

2. The size is specified in the panel definition.
Back to top
View user's profile Send private message
nkothako

Active User


Joined: 26 Nov 2008
Posts: 125
Location: chennai

PostPosted: Sun Feb 01, 2009 7:04 pm
Reply with quote

Quote:
The size is specified in the panel definition.


i think cloumn and row to specify the starting position of popup but i want develop like below, please advice


Code:
Menu  RefList  RefMode   
.-----------------------------.
|    1. Settings              | 
|    2. View                  |             
|    3. Edit                  |             
|    4. ISPF Command Shell    |             
|    5. Dialog Test...        | 
|    6. Other IBM Products... |             
|    7. SCLM                  | 
|    8. ISPF Workplace        |         
|    9. Status Area...        |             
|   10. Exit                  |             
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Sun Feb 01, 2009 11:00 pm
Reply with quote

You should use the )ABC section in a panel definition. See the ISPF Dialog Developers Guide and Reference. It should be part of your panel definition rather than a separate popup.

But action bars start to get pretty complicated. You can do it manually, but rather than that, you should use the Dialog Tag Language to define your panel.
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 Data for newly added fields not displ... IMS DB/DC 6
No new posts DATA SET LIST UTILITY screen TSO/ISPF 6
No new posts How to issue a non-blocking popup CLIST & REXX 8
No new posts Am Getting a vertical line in ISPF SC... TSO/ISPF 3
No new posts Naming a newly opened screen using REXX CLIST & REXX 2
Search our Forums:

Back to Top