X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaWT.git;a=blobdiff_plain;f=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtOutputText.cxx~;fp=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtOutputText.cxx~;h=900670c66060dca52f5891aa69575898f2d48642;hp=14e5b64b3e8a66e91308df067d6d4404719d2cd0;hb=0aca619f319ce0cf836ff7735740704b1db4de93;hpb=6575e8694c2f1c0d56d5acc00d8bb329f53eb65a diff --git a/wt/bbtk_wt_PKG/src/bbwtOutputText.cxx~ b/wt/bbtk_wt_PKG/src/bbwtOutputText.cxx~ index 14e5b64..900670c 100644 --- a/wt/bbtk_wt_PKG/src/bbwtOutputText.cxx~ +++ b/wt/bbtk_wt_PKG/src/bbwtOutputText.cxx~ @@ -43,7 +43,7 @@ namespace bbwt void OutputTextWidget::setTextValue(Wt::WString newText) { std::cout<<"CAMBIANDO TEXTO--"<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()