Group Abstract Group Abstract

Message Boards Message Boards

0
|
280 Views
|
4 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Palette created in v14.3 ignores magnification control

Posted 22 days ago

It appears that a palette created in version 14.3 cannot include control of magnification

The code:

CreatePalette[
  Style["ABC",Bold,24]//Framed,
  WindowSize->{100,60},
  TextAlignment->Center,
  WindowTitle->"Palette example",
  WindowElements->{"MagnificationPopUp"}
]

Result in 14.2: enter image description here

Result in 14.3: enter image description here

POSTED BY: Hans Milton
4 Replies

Adding "StatusArea" to WindowElements will bring it back.

POSTED BY: Ian Hojnicki
Posted 21 days ago

Thanks Ian for quick response. Adding “StatusArea” to WindowElements does bring back the magnification control. But there is a drawback: The area now obscures the lower part of the palette content. A workaround is to “pad” the content expression with an empty string. But this will also result in increasing palette size. Hard to see that this change in 14.3 is intentional, looks more like a bug.

enter image description here

POSTED BY: Hans Milton

I would report the clipped content as a bug to tech support.

POSTED BY: Ian Hojnicki
Posted 19 days ago

I will. Thanks.

POSTED BY: Hans Milton
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard