mBox->bbSetOutputOut( bbtk::wx2std (FD->GetPath()) );
mBox->bbSignalOutputModification(std::string("Out"));
mBox->bbSetInputDefaultDir( bbtk::wx2std (FD->GetPath()) );
- } else {
- mBox->bbSetOutputOut("");
- mBox->bbSignalOutputModification(std::string("Out"));
- mBox->bbSetInputDefaultDir("");
- }
-
+ } // if OK
}
void ButtonSelectFilesDirectoryWidget::OnButton( wxEvent& )
{
- printf("EED ButtonSelectFilesDirectoryWidget::OnButton Start\n");
if (mBox->bbGetInputType()==0)
{
SelectFiles();
} else if (mBox->bbGetInputType()==1){
SelectDirectory();
}
-
- printf("EED ButtonSelectFilesDirectoryWidget::OnButton End\n");
-
}
//--------------------------------------------------------------------------