octave-maintainers
[Top][All Lists]
Advanced

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

RE: [OctDev] Need for JHandles/Linux tester


From: Bateman David-ADB014
Subject: RE: [OctDev] Need for JHandles/Linux tester
Date: Tue, 3 Jul 2007 16:28:00 +0100

Michael,

To be honest I'm not a big fan of UIs to simulation software, but know some people are. I have however installed the latest java/jhandles (from about 10 minutes ago), so if you want to send a script you want me to run that tests this functionality, I have no problems doing it..

D.



-----Original Message-----
From: address@hidden on behalf of Michael Goffioul
Sent: Tue 03-Jul-07 12:35 PM
To: Octave Forge List; Octave Maintainers List
Subject: [OctDev] Need for JHandles/Linux tester

Hi,

Recently, I started to lay down the grounds for GUI support in JHandles,
starting with the uicontrol objects. Up to now, I made all tests under Windows,
but I'd like to know if it also works OK under Linux. Is there anybody out there
using Octave/Linux and a system where JHandles can run OK (this probably
means java >= 1.6), who could give a try? The current code is in CVS of
octave-forge (you'll need to update java and jhandles packages in extra/
subdir).

What's working:
- uicontrol: only "pushbutton" and "edit" styles are implemented
- most useful properties (font, alignment, string, colors...)
- callbacks: including support for additional arguments in the Matlab-way
(ex: address@hidden, arg0, ...}, fun should then have the signature fun(h,evt,arg0,...))

What's not working
- all other uicontrol styles
- less commonly-used properties (ButtonDownFcn, CreateFcn, UIContextMenu...)
- playing with existing axes in a callback(*): because this would require a
"drawnow" test at the end of the callback execution, but there's no available
API yet to do that

Thanks.
Michael.

(*) it actually works OK, but the axes is not redrawn, so you don't see the
result; typing <Enter> at octave prompt will trigger a redraw.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Octave-dev mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/octave-dev


reply via email to

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