]> Creatis software - creaWT.git/blobdiff - wt/bbtk_wt_PKG/src/bbwtOutputText.cxx~
2498 BBTK FeatureNewNormal wt-version PackageWt
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtOutputText.cxx~
index 12e6de7805f93237356b6ea4e955af9c9703a621..14e5b64b3e8a66e91308df067d6d4404719d2cd0 100644 (file)
@@ -42,6 +42,7 @@ namespace bbwt
 
        void OutputTextWidget::setTextValue(Wt::WString newText)
        {
+               std::cout<<"CAMBIANDO TEXTO--"<<bbtk::wt2std(newText)<<std::endl;
                mText->setText(newText);
        }
 
@@ -79,9 +80,17 @@ void OutputText::CreateWidget(Wt::WContainerWidget* parent)
 {
    
    bbSetOutputWidget( new OutputTextWidget(parent,bbtk::std2wt(bbGetInputIn()))) ;
+   Process();
   
 }
 //===== 
+
+
+void updatePath (std::string sPath)
+{
+  bbSetOutputOutPath(sPath);
+}
+
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //===== 
 void OutputText::bbUserSetDefaultValues()