octave-maintainers
[Top][All Lists]
Advanced

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

Re: Need someone to test uipanel for me


From: Michael Goffioul
Subject: Re: Need someone to test uipanel for me
Date: Tue, 27 Sep 2011 12:28:47 +0100

On Tue, Sep 27, 2011 at 12:15 PM, Lukas Reichlin
<address@hidden> wrote:
> On 27.09.2011, at 13:07, Michael Goffioul wrote:
>
>> Hi,
>>
>> I'd need someone to test the (0,0) location on a uipanel object:
>>
>> h = uipanel('position', [0, 0, 0.5, 0.5], 'title', 'PANEL');
>> uicontrol(h, 'position', [0, 0, 80, 30], 'string', 'OK');
>> ha = axes('parent', h, 'position', [0, 0, 1, 1], 'color', 'w',
>> 'xgrid', 'on', 'ygrid', 'on');
>>
>> Could anybody test that and report where are the button/axes located
>> relative to the panel object, and maybe send a screenshot?
>>
>> Thanks,
>> Michael.
>
> Does this screenshot help? It's R2010b on Mac OS X 10.6.

Yes it does, thanks. Could you try with adding this to the uipanel call:
'borderwidth', 10

(1-pixel border width is not enough to see where the button is actually rooted).

Michael.


reply via email to

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