MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Vertical Scrollbars Unresponsive in Pane

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129371] Re: Vertical Scrollbars Unresponsive in Pane
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Tue, 8 Jan 2013 11:44:23 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <20130108040620.C74A36868@smc.vnet.net>

What platform are you using? And what's the Dimensions of myArray in relation to the ImageSize you prescribed?

I'm not having any trouble with this in Mathematica 9.0.0 under Mac OS X 10.8.2. For example:

  myArray = RandomInteger[{0, 100}, { 100, 20}];
  Pane[TableForm[myArray], ImageSize -> {500, 200}, Scrollbars -> True]

I can readily scroll vertically as well as horizontally.


On Jan 7, 2013, at 11:06 PM, Gregory Lypny <gregory.lypny at videotron.ca> wrote:

> Hello everyone,
>
> Whenever I create a pane with scrollbars to be able to browse through an array of data, the vertical scrollbar is unresponsive.
>
> Pane[TableForm[myArray], ImageSize -> {800, 100}, Scrollbars -> True]
>
> Is this a bug?
>
> 	Gregory

---
Murray Eisenberg                                    murray at math.umass.edu
Mathematics & Statistics Dept.      
Lederle Graduate Research Tower            phone 413 549-1020 (H)
University of Massachusetts                               413 545-2838 (W)
710 North Pleasant Street                         fax   413 545-1801
Amherst, MA 01003-9305








  • Prev by Date: Re: Attaching a notebook to a message
  • Next by Date: Typesetting Tensor Indices
  • Previous by thread: Vertical Scrollbars Unresponsive in Pane
  • Next by thread: Re: Vertical Scrollbars Unresponsive in Pane