X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_package_creaMiniTools%2Fbbs%2Fboxes%2FhelpMenu.bbs;h=cef7c8f2db612ded02a88f87da84ddffc315dc43;hb=2cf52512a2cef40effbed6a8835f199538ecd39a;hp=c6504553085f211248d29074d9965c00ae6a68a2;hpb=8b3130e98ea964b333287a86379b7f5c9a9462a1;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs b/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs index c650455..cef7c8f 100644 --- a/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs +++ b/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs @@ -1,6 +1,6 @@ # ---------------------------------- -# - 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 @@ -14,23 +14,31 @@ description "Description ??" category "" -new LayoutLine Box01 +new wx:LayoutLine Box01 set Box01.WinTitle "Help" -new LaunchBrowser Box02 - set Box02.In "http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDocumentation" +new wx:LaunchBrowser Box02 + set Box02.In "www.creatis.insa-lyon.fr/site7/en/CreatoolsDocumentation" -new CommandButton Box03 - set Box03.Label "www.creatis.insta-lyon.fr/site/creatools -> Documentation -> Getting started" +new wx:CommandButton Box03 + set Box03.Label "www.creatis.insa-lyon.fr/site/creatools -> Documentation -> Getting started" +new wx:CommandButton Box04 + set Box04.Label "creaTools Web Site - www.creatis.insa-lyon.fr/site/creatools" + +new wx:LaunchBrowser Box05 + set Box05.In "http://www.creatis.insa-lyon.fr/site7/fr/creatools_accueil" -connect Box03.BoxChange Box02.BoxExecute -connect Box03.Widget Box01.Widget1 +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