Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!pur-ee!pur-phy!tippy!yorkw From: yorkw@tippy.uucp Newsgroups: comp.lang.rexx Subject: Specific Questions for ARPREXXLIB Message-ID: <69000004@tippy> Date: 30 Nov 89 20:16:00 GMT Lines: 20 Nf-ID: #N:tippy:69000004:000:798 Nf-From: tippy.uucp!yorkw Nov 30 15:16:00 1989 How about some More Specicic Questions. When i use OpenWindow() even witha resizing gadget I can't shrink the window smaller then the origianly opened size. fo if i open a Full sized window with a Resizing gadget it basicially does nothing. Also concerning the following lines (From fastmenu.rexx) call AddGadget(cport,90,15 ,"BOFA" ,New CLI ", /* + */, "'address command newcli'") call AddGadget(cport,110,15 ,"FA" ," New CLI ", /* + */, "'address command newcli'") What does the /* + */ [D[C[Cdo exactly? Also could someone give me an example of how to add a String gadtet then also how to add a Boolen gadg I have managed to get the window to close. now hoe do i get the Rexx program to do a certian Routine when a gadet is pressed?? Well Info info will be welcomed. ?.