octave-maintainers
[Top][All Lists]
Advanced

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

Need someone to test uipanel for me


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

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.


reply via email to

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