X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_package_creaMiniTools%2Fbbs%2Fboxes%2FcommandMenu.bbs;h=5ef9f7c5be1c145d5b1f2ea21e603eb3a3cf5bc2;hb=af034e6e8b0c37b1d47956c36857827e31f78aca;hp=fa88185c5aaf79feec6250358e1012c22b5eec17;hpb=84efdf65882beef86e08c12cc25b86af06f2c339;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs b/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs index fa88185..5ef9f7c 100755 --- a/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs +++ b/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) -# - /home/daniel/creatis/all/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/commandMenu.bbs +# - E:\creatis\creaToolsCompilation4\creatools_sources\creaMiniTools\bbtk_package_creaMiniTools\bbs\boxes\commandMenu.bbs # ---------------------------------- include std @@ -16,96 +16,105 @@ description "Description ??" category "" -new CommandButton BBEditorButton +new wx:CommandButton BBEditorButton set BBEditorButton.Label "bbEditor (Graphical Pipeline Editor)" -new CommandButton BBIButton +new wx:CommandButton BBIButton set BBIButton.Label "bbi (Script Interpreter)" -new CommandButton BBStudioButton +new wx:CommandButton BBStudioButton set BBStudioButton.Label "bbStudio (Script Management)" -new CommandButton CreaNewProjectButton +new wx:CommandButton CreaNewProjectButton set CreaNewProjectButton.Label "Crea New Project (Create a blank project)" -new ExecSystemCommand CreaNewProjectComm +new std:ExecSystemCommand CreaNewProjectComm set CreaNewProjectComm.In "creaNewProject &" -new ExecSystemCommand BBIComm +new std:ExecSystemCommand BBIComm set BBIComm.In "bbi &" -new ExecSystemCommand BBStudioComm +new std:ExecSystemCommand BBStudioComm set BBStudioComm.In "bbStudio &" -new ExecSystemCommand BBEditorComm - set BBEditorComm.In "bbEditor &" +new std:ExecSystemCommand BBEditorComm -new LayoutTab Tabs +new wx:LayoutTab Tabs -new CommandButton CreatePackageBBTKButton +new wx:CommandButton CreatePackageBBTKButton set CreatePackageBBTKButton.Label "Create Package BBTK" -new CommandButton CreateBoxBBTKButton +new wx:CommandButton CreateBoxBBTKButton set CreateBoxBBTKButton.Label "Create Box BBTK" -new ExecSystemCommand CreatePackageBBTKComm +new std:ExecSystemCommand CreatePackageBBTKComm set CreatePackageBBTKComm.In "bbi toolsbbtk/appli/GUICreatePackage.bbs &" -new ExecSystemCommand CreateBoxBBTKComm +new std:ExecSystemCommand CreateBoxBBTKComm set CreateBoxBBTKComm.In "bbi toolsbbtk/appli/GUICreateBlackBox.bbs &" -new LayoutLine CPPLayout +new wx:LayoutLine CPPLayout set CPPLayout.Orientation "H" -new LayoutLine Layout +new wx:LayoutLine Layout set Layout.Orientation "H" set Layout.WinTitle "DevTools" -new CommandButton PlugPackageButton +new wx:CommandButton PlugPackageButton set PlugPackageButton.Label "Plug Package (Link packages with BBTK)" -new ExecSystemCommand PlugPackageComm +new std:ExecSystemCommand PlugPackageComm set PlugPackageComm.In "bbi toolsbbtk/appli/GUIPlugPackage.bbs &" -new ExecSystemCommand CreaDevManagerComm - set CreaDevManagerComm.In "creaDevManager &" +new std:ExecSystemCommand CreaDevManagerComm -new StaticBox CPP +new wx:StaticBox CPP set CPP.BoxTitle "C++" -new StaticBox Scripts +new wx:StaticBox Scripts set Scripts.BoxTitle "Scripts (bbg/bbs)" -new StaticBox DCPP +new wx:StaticBox DCPP set DCPP.BoxTitle "C++" -new StaticBox DScripts +new wx:StaticBox DScripts set DScripts.BoxTitle "Scripts (bbg/bbs)" -new LayoutLine ScriptsLayout +new wx:LayoutLine ScriptsLayout set ScriptsLayout.Orientation "V" -new LayoutLine DCPPLayout +new wx:LayoutLine DCPPLayout set DCPPLayout.Orientation "V" -new LayoutLine DScriptsLayout +new wx:LayoutLine DScriptsLayout set DScriptsLayout.Orientation "V" -new LayoutSplit DeprecatedTools +new wx:LayoutSplit DeprecatedTools set DeprecatedTools.Orientation "V" set DeprecatedTools.Proportion "80" set DeprecatedTools.WinTitle "DeprecatedTools" -new LayoutSplit ActiveTools +new wx:LayoutSplit ActiveTools set ActiveTools.Orientation "V" set ActiveTools.Proportion "33" set ActiveTools.WinTitle "Active Tools" -new MiniToolsIcons Box29 +new creaMiniTools:MiniToolsIcons Box29 -new BitmapButton Box30 +new wx:BitmapButton Box30 set Box30.Label "Crea Development Manager" +new std:Configuration Box31 + +new std:ConcatStrings Box32 + set Box32.In2 "creaDevManager &" + +new std:StringSelect Box33 + set Box33.In1 "start /b " + +new std:ConcatStrings Box34 + set Box34.In2 "bbEditor &" + connect BBIButton.BoxChange BBIComm.BoxExecute connect CreaNewProjectButton.BoxChange CreaNewProjectComm.BoxExecute @@ -135,11 +144,17 @@ connect Scripts.Widget ActiveTools.Widget2 connect Box29.IconCreaDevManager Box30.Bitmap connect Box30.Widget CPPLayout.Widget1 connect Box30.BoxChange CreaDevManagerComm.BoxExecute +connect Box32.Out CreaDevManagerComm.In +connect Box31.SystemType Box33.In +connect Box33.Out Box32.In1 +connect Box34.Out BBEditorComm.In +connect Box33.Out Box34.In1 # Complex input ports # Complex output ports output CommandMenu Layout.Widget " " +message endefine