LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2000, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 4 Apr 2000 15:12:06 +0100
Reply-To:     David Johnson <David.Johnson@UK.ROYALSUN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         David Johnson <David.Johnson@UK.ROYALSUN.COM>
Subject:      Re: PUSH and POP methods in 6.12 TS 065??
Comments: To: SAS-L@LISTSERV.VT.EDU
Content-Type: text/plain; charset=iso-8859-1

Thanks to the SCL guru, who is probably still suffering from insomnia waiting to be the first to see year 2000 problems <g>.

_swap_out_ is just the method to use.

Thanks as well to a correspondent at GLAXOWELLCOME and Peter Crawford for the same suggestion.

David

---------------------- Forwarded by David Johnson/UK/RoyalSun on 04/04/2000 15:11 ---------------------------

don_stanley@xtra.co.nz 04/04/2000 11:49 ___________________________________________________________________________

To: David Johnson/UK/RoyalSun@ROYALSUN cc:

Subject: Re: PUSH and POP methods in 6.12 TS 065??

"THIS MESSAGE ORIGINATED ON THE INTERNET - Please read the detailed disclaimer below"

----------------------------------------------------------------------

Rather than hiding the graphic text, I suggest you use _swap_out_ to remove it from the frame, and _swap_in_ to put it back when you need it. Then it is not physically on the screen except when you want it there and the text doesn't get in the way.

I did a similar app a while back where I removed the pushbuttons when I didn't want them to be clicked. Using _swap_out_ just takes it right off the screen

Don

David Johnson wrote:

> I have a frame with a set of push buttons that get covered with a graphic text > in certain conditions. > > This deters the user from pressing the push buttons and is a clearer indication > that the buttons are deactivated than calling the _gray_ method. Problem is > that with the graphic text hidden, it still covers part of the push button. > > Is there a method that will push and/or pop a widget? I can't seem to find > it on the online help, couldn't intuitively make it work, and haven't got a > methods manual to RT. > > Thanks > > David

-- Don Stanley, B.SC, Dip O.R.S, MNZCS Director, Sysware Consulting Group Box 634, Wellington, NEW ZEALAND http://www.sysware.co.nz EMAIL:: don_stanley@xtra.co.nz http://www.geocities.com/don_stanley_nz/don_home.htm Genealogy:: http://www.geocities.com/don_stanley_nz/family.htm

---------------------------------------------------------------------- The following message has been automatically added by the mail gateway to comply with a Royal & Sun Alliance IT Security requirement:

"As this email arrived via the Internet you should be cautious about its origin and content. Replies which contain sensitive information or legal/contractual obligations are particularly vulnerable. In these cases you should not reply unless you are authorised to do so, and adequate encryption is employed.

If you have any questions, please speak to your local desktop support team or IT security contact". ----------------------------------------------------------------------


Back to: Top of message | Previous page | Main SAS-L page