octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fltk window not resizable


From: Ben Abbott
Subject: Re: fltk window not resizable
Date: Sat, 19 Feb 2011 13:08:22 -0500

On Feb 19, 2011, at 12:26 PM, Kai Habel wrote:

> On 15.02.2011 17:33, bpabbott wrote:
>> On Feb 15, 2011, at 11:30 AM, Benjamin Lindner <address@hidden> wrote:
>> 
>>> Hello list,
>>> 
>>> Using a 3-4-0 snapshot on mingw platform, the fltk plotting window is
>>> not resizable. It's movable, and I can minimize&restore, but I cannot
>>> resize.
>>> Is this intentional?
>>> Is it the same on other platforms, or just on windows?
>>> 
>>> benjamin
>> I see this on MacOS as well.
>> 
>> Ben
> 
> After having a closer look, I noticed that we already have a call to 
> size_range in the plot_window constuctor. The following changeset call the 
> size_range method early. After applying it, I can resize the window (on 
> MinGW). Does this work for both of you as well?
> 
> Kai
> <Changeset.fltk_resize>

I now have a place to grab and *attempt* to resize the window. Unfortunately, 
it does not change size.

Even more bizarrre is that if I do ...

        print -dpdfwrite "-S1800,1000" test.pdf

... I'm able to resize the window from its default size up to 1800x1000 pixels.

If I then ....

        print -dpdfwrite "-S18,10" test.pdf

... I'm able resize the window from (18 to 1800) x (10 to 1000) pixels in size.

I'm using FLTK-1.1.10.

Ben




reply via email to

[Prev in Thread] Current Thread [Next in Thread]