DISLIN
Posts  1 - 1  of  1
JohnWasilewski
I am using Dislin to create a Fortran GUI. I need to display widgets, use them in callback routines and remove them, to make way for others.

I have been using the following, to remove widgets:
CALL SWGATT(id,'INVISIBLE','STATUS')

This works for text-display data-entry widgets created using WGLAB, WGLTXT and WGTBL. This works, but is it the right way to do it?
---
John Wasilewski

Save
Cancel
Reply
 
x
OK