From 14840988969126992a578a5499f08bba99f18e8d Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Thu, 5 May 2016 08:48:14 +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@1559 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- ...ncurrent-graphical-application--EiffelVision-with-SCOOP.wiki | 2 ++ 1 file changed, 2 insertions(+) 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 0c653de2..355d9213 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 @@ -30,4 +30,6 @@ Now you can start using EiffelVision as you are used to, by sending GUI requests * For requests coming from the same processor just use the EV_APPLICATION object directly. * For requests coming from another processor, you can get the access through the feature ev_separate_application of class EV_SHARED_APPLICATION. +Note that only one EV_APPLICATION object can be used, therefore all GUI objects have to be created in the region of this object. + That's all! Happy concurrent Eiffeling. \ No newline at end of file