Test code
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Thu, 16 Jan 2025 08:52:16 +0000 (09:52 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Thu, 16 Jan 2025 08:52:16 +0000 (09:52 +0100)
kernel/appli/bbi/bbi.cxx
packages/wx/src/bbwxLayoutTab.cxx

index 2402646149a18a4b05aa35c0738c82f8b5ed24f8..d23cf6b6cda918b73a06fc82f40fe1c9778f8ff9 100644 (file)
@@ -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);
index ab0860982c08f530385543583519f9abf697ca23..6b529d4a6872a6f84600391c4947644a967345df 100644 (file)
@@ -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();