]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs
#3160 CreaTools Bug New Normal Link documentation site creatis
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / helpMenu.bbs
index c6504553085f211248d29074d9965c00ae6a68a2..cef7c8f2db612ded02a88f87da84ddffc315dc43 100644 (file)
@@ -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 "<VOID>"
 
-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