From 8879b06d837389fde0d9be1fd65a55d00f7572eb Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Thu, 16 Jan 2025 09:52:16 +0100 Subject: [PATCH] Test code --- kernel/appli/bbi/bbi.cxx | 2 +- packages/wx/src/bbwxLayoutTab.cxx | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/kernel/appli/bbi/bbi.cxx b/kernel/appli/bbi/bbi.cxx index 2402646..d23cf6b 100644 --- a/kernel/appli/bbi/bbi.cxx +++ b/kernel/appli/bbi/bbi.cxx @@ -242,7 +242,7 @@ bool wxBBIApp::OnInit( ) if (error) break; } printf("EED wxApp::OnInit --end\n"); - bbtk::BlackBox::bbGlobalSetInConstruction(false); +// bbtk::BlackBox::bbGlobalSetInConstruction(false); bool show_on_error = error && ! cmd.no_console; if (show_on_error) I->Show(); I->SetNoExecMode(false); diff --git a/packages/wx/src/bbwxLayoutTab.cxx b/packages/wx/src/bbwxLayoutTab.cxx index ab08609..6b529d4 100644 --- a/packages/wx/src/bbwxLayoutTab.cxx +++ b/packages/wx/src/bbwxLayoutTab.cxx @@ -191,16 +191,12 @@ void LayoutTab::SetTitleTabs() void LayoutTab::Process() { - printf("EED LayoutTab::Process Start\n"); PutWinTitle(); SetTitleTabs(); - printf("EED LayoutTab::Process End\n"); } void LayoutTab::CreateWidget(wxWindow* parent) { - printf("EED LayoutTab::CreateWidget \n"); - long style = wxNB_TOP; if (bbtk::Utilities::loosematch(bbGetInputOrientation(),"0|T|TOP")==true) { style=wxNB_TOP; } @@ -245,8 +241,6 @@ void LayoutTab::SetTitleTabs() // when window is shown void LayoutTab::OnShowWidget() { - printf("EED LayoutTab::OnShowWidget \n"); - //EED2020-04-06 // wxNotebook* w = (wxNotebook*)bbGetOutputWidget(); wxNotebook* w = ((TabWidget*)bbGetOutputWidget())->GetmwxNotebook(); -- 2.49.0