Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!bionet!agate!ucbvax!ANDREW.CMU.EDU!tpn+ From: tpn+@ANDREW.CMU.EDU (Tom Neuendorffer) Newsgroups: comp.soft-sys.andrew Subject: button sets Message-ID: Date: 17 Jan 91 17:46:58 GMT References: <9101161502.AA01138@romaint.uucp> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 17 Excerpts from mail: 16-Jan-91 sysmgr@romaint.UUCP (436) > I'm having difficulty figuring out how to set up a panel of buttons > (ideally icons), and then being able to switch one panel for another in the same locations. ADEW may be what you are looking for. Try looking through the documentation in andrew/doc/adew, starting with the overview, and proceeding through the tutorial and the reference manual. You can use the buttonv object, which can deal with icons if they have been converted to characters in a font. Paste a page object in your application where you want your button sets. Next, paste in an lset, split it up, and paste in the desired buttons. Then use the paste option on the 'Flip' menu card to paste in another lset for your next set of button. The documentation should get you working from there. Tom Neuendorffer