#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 29 Nov 2019 20:45:23 +0100
changeset 6745 ab14bc6731e8
parent 6744 6a5f7203719c
child 6746 cc13f6cb0f10
#DOCUMENTATION by cg class: Workspace comment/format in: #error:position:to:from:asWarning:
Workspace.st
--- a/Workspace.st	Wed Nov 27 12:20:54 2019 +0100
+++ b/Workspace.st	Fri Nov 29 20:45:23 2019 +0100
@@ -1047,6 +1047,16 @@
                     ].
                 ].
             ] do:[
+"/                |textBox|
+"/
+"/                textBox := TextBox new.
+"/                textBox initialText:aString.
+"/                textBox label:('Compilation Error').
+"/                textBox title:('Compilation Error').
+"/                textBox readOnly:true.
+"/                textBox open.    
+"/                answer := textBox accepted.   
+
                 answer := OptionBox
                         request:aString
                         buttonLabels:(resources array:#('Cancel'  "'Keep Selected'" 'Continue'))