Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!bloom-beacon!usc!merlin.usc.edu!sal-sun48.usc.edu!skertic From: skertic@sal-sun48.usc.edu (Robert Skertic) Newsgroups: comp.windows.x Subject: Opt Scrollbar/Vpane Problems Message-ID: <4393@merlin.usc.edu> Date: 15 Jul 89 23:44:53 GMT Sender: news@merlin.usc.edu Reply-To: skertic@sal-sun48.usc.edu () Distribution: usa Organization: University of Southern California, Los Angeles, CA Lines: 31 Dear X Architects: PROBLEM 1(Solved due to ART 12022): We are writing an application that parasites off the stnd xeditor. As you know the xeditor uses vpanes to manage the overall parent and child regions. If we try to add children to the parent vpane of xedit using XtCreateManagedWidget and XtPanedSetMinMax, our verticalScroll Option is scaled downward to a thickness of about 2. There does not seem to be a way to adjust the default thickness when outside of a scrollbarWidgetClass. SOLN: USE xedit_first = (XtAppContext)_XtDefaultAppContext(); instead of /*xedit_first = XtCreateApplicationContext(); */ IS THIS THE APPROVED SOLUTION?? PROBLEM 2: In addition, our grips do not resize our regions, even in the system version of xedit. Documentation on Vpanes says that you can resize child panes via the grips??? First, I want you to know that I read all of the applicable articles that I could find on the problems above, AND, article 12022 WORKED for the scrollBar problem. However, it did not fix the Grip problem. ALso, I would be interested in your answer to Mr. Robbins (msg 12022). reply to: skertic@merlin.usc.edu and truong@merlin.usc.edu As Always, THANKS IN ADVANCE, Bob Skertic and Duc Truong