]> Creatis software - creaWT.git/blobdiff - wt/bbtk_wt_PKG/src/bbwtOutputText.cxx~
#2691 creaWT Feature New Normal - Implementation temp files
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtOutputText.cxx~
index 14e5b64b3e8a66e91308df067d6d4404719d2cd0..900670c66060dca52f5891aa69575898f2d48642 100644 (file)
@@ -43,7 +43,7 @@ namespace bbwt
        void OutputTextWidget::setTextValue(Wt::WString newText)
        {
                std::cout<<"CAMBIANDO TEXTO--"<<bbtk::wt2std(newText)<<std::endl;
-               mText->setText(newText);
+//EED          mText->setText(newText);
        }
 
        Wt::WString OutputTextWidget::getTextValue()
@@ -80,17 +80,10 @@ void OutputText::CreateWidget(Wt::WContainerWidget* parent)
 {
    
    bbSetOutputWidget( new OutputTextWidget(parent,bbtk::std2wt(bbGetInputIn()))) ;
-   Process();
+//EED   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()