]> 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 12e6de7805f93237356b6ea4e955af9c9703a621..900670c66060dca52f5891aa69575898f2d48642 100644 (file)
@@ -42,7 +42,8 @@ namespace bbwt
 
        void OutputTextWidget::setTextValue(Wt::WString newText)
        {
-               mText->setText(newText);
+               std::cout<<"CAMBIANDO TEXTO--"<<bbtk::wt2std(newText)<<std::endl;
+//EED          mText->setText(newText);
        }
 
        Wt::WString OutputTextWidget::getTextValue()
@@ -79,6 +80,7 @@ void OutputText::CreateWidget(Wt::WContainerWidget* parent)
 {
    
    bbSetOutputWidget( new OutputTextWidget(parent,bbtk::std2wt(bbGetInputIn()))) ;
+//EED   Process();
   
 }
 //=====