[macosx] Scale value in Page Setup dialog.
Chris Harshman
harshman+javadev at gmail.com
Tue Aug 7 22:30:04 PDT 2012
On Tue, Aug 7, 2012 at 10:09 AM, Abhinay Reddyreddy <
Abhinay.Reddyreddy at mathworks.com> wrote:
> The problem is I am trying to use this page setup dialog in an
> application. Since the scale value is pretty much "unaccessible", my
> proposal is being rejected on the grounds that "we would be *advertising* functionality,
> and customers will surely complain that the functionality does not work".
> It would have been nice if there was a way to remove/disable that field
> from the dialog.
>
> Do you think I should log this as a bug or a feature request ??
>
Yes.
:)
It's a bug (IMHO) that the OS X interface element presented to the user has
control (the 'scale' input text field) whose value is not passed back to
the corresponding Java object.
On the other hand, the PageFormat object doesn't *have* a 'scale' attribute
(that I can see) to represent the value of that field, so I guess that
would be a feature (and on operating systems that don't present a 'scale'
control in the corresponding dialog, would presumably always return 100.0?).
More information about the macosx-port-dev
mailing list