Re: [q-lang-users] ANN: QCalc
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2007-11-18 06:24:43
|
Albert Graef wrote: >> For your convenience, I've also uploaded a current cvs snapshot. You can >> find that here: ... and RC4 is out now. More bugfixes, two new active GUI elements, and I also updated the documentation and added a chapter on the programming interface. See: http://q-lang.sourceforge.net/qcalc/qcalc.html As before, the latest cvs snapshot is available here: http://sourceforge.net/project/showfiles.php?group_id=96881&package_id=251927 With the new task button element, it's now really easy to set up background processing for bulk updates of table cells, as illustrated in calendar.q, and in fact you can do *any* kind of asynchronous processing with or without user interaction quite easily (a simple example showing this is the "countdown" button in guiexamples.q). In addition, the action buttons allow you to set up any kind of custom action to be executed just by clicking on the button. The result returned by the Q expression associated with the button becomes the value of the cell containing the button. guiexamples.q contains two simple examples for this, a button which produces random numbers when clicked, and an "open file" button which invokes the Qt file open dialog to obtain a filename from the user. Enjoy! :) Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |