<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Ah, I had opened the EE via "Transcripter emergencyEvaluator". It would be great if it worked "clean" also in standalone mode.</p>
<p><br>
</p>
<p>How expensive is one display restauration? Can't we just call [Project current restoreDisplay] in #<span>emergencyEvaluator?</span></p>
<p><span><br>
</span></p>
<p><span>Best,</span></p>
<p><span>Christoph</span></p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel<br>
<b>Gesendet:</b> Montag, 16. Dezember 2019 19:53:26<br>
<b>An:</b> John Pfersich via Squeak-dev<br>
<b>Betreff:</b> Re: [squeak-dev] The Inbox: System-ct.1129.mcz</font>
<div> </div>
</div>
<div>
<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
Hmm... not sure about this. The current "package" is as follows:
<div><br>
</div>
<div>Project >> #primitiveError:</div>
<div><span style="font-size: 10pt">Project class >> #tryEmergencyEvaluatorForRecovery:</span><br>
</div>
<div>Transcripter >> #emergencyEvaluator</div>
<div><br>
</div>
<div>As you can see, there is already the correct call "Project current restoreDisplay" in #primitiveError:. That restoring depends on the current GUI framework.</div>
<div><br>
</div>
<div>I experiment with the EE via "self primitiveError: nil".</div>
<div><br>
</div>
<div>Best,</div>
<div>Marcel</div>
<div class="mb_sig"></div>
<blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
<p style="color: #AAAAAA; margin-top: 10px;">Am 15.12.2019 12:15:26 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p>
<div style="font-family:Arial,Helvetica,sans-serif">A new version of System was added to project The Inbox:<br>
http://source.squeak.org/inbox/System-ct.1129.mcz<br>
<br>
==================== Summary ====================<br>
<br>
Name: System-ct.1129<br>
Author: ct<br>
Time: 14 December 2019, 3:15:31.775612 pm<br>
UUID: cfe4fdea-f1a2-f043-8a53-43461a9dbf28<br>
Ancestors: System-mt.1127<br>
<br>
Restore display after leaving emergency evaluator<br>
<br>
=============== Diff against System-mt.1127 ===============<br>
<br>
Item was changed:<br>
----- Method: Transcripter class>>emergencyEvaluator (in category 'utilities') -----<br>
emergencyEvaluator<br>
+ "Transcripter emergencyEvaluator"<br>
+ (self newInFrame: (0@0 corner: 320@200))<br>
- (Transcripter newInFrame: (0@0 corner: 320@200))<br>
show: 'Type ''revert'' to revert your last method change.<br>
Type ''exit'' to exit the emergency evaluator.';<br>
+ readEvalPrint.<br>
+ Display restore.!<br>
- readEvalPrint!<br>
<br>
<br>
</div>
</blockquote>
</div>
</div>
</body>
</html>