]> Creatis software - bbtk.git/commitdiff
#3397 Bug Windows. Sync in creation process
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Mon, 20 Jan 2025 16:57:42 +0000 (17:57 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Mon, 20 Jan 2025 16:57:42 +0000 (17:57 +0100)
kernel/appli/bbi/bbi.cxx
kernel/src/bbtkBlackBox.cxx
kernel/src/bbtkWxBlackBox.cxx
packages/vtk/src/bbvtkUpdateRender.cxx

index 2402646149a18a4b05aa35c0738c82f8b5ed24f8..388fb27fe1520b6d6cec9c8dc19d1ff3fb35c979 100644 (file)
@@ -234,14 +234,14 @@ bool wxBBIApp::OnInit( )
   if (cmd.text_dialog)        I->SetDialogMode(bbtk::VirtualExec::TextDialog);
   std::vector<std::string>::const_iterator i;
   bool error = false;
-    printf("EED wxApp::OnInit  --start\n");
+    //EED 2025-01-20 Create sync mechanism windows
     bbtk::BlackBox::bbGlobalSetInConstruction(true);
   for (i=cmd.input_file.begin(); i!=cmd.input_file.end(); ++i)
   {
       error = ! I->InterpretFile(*i);
       if (error) break;
   }
-    printf("EED wxApp::OnInit  --end\n");
+    //EED 2025-01-20 Create sync mechanism windows
     bbtk::BlackBox::bbGlobalSetInConstruction(false);
   bool show_on_error = error && ! cmd.no_console;
   if (show_on_error) I->Show();
@@ -251,8 +251,6 @@ bool wxBBIApp::OnInit( )
       std::string package;
       I->GetInterpreter()->GetExecuter()->GetFactory()->PrintHelpDescriptor("workspace",package,false);
   }
-
-
   /*
   std::cout << "soe="<<show_on_error <<std::endl;
   std::cout << "con="<<console<<std::endl;
index 900876e02175757be6fe31fdba7ece6d963b6afa..c6cd7cfd1d87e089c2598c2e14b358cae8b04de1 100644 (file)
@@ -76,8 +76,7 @@ void print_trace()
 
 namespace bbtk
 {
-//  static bool bbmgInConstruction    = false;
-  static int bbmgInConstruction    = 0;
+  static int bbmgInConstruction     = 0;
   static bool bbmgSomeBoxExecuting     = false;
   static bool bbmgFreezeExecution      = false;
   static std::set<BlackBox::WeakPointer> bbmgExecutionList;
@@ -544,7 +543,7 @@ namespace bbtk
         {
             bbGlobalProcessExecutionList();
         } // if reaction
-    } // if inCosntruction
+    } // if bbGlobalGetInConstruction()
     bbtkBlackBoxDebugMessage("change",5,
                             "<= BlackBox::bbSignalOutputModification()"
                             <<std::endl);
@@ -562,16 +561,12 @@ namespace bbtk
                             <<std::endl);
       if (bbGlobalGetInConstruction()==false)
       {
-          
           OutputConnectorMapType::iterator i =
           bbGetOutputConnectorMap().find(output);
-          
-          
           if ( i == bbGetOutputConnectorMap().end() )
           {
               bbtkError("BlackBox["<<bbGetFullName()<<"]::bbSignalOutputModification("<<output<<") : unknown output");
           }
-          
           //    if (i->second->GetStatus()==UPTODATE)
           //      {
           i->second->SignalChange(GetThisPointer<BlackBox>(),i->first);
@@ -589,9 +584,7 @@ namespace bbtk
               bbGlobalProcessExecutionList();
           } // if reaction
           //      }
-          
-      } // if inConstruction
-          
+      } // if bbGlobalGetInConstruction()
        bbtkBlackBoxDebugMessage("change",5,
                             "<= BlackBox::bbSignalOutputModification("
                             <<output<<")"
@@ -1535,11 +1528,9 @@ namespace bbtk
   }
   //=========================================================================
 
-//EED2025-01-15
+//EED 2025-01-20 Create sync mechanism windows
 bool BlackBox::bbGlobalGetInConstruction()
 {
-    //    return bbmgInConstruction;
-    printf("BlackBox::bbGlobalGetInConstruction bbmgInConstruction=%d \n", bbmgInConstruction );
     if (bbmgInConstruction>0) return true;
     return false;
 }
@@ -1551,11 +1542,8 @@ void BlackBox::bbGlobalSetInConstruction(bool b)
     } else {
         bbmgInConstruction--;
     }
-    printf("BlackBox::bbGlobalSetInConstruction ----- bbmgInConstruction=%d\n", bbmgInConstruction );
-//    bbmgInConstruction =  b;
 }
 
-
 }  // EO namespace bbtk
 
 // EOF
index f499f7406c58dff6caaeffd5110bb86fb6c86cb2..ffe21f5f728b6a112c5a862ba273fb5eaa37f66e 100644 (file)
@@ -305,11 +305,7 @@ printf("EED WxFrame::~WxFrame\n");
                     wxSize( bbGetInputWinWidth() , 
                             bbGetInputWinHeight() ) );
     w->SetFocus();  // focus on my window
-    w->Raise();  // bring window to front
-      
-      printf("EED WxBlackBox::bbCreateFrameWindow --------------\n");
-//      w->Enable(false);
-      
+    w->Raise();  // bring window to front      
     w->Show(true);
    }
 
@@ -337,13 +333,8 @@ printf("EED WxFrame::~WxFrame\n");
         {
            ((WxDialog*)bbmWindow)->ShowModal();
         } else {
-            printf("//EED --------------   WxBlackBox::bbShowWindow  1 ------------------------ \n");
             bbGetWindow()->Show();
             bbSetShown(true);
-            
-            printf("//EED --------------   WxBlackBox::bbShowWindow  2 ------------------------ \n");
-//            bbmWindow->Enable(true);
-            
         } // if Dialog
     } // if Window  shown
   }
index 20552ddeb25427ff1f1d0c8204021beb7eea41b2..160fd52a2d88aee9377f22240f90e1a9bb46bf98 100644 (file)
@@ -39,7 +39,7 @@ void UpdateRender::Process()
     {
         if (bbGetInputRenderer()!=NULL)
         {
-printf("EED UpdateRender::Process UPS\n ");
+//EED 2025-01-20 Create sync mechanism windows
 //          bbGetInputRenderer()->GetRenderWindow()->Render();
             bbGetInputRenderer()->GetRenderWindow()->GetInteractor()->Render();
         } // Renderer