X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2Fbbi%2Fbbi.cxx;h=16cbb8f0b45565addc4cc3ed00180051f7e09380;hb=664e5cdbbcaf3dafa5fc9f206a7094248c289d5a;hp=86952f5632ec0b33e23f72010eca28c04f2f500c;hpb=2d2fc4c6349d5040a9f13a240f079e7a1c6687dd;p=bbtk.git diff --git a/kernel/appli/bbi/bbi.cxx b/kernel/appli/bbi/bbi.cxx index 86952f5..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(); @@ -313,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;