[8522] | 1 | /******************************************************************************* |
---|
| 2 | * ProMoT |
---|
| 3 | * --------------------------------------------------------------------------- |
---|
[9531] | 4 | * Copyright (c) 1997-2012 ProMoT Development Team |
---|
[8522] | 5 | * Max Planck Institute Magdeburg, Germany |
---|
| 6 | * http://www.mpi-magdeburg.mpg.de/projects/promot |
---|
| 7 | * |
---|
| 8 | * This is free software; you can redistribute it and/or modify it |
---|
| 9 | * under the terms of the GNU General Public License as published |
---|
| 10 | * by the Free Software Foundation; either version 2 of the License, or |
---|
| 11 | * any later version. |
---|
| 12 | * |
---|
| 13 | * THIS SOFTWARE IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, |
---|
| 14 | * BUT WITHOUT ANY WARRANTY; WITHOUT EVEN THE WARRANTY OF |
---|
| 15 | * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. |
---|
| 16 | * IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE |
---|
| 17 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
---|
| 18 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
---|
| 19 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
---|
| 20 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
---|
| 21 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
---|
| 22 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
---|
| 23 | * SUCH DAMAGE. |
---|
| 24 | * |
---|
| 25 | * You should have received a copy of the GNU General Public License |
---|
| 26 | * along with this library; if not, write to the Free Software Foundation, |
---|
| 27 | * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
---|
| 28 | * |
---|
| 29 | * --------------------------------------------------------------------------- |
---|
| 30 | * $Id$ |
---|
| 31 | ******************************************************************************/ |
---|
| 32 | |
---|
[9539] | 33 | |
---|
| 34 | SM 2012-04-01 |
---|
| 35 | * Problems while connecting Server and GUI |
---|
| 36 | |
---|
| 37 | Under Microsogt Windows no connection of ProMoT Server with ProMoT GUI |
---|
| 38 | can be established under Microsogt Windows. |
---|
| 39 | |
---|
| 40 | Workaround: |
---|
| 41 | Please uncomment the options ':: set HOMEDRIVE=%HOMEDRIVE%' and |
---|
| 42 | ':: set HOMEPATH=%HOMEPATH% in the batch file 'promot-server.bat'. |
---|
| 43 | Uncommenting is carried out by deleting the two colons. |
---|
| 44 | |
---|
| 45 | |
---|
[9210] | 46 | SM 2010-08-17 |
---|
| 47 | * Problems using the file chooser dialog |
---|
| 48 | |
---|
| 49 | When the file chooser is used, e.g. for export the layout in the |
---|
| 50 | Visual Explorer, sometimes an exception is thrown. |
---|
| 51 | |
---|
| 52 | Workaround: |
---|
| 53 | Try to open the dialog again. It should work the second or third time. |
---|
| 54 | |
---|
[9539] | 55 | |
---|
[7853] | 56 | KS 2008-08-07 |
---|
[9539] | 57 | * Bug in disposing the RunnerMessage |
---|
[7853] | 58 | |
---|
[8443] | 59 | The former Cancel button is removed from the dialog but one can still terminate the action thread hardly by |
---|
[8521] | 60 | clicking on the [X] of the Dialog, this may cause an inconsistent state, |
---|
[7856] | 61 | because the communication with the server via Corba can be interrupted at different stages. |
---|
| 62 | |
---|
| 63 | |
---|
| 64 | SM 2008-06-20 |
---|
[9539] | 65 | * Bug when deleting many network elements in the Visual Editor |
---|
[7856] | 66 | |
---|
| 67 | When many network elements in the Visual Editor are selected and |
---|
| 68 | deleted, causing that not all network elements may disappear. Some of |
---|
| 69 | them remain visible in the editor. Further interacting with these |
---|
[8521] | 70 | 'ghost'-elements causes overall instability of ProMoT. Current |
---|
[7856] | 71 | loaded models can not be saved any more. |
---|
| 72 | |
---|
| 73 | Workaround: |
---|
| 74 | Do not click on or interact with any of the remaining network elements |
---|
[8443] | 75 | in the Visual Editor. Wait until no RELOAD appears in the status bar of the editor |
---|
[8521] | 76 | and choose 'Model'->'Refresh' in the menu of the editor to refresh the modules |
---|
| 77 | representation and checking. |
---|
[7857] | 78 | |
---|
[9539] | 79 | |
---|
[7857] | 80 | KS 2008-08-07 |
---|
| 81 | * Problems in updating the ProMoT Browser tree and deleting a set of PromotTreeNodes |
---|
| 82 | |
---|
| 83 | If a set of PromotTreeNodes is selected and deleted in the ProMoT Browser tree |
---|
| 84 | the deletion throws an Exception and undo is not possible. |
---|
[8443] | 85 | This is also described in ticket #123 (delete of set of PromotTreeNodes) |
---|
[7857] | 86 | |
---|
| 87 | Furthermore, sometimes the tree is not updated after adding, loading or deleting of nodes |
---|
[7953] | 88 | The refresh action should be used in case of nodes which are missed or won't disappear. |
---|
[7858] | 89 | |
---|
[9539] | 90 | |
---|
[7944] | 91 | SM 2008-10-02 |
---|
| 92 | * Bug when exporting the HTML documentation of a model with option 'with TeX Formula' |
---|
[7869] | 93 | |
---|
[7944] | 94 | When using the option 'with TeX Formula' in the export dialog problems can occur |
---|
[8009] | 95 | regarding the paths of the png images. In this cases, the TeX formula (represented |
---|
[7944] | 96 | by the png image) is not displayed in the browser. |
---|
[7869] | 97 | |
---|
| 98 | Workaround: |
---|
[7945] | 99 | Do not use this option. The values then are printed as standard, non-formated text. |
---|