X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fappli%2Fbbi%2Fbbi.cxx;h=16cbb8f0b45565addc4cc3ed00180051f7e09380;hb=f45b7f05b03f411759981fe13645466a1c289e6a;hp=3d3e890e31bef0b16d2354079e4501820e5a01d5;hpb=26ff1032d54f68d69a9b18f9521fa53199c9fd57;p=bbtk.git diff --git a/kernel/appli/bbi/bbi.cxx b/kernel/appli/bbi/bbi.cxx index 3d3e890..16cbb8f 100644 --- a/kernel/appli/bbi/bbi.cxx +++ b/kernel/appli/bbi/bbi.cxx @@ -151,7 +151,7 @@ bool wxBBIApp::OnCmdLineParsed(wxCmdLineParser& parser) // main frame bool wxBBIApp::OnInit( ) { - // std::cout << "OnInit"<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"<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(); @@ -310,10 +314,10 @@ int main(int argc, char* argv[]) //========================================================================== #include "bbtkInterpreter.h" +//#include "bbtkWx.h" int main(int argc, char* argv[]) { - if (argc>2) { std::cout << "usage : "<InterpretFile(f); } - bbtk::Wx::LoopUntilAllWindowsClose(); + // bbtk::Wx::LoopUntilAllWindowsClose(); return 0;