2
I Use This!
Activity Not Available

News

Posted over 13 years ago by Christian Schneider <chsch@…>
master added the second improvement to the textual stuff
Posted over 13 years ago by Christian Schneider <chsch@…>
master previous enhancement integrated into the textual kraph editing tools.
Posted over 13 years ago by Christian Schneider <chsch@…>
master enhancement of krendering metamodel (merged from mri's development branch)
Posted over 13 years ago by Christoph Daniel Schulze <cds@…>
masterChanged size calculation. (#1926)
Posted over 13 years ago by Miro Spoenemann <msp@…>
master Merge branch 'smartlayout'
Posted over 13 years ago by Miro Spoenemann <msp@…>
master fixed Graphviz command property, adjusted priorities for multiedges
Posted over 13 years ago by cmot
Adding the KART-Components automatically should not lead to this strange error message. Maybe it would be a good idea to ask the user the place the KART components manually around the simulation components (if this cannot be done automatically). ... [More] Further more the error message should describe what the user could do to resolve the error. Could not update configuration (de.cau.cs.kieler.sim.kart) JSONObject["kartConfig"] not found. (Time of error: February 29, 2012 2:51:08 PM GMT+01:0 [Less]
Posted over 13 years ago by Miro Spoenemann <msp@…>
master added priorities for graph feature support
Posted over 13 years ago by cmot
fixed: Is this still unsolved?
Posted over 13 years ago by cmot
invalid: The time constraints during initialization and wrapup are not intended for user interaction. There is a backdoor for deactivating the timeout but make sure to activate it later on again! Clearly this code must not be used concurrently. ... [More] Use with caution: // Disable timeout TimeoutThread.setAwaitUserRepsonse(true); and // MUST enable timeout again TimeoutThread.setAwaitUserRepsonse(false); [Less]