comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: No Scrollbars on a widget_table
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: No Scrollbars on a widget_table [message #61046 is a reply to message #61001] Thu, 26 June 2008 13:47 Go to previous messageGo to previous message
ben.bighair is currently offline  ben.bighair
Messages: 221
Registered: April 2007
Senior Member
On Jun 26, 2:09 pm, humanumbre...@gmail.com wrote:
> On Jun 26, 2:07 pm, humanumbre...@gmail.com wrote:
>
>> I thought I was
>> I want 1 x 6 to be shown, but even if I set xsize=1, ysize=6 - I still
>> get scrollbars.
>
> dataList = widget_table(row4,font="Arial*14" ,
> row_labels=string(indgen(6)+1, format='(I0.0)'), xsize=1, /
> no_column_headers, ysize=6, /editable)

Did you try explicitly setting SCROLL = 0?

row4 = WIDGET_BASE(/row)
dataList = widget_table(row4,font="Arial*14" ,
row_labels=string(indgen(6)+1, $
format='(I0.0)'), xsize=1, /no_column_headers, ysize=6, /editable,
SCROLL = 0)
WIDGET_CONTROL, row4, /REALIZE
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Vector comparison
Next Topic: input box ?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 11:24:40 PDT 2025

Total time taken to generate the page: 3.11857 seconds