From d1f56bf14d7d88c57abebb3c30ad48f27593d258 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Fri, 1 Apr 2016 13:42:24 +0000 Subject: [PATCH] Update wikipage How to build a concurrent graphical application: EiffelVision with SCOOP. (Signed-off-by:alexk). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1528 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- ...ncurrent-graphical-application--EiffelVision-with-SCOOP.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki b/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki index c9bcdb1a..58b679d3 100644 --- a/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki +++ b/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki @@ -19,7 +19,7 @@ where s is of a separate type (e.g. separate T). In the "make" creation procedure, create an EV_APPLICATION object, using an instruction such as create my_app -with my_app of type EV_APPLICATION. +with my_app of type EV_APPLICATION. Still in "make", create all the GUI elements. They will all be in the same processor that created the EV_APPLICATION object.