CLIM mail archive

[Prev][Next][Index][Thread]

Width of Accepting-value widget



> Date: Thu, 30 Sep 1993 14:50 -0400
> From: Scott McKay <SWM@stony-brook.scrc.symbolics.com>
> 
>     Date: Thu, 30 Sep 1993 13:54 EDT
>     From:     Nichael Cramer <ncramer@BBN.COM>
> 
>     Inside an ACCEPTING-VALUES, I do
> 
>       (clim:accept 'string
> 		   :stream stream
> 		   :default directory
> 		   :prompt "  Enter directory"
> 		   :provide-default nil
> 		   :display-default nil)
> 
>     All is well and good and I get my motif input-widget like I should.
> 
>     However the input-field is about 1/3 as wide as I need/would like it to be.
> 
> Try explicitly supplying the :VIEW arg to accept:
> 
>   :VIEW '(TEXT-FIELD-VIEW :WIDTH <whatever>)
> 
> I recently made some changes to text fields that make them smart about
> picking a "wide enough" field, but since Franz (I assume you are using
> Allegro CLIM here) is not code-sharing with anyone these days, you will
> have to get them to fix it themselves.  Oh well.
> 

WHAT?  Is this because they are trying to get out a 2.0 final or have
things fallen apart???????

ba

Brian H. Anderson                     (206) 234-0881
Boeing Commercial Airplane Co.        bha@ata.ca.boeing.com
P.O. Box 3707 M.S. 6A-PX
Seattle, Wa. 98124-2207

References:

Main Index | Thread Index