From 0b640e26a37a0d20f6e6c75856a49d956f10f53e Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Mon, 20 Jul 2015 15:49:27 +0200 Subject: [PATCH] #2536 BBTK Feature New Normal wt-version Package --- kernel/appli/bbi/bbi.cxx | 20 +++++++++++++++++++- kernel/src/bbtkWtBlackBox.cxx | 6 ++++-- packages/vtk/src/bbvtkPolyDataWriter.xml | 3 +++ 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/kernel/appli/bbi/bbi.cxx b/kernel/appli/bbi/bbi.cxx index af2b7fe..c7bb325 100644 --- a/kernel/appli/bbi/bbi.cxx +++ b/kernel/appli/bbi/bbi.cxx @@ -91,7 +91,7 @@ void WxProcessCmdLine::Process(wxCmdLineParser& parser) debug = ( parser.Found(_T("d")) ); quiet = ( parser.Found(_T("q")) ); help = ( parser.Found(_T("h")) ); - graphical_dialog = ( parser.Found(_T("g")) ); + graphical_dialog = ( parser.Found(_T("wxcommandlineg")) ); text_dialog = ( parser.Found(_T("t")) ); no_console = ( parser.Found(_T("N")) ); @@ -178,6 +178,9 @@ bool wxBBIApp::OnCmdLineParsed(wxCmdLineParser& parser) // main frame bool wxBBIApp::OnInit( ) { +//Borrame +//FILE *ff; ff = fopen ("/tmp/wt.log","a+"); fprintf(ff,"EED wxBBIApp::OnInit\n"); fclose(ff); + // std::cout << "OnInit"<Show(true); @@ -257,6 +265,10 @@ IMPLEMENT_APP(wxBBIApp); // you need to use the linker option "/subsystem:console" and the following code: int main(int argc, char* argv[]) { + +//Borrame +//FILE *ff; ff = fopen ("/tmp/wt.log","a+"); fprintf(ff,"EED main C\n"); fclose(ff); + return WinMain(::GetModuleHandle(NULL), NULL, ::GetCommandLine(), SW_SHOWNORMAL); } @@ -270,6 +282,10 @@ IMPLEMENT_APP_NO_MAIN(wxBBIApp); int main(int argc, char* argv[]) { + +//Borrame +//FILE *ff; ff = fopen ("/tmp/wt.log","a+"); fprintf(ff,"EED main A\n"); fclose(ff); + wxMessageOutput::Set( new wxMessageOutputBest ); wxCmdLineParser parser(cmdLineDesc,argc,argv); @@ -448,6 +464,8 @@ int main(int argc, char* argv[]) std::cout << "BBI (Black Box Interpreter) - bbtk " << bbtk::GetVersion()<< " - (c) Creatis 2007" << std::endl; +//Borrame +//FILE *ff; ff = fopen ("/tmp/wt.log","a+"); fprintf(ff,"EED main B\n"); fclose(ff); bbtk::Interpreter::Pointer I = bbtk::Interpreter::New(); if (argc==1) diff --git a/kernel/src/bbtkWtBlackBox.cxx b/kernel/src/bbtkWtBlackBox.cxx index 3c7d837..a8bec67 100644 --- a/kernel/src/bbtkWtBlackBox.cxx +++ b/kernel/src/bbtkWtBlackBox.cxx @@ -143,10 +143,12 @@ namespace bbtk //this->useStyleSheet("css/demo.css"); // this->require("http://get.goXTK.com/xtk_edge.js"); - this->require("http://get.goXTK.com/xtk_xdat.gui.js"); +// this->require("http://get.goXTK.com/xtk_xdat.gui.js"); + this->require("xtk_xdat.gui.js"); + //this->require("http://get.goXTK.com/xtk.js"); this->require("xtk.js"); - //this->require("xtk_xdat.gui.js"); + this->useStyleSheet("styleWT.css"); diff --git a/packages/vtk/src/bbvtkPolyDataWriter.xml b/packages/vtk/src/bbvtkPolyDataWriter.xml index 71e0a5d..4378767 100644 --- a/packages/vtk/src/bbvtkPolyDataWriter.xml +++ b/packages/vtk/src/bbvtkPolyDataWriter.xml @@ -14,6 +14,9 @@
+
+     printf("EED PolyDataWriter::Process() %s\n", bbGetInputFilename().c_str());
+
    vtkPolyDataWriter* w = vtkPolyDataWriter::New();
    bbGetInputIn()->Update();
    w->SetInput(bbGetInputIn());
-- 
2.44.0