X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_package_creaMiniTools%2Fbbs%2Fboxes%2FcommandMenu.bbs;h=8df621f4923794441a9e7d9dc6ae49189144ca53;hb=e40e9f0203d00008b8f0725c8f9f72b20dac821b;hp=596ac5c0a3b0bbbd7851f3c86af6d35608ba3130;hpb=6a1cb1e499e632bf795ce75a88dd0340f79a37bd;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs b/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs index 596ac5c..8df621f 100755 --- a/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs +++ b/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs @@ -1,6 +1,6 @@ # ---------------------------------- -# - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box) -# - /Users/davila/Creatis/All2/creatools_install/share/bbtk/bbs/minitools/boxes/commandMenu.bbs +# - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) +# - /home/daniel/creatis/all/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs # ---------------------------------- include std @@ -8,7 +8,7 @@ include itkvtk include wx include std -define CommandMenu minitools +define CommandMenu creaMiniTools author "Author ??" description "Description ??" @@ -40,22 +40,85 @@ new ExecSystemCommand Box07 set Box07.In "bbEditor &" new LayoutLine Box09 - set Box09.WinTitle DevelTools + set Box09.Orientation H + set Box09.WinTitle "bbg/bbs" + +new LayoutTab Box10 + +new LayoutLine Box11 + set Box11.Orientation H + set Box11.WinTitle "C++" + +new CommandButton Box12 + set Box12.Label "Create Package BBTK" + +new CommandButton Box13 + set Box13.Label "Create Box BBTK" + +new ExecSystemCommand Box14 + set Box14.In "bbi toolsbbtk/appli/GUICreatePackage.bbs &" + +new ExecSystemCommand Box15 + set Box15.In "bbi toolsbbtk/appli/GUICreateBlackBox.bbs &" + +new LayoutLine Box16 + +new LayoutLine Box17 + +new LayoutLine Box18 + +new LayoutLine Box19 + +new LayoutLine Box20 + +new LayoutLine Box21 + +new LayoutLine Box22 + set Box22.Orientation H + set Box22.WinTitle "DevelTools" + +new LayoutTab Box23 + +new CommandButton Box24 + set Box24.Label "Plug Package" + +new ExecSystemCommand Box25 + set Box25.In "bbi toolsbbtk/appli/GUIPlugPackage.bbs &" + +new CommandButton Box26 + set Box26.Label "Crea Development Manager" + +new ExecSystemCommand Box27 + set Box27.In "creaDevManager &" connect Box01.BoxChange Box05.BoxExecute connect Box03.BoxChange Box04.BoxExecute connect Box02.BoxChange Box06.BoxExecute -connect Box01.Widget Box09.Widget3 -connect Box03.Widget Box09.Widget4 connect Box00.BoxChange Box07.BoxExecute -connect Box00.Widget Box09.Widget1 -connect Box02.Widget Box09.Widget2 - +connect Box09.Widget Box10.Widget1 +connect Box12.BoxChange Box14.BoxExecute +connect Box13.BoxChange Box15.BoxExecute +connect Box01.Widget Box17.Widget3 +connect Box02.Widget Box17.Widget2 +connect Box00.Widget Box17.Widget1 +connect Box17.Widget Box09.Widget2 +connect Box21.Widget Box11.Widget2 +connect Box03.Widget Box21.Widget1 +connect Box11.Widget Box23.Widget1 +connect Box10.Widget Box22.Widget1 +connect Box23.Widget Box22.Widget2 +connect Box24.BoxChange Box25.BoxExecute +connect Box24.Widget Box21.Widget5 +connect Box13.Widget Box21.Widget4 +connect Box12.Widget Box21.Widget3 +connect Box26.BoxChange Box27.BoxExecute +connect Box26.Widget Box21.Widget2 # Complex input ports # Complex output ports -output CommandMenu Box09.Widget " " +output CommandMenu Box22.Widget " " + endefine