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 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: No Scrollbars on a widget_table [message #60992] Tue, 01 July 2008 09:40
Spon is currently offline  Spon
Messages: 178
Registered: September 2007
Senior Member
On Jul 1, 1:54 am, "ben.bighair" <ben.bigh...@gmail.com> wrote:
> On Jun 30, 9:17 am, humanumbre...@gmail.com wrote:
>
>
>
>> On Jun 26, 4:47 pm, "ben.bighair" <ben.bigh...@gmail.com> wrote:
>
>>> 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
>
>> Did you try to run that ? Does it produce no scroll bars for you?
>> I still get scroll bars when I try to run it, even as a standalone
>> widget.
>
>> Cheers,
>> --Justin
>
> Hi,
>
> No Scroll bar for IDL 6.3 on Mac OSX 10.4. There is a space the
> scroll bar, but no scroll bar.
>
> Cheers,
> Ben
>
> P.S. No offense taken.

This seems to be a Windows problem. I can replicate this on WinXP Pro
using IDL v6.4 and v7.0, but not on RedHat linux running v6.3. Setting
Scroll = 0 doesn't make the scroll bars disappear either.

I'd say it's worth reporting as a bug, though I'm not sure I'd bet on
it being fixable :-(

Regards,
Chris
Re: No Scrollbars on a widget_table [message #60997 is a reply to message #60992] Mon, 30 June 2008 17:54 Go to previous message
ben.bighair is currently offline  ben.bighair
Messages: 221
Registered: April 2007
Senior Member
On Jun 30, 9:17 am, humanumbre...@gmail.com wrote:
> On Jun 26, 4:47 pm, "ben.bighair" <ben.bigh...@gmail.com> wrote:
>
>
>
>> 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
>
> Did you try to run that ? Does it produce no scroll bars for you?
> I still get scroll bars when I try to run it, even as a standalone
> widget.
>
> Cheers,
> --Justin

Hi,

No Scroll bar for IDL 6.3 on Mac OSX 10.4. There is a space the
scroll bar, but no scroll bar.

Cheers,
Ben

P.S. No offense taken.
Re: No Scrollbars on a widget_table [message #61000 is a reply to message #60997] Mon, 30 June 2008 06:20 Go to previous message
humanumbrella is currently offline  humanumbrella
Messages: 52
Registered: June 2008
Member
That comment was not meant to be rude (:
As I Re-read it, it may appear that way.
Thanks for the suggestion, I was just trying to ask if it worked for
you.

Thanks and Cheers,
--Justin
Re: No Scrollbars on a widget_table [message #61001 is a reply to message #61000] Mon, 30 June 2008 06:17 Go to previous message
humanumbrella is currently offline  humanumbrella
Messages: 52
Registered: June 2008
Member
On Jun 26, 4:47 pm, "ben.bighair" <ben.bigh...@gmail.com> wrote:
> 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

Did you try to run that ? Does it produce no scroll bars for you?
I still get scroll bars when I try to run it, even as a standalone
widget.

Cheers,
--Justin
Re: No Scrollbars on a widget_table [message #61046 is a reply to message #61001] Thu, 26 June 2008 13:47 Go 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
Re: No Scrollbars on a widget_table [message #61050 is a reply to message #61046] Thu, 26 June 2008 11:09 Go to previous message
humanumbrella is currently offline  humanumbrella
Messages: 52
Registered: June 2008
Member
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)
Re: No Scrollbars on a widget_table [message #61051 is a reply to message #61050] Thu, 26 June 2008 11:07 Go to previous message
humanumbrella is currently offline  humanumbrella
Messages: 52
Registered: June 2008
Member
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.
Re: No Scrollbars on a widget_table [message #61052 is a reply to message #61051] Thu, 26 June 2008 10:55 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
humanumbrella@gmail.com writes:

> Any thoughts?

Display fewer cells?

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Vector comparison
Next Topic: input box ?

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

Current Time: Wed Oct 08 19:35:30 PDT 2025

Total time taken to generate the page: 0.00829 seconds