X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_package_creaMiniTools%2Fbbs%2Fboxes%2FhelpMenu.bbs;h=cef7c8f2db612ded02a88f87da84ddffc315dc43;hb=1796fe4f0e49ec52c37d831d1882f137ff4649cf;hp=f68ce097fa4486bdfb16438c1dd4cd16110b8db8;hpb=89797390ac16e9c7a047d9bb03b0aa6359bdb66a;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs b/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs index f68ce09..cef7c8f 100644 --- a/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs +++ b/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs @@ -1,31 +1,6 @@ -# --------------------------------------------------------------------- -# -# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image -# pour la Sant�) -# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton -# Previous Authors : Laurent Guigues, Jean-Pierre Roux -# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil -# -# This software is governed by the CeCILL-B license under French law and -# abiding by the rules of distribution of free software. You can use, -# modify and/ or redistribute the software under the terms of the CeCILL-B -# license as circulated by CEA, CNRS and INRIA at the following URL -# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -# or in the file LICENSE.txt. -# -# As a counterpart to the access to the source code and rights to copy, -# modify and redistribute granted by the license, users are provided only -# with a limited warranty and the software's author, the holder of the -# economic rights, and the successive licensors have only limited -# liability. -# -# The fact that you are presently reading this means that you have had -# knowledge of the CeCILL-B license and that you accept its terms. -# ------------------------------------------------------------------------ */ - # ---------------------------------- -# - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box) -# - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs +# - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) +# - E:\creatis\creaToolsCompilation4\creatools_sources\creaMiniTools\bbtk_package_creaMiniTools\bbs\boxes\helpMenu.bbs # ---------------------------------- include std @@ -39,32 +14,31 @@ description "Description ??" category "" -new LayoutLine Box01 +new wx:LayoutLine Box01 set Box01.WinTitle "Help" -new LaunchBrowser Box02 - set Box02.In "www.creatis.insa-lyon.fr/site/en/CreatoolsDocumentation" +new wx:LaunchBrowser Box02 + set Box02.In "www.creatis.insa-lyon.fr/site7/en/CreatoolsDocumentation" -new CommandButton Box03 +new wx:CommandButton Box03 set Box03.Label "www.creatis.insa-lyon.fr/site/creatools -> Documentation -> Getting started" -new CommandButton Box04 +new wx:CommandButton Box04 set Box04.Label "creaTools Web Site - www.creatis.insa-lyon.fr/site/creatools" - -new LaunchBrowser Box05 -// set Box05.In "www.creatis.insa-lyon.fr" - set Box05.In "http://www.creatis.insa-lyon.fr/site/fr/creatools_accueil" +new wx:LaunchBrowser Box05 + set Box05.In "http://www.creatis.insa-lyon.fr/site7/fr/creatools_accueil" + connect Box03.BoxChange Box02.BoxExecute connect Box04.BoxChange Box05.BoxExecute connect Box03.Widget Box01.Widget2 connect Box04.Widget Box01.Widget1 - # Complex input ports # Complex output ports output widget Box01.Widget " " + endefine