X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fappli%2Fbbi%2Fbbi.cxx;h=16cbb8f0b45565addc4cc3ed00180051f7e09380;hb=664e5cdbbcaf3dafa5fc9f206a7094248c289d5a;hp=bb06f6816802ca84e8d8af43b9ef2a4d583b0559;hpb=00119d2074a1d423927404a1759b9a9616a087ba;p=bbtk.git diff --git a/kernel/appli/bbi/bbi.cxx b/kernel/appli/bbi/bbi.cxx index bb06f68..16cbb8f 100644 --- a/kernel/appli/bbi/bbi.cxx +++ b/kernel/appli/bbi/bbi.cxx @@ -194,7 +194,7 @@ bool wxBBIApp::OnInit( ) if (help_on_script) { std::string package; - I->GetInterpreter()->GetExecuter()->GetFactory()->HelpBlackBox("workspace",package,false); + I->GetInterpreter()->GetExecuter()->GetFactory()->PrintHelpDescriptor("workspace",package,false); } /* @@ -202,7 +202,7 @@ bool wxBBIApp::OnInit( ) std::cout << "con="<Close"<SetNoExecMode(false); std::string package; - I->GetExecuter()->GetFactory()->HelpBlackBox("workspace", - package, - false); + I->GetExecuter()->GetFactory()->PrintHelpDescriptor("workspace", + package, + false); } if (cmdline.input_file.size()==0) I->CommandLineInterpreter(); @@ -314,6 +314,7 @@ int main(int argc, char* argv[]) //========================================================================== #include "bbtkInterpreter.h" +//#include "bbtkWx.h" int main(int argc, char* argv[]) { @@ -339,7 +340,7 @@ int main(int argc, char* argv[]) I->InterpretFile(f); } - bbtk::Wx::LoopUntilAllWindowsClose(); + // bbtk::Wx::LoopUntilAllWindowsClose(); return 0;