Re: change slider to pointed rectangle or arrow
- To: mathgroup at smc.vnet.net
- Subject: [mg79022] Re: change slider to pointed rectangle or arrow
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Mon, 16 Jul 2007 02:13:02 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <f7ca6h$8er$1@smc.vnet.net> <4699DE36.90701@gmail.com>
- Reply-to: murray at math.umass.edu
As I already replied, I'm not seeing the UpArrow or DownArrow shapes on
the pointers from:
ColumnForm[
Table[Slider[0.5, Appearance -> a], {a, {"UpArrow", "DownArrow"}}]]
Here's what I'm seeing:
http://www.math.umass.edu/~murray/images/sliders.png
Moreover, even if I go into Options Inspector and reset the option
Formatting Options > Expression Formatting > Controls Options >
SliderBoxOptions > Appearance
from its default setting {Automatic,Automatic} to {UpArrow,UpArrow}, I
still see no difference.
Jean-Marc Gulliet wrote:
> Murray Eisenberg wrote:
>> Is there any way within Manipulate to make a slider appear as either a
>> filled rectangle topped by a triangle -- a shape very roughly like this
>>
>> ^
>> | |
>> _
>>
>> -- or as just a filled triangle or vertical arrow?
>>
>> What about in a more general expression using an explicit Slider?
>>
>> I ask this because the help gives the following example --
>>
>> Table[Slider[0.5, Appearance -> a], {a, {"UpArrow", "DownArrow"}}]
>>
>> -- but I see absolutely no differences in the results as from not
>> using the Appearance option at all.
>
> Weird. On my Wintel machine, I clearly see a difference.
>
> ColumnForm[
> Table[Slider[0.5,
> Appearance -> a], {a, {"", "UpArrow", "DownArrow"}}]]
>
> See http://homepages.nyu.edu/~jmg336/mathematica/SliderUpDownArrows.png
>
> Regards,
> Jean-Marc
>
--
Murray Eisenberg murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305