/******************************************************************************* * ProMoT * --------------------------------------------------------------------------- * Copyright (c) 1997-2012 ProMoT Development Team * Max Planck Institute Magdeburg, Germany * http://www.mpi-magdeburg.mpg.de/projects/promot * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published * by the Free Software Foundation; either version 2 of the License, or * any later version. * * THIS SOFTWARE IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, * BUT WITHOUT ANY WARRANTY; WITHOUT EVEN THE WARRANTY OF * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. * IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * You should have received a copy of the GNU General Public License * along with this library; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * --------------------------------------------------------------------------- * $Id$ ******************************************************************************/ SM 2012-04-01 * Problems while connecting Server and GUI Under Microsoft Windows no connection of ProMoT Server with ProMoT GUI can be established under Microsoft Windows. Workaround: Please uncomment the options ':: set HOMEDRIVE=%HOMEDRIVE%' and ':: set HOMEPATH=%HOMEPATH% in the batch file 'promot-server.bat'. Uncommenting is carried out by deleting the two colons. SM 2010-08-17 * Problems using the file chooser dialog When the file chooser is used, e.g. for export the layout in the Visual Explorer, sometimes an exception is thrown. Workaround: Try to open the dialog again. It should work the second or third time. KS 2008-08-07 * Bug in disposing the RunnerMessage The former Cancel button is removed from the dialog but one can still terminate the action thread hardly by clicking on the [X] of the Dialog, this may cause an inconsistent state, because the communication with the server via Corba can be interrupted at different stages. SM 2008-06-20 * Bug when deleting many network elements in the Visual Editor When many network elements in the Visual Editor are selected and deleted, causing that not all network elements may disappear. Some of them remain visible in the editor. Further interacting with these 'ghost'-elements causes overall instability of ProMoT. Current loaded models can not be saved any more. Workaround: Do not click on or interact with any of the remaining network elements in the Visual Editor. Wait until no RELOAD appears in the status bar of the editor and choose 'Model'->'Refresh' in the menu of the editor to refresh the modules representation and checking. KS 2008-08-07 * Problems in updating the ProMoT Browser tree and deleting a set of PromotTreeNodes If a set of PromotTreeNodes is selected and deleted in the ProMoT Browser tree the deletion throws an Exception and undo is not possible. This is also described in ticket #123 (delete of set of PromotTreeNodes) Furthermore, sometimes the tree is not updated after adding, loading or deleting of nodes The refresh action should be used in case of nodes which are missed or won't disappear. SM 2008-10-02 * Bug when exporting the HTML documentation of a model with option 'with TeX Formula' When using the option 'with TeX Formula' in the export dialog problems can occur regarding the paths of the png images. In this cases, the TeX formula (represented by the png image) is not displayed in the browser. Workaround: Do not use this option. The values then are printed as standard, non-formated text.