X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxGUIHtmlBrowser.cxx;h=df91b754af2957265758b386adb723e4a12385c5;hb=033637cc97855ea9e1a515a2c20486700dd004a6;hp=76f3e9b448d1135297009d959774d00c12173553;hpb=4f58c18b5e205a288f540a52bae75901bd074352;p=bbtk.git diff --git a/kernel/src/bbtkWxGUIHtmlBrowser.cxx b/kernel/src/bbtkWxGUIHtmlBrowser.cxx index 76f3e9b..df91b75 100644 --- a/kernel/src/bbtkWxGUIHtmlBrowser.cxx +++ b/kernel/src/bbtkWxGUIHtmlBrowser.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkWxGUIHtmlBrowser.cxx,v $ Language: C++ - Date: $Date: 2008/10/08 13:39:33 $ - Version: $Revision: 1.8 $ + Date: $Date: 2008/10/15 09:31:20 $ + Version: $Revision: 1.9 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -219,23 +219,8 @@ namespace bbtk void WxGUIHtmlBrowser::GoHome() { std::string url = ConfigurationFile::GetInstance().Get_doc_path(); - url += "/bbtkWebSite/help_contents.html"; - GoTo(url); - - mwxURL->Clear(); - mwxURL->AppendText(std2wx(url)); - - -/*EED - if (Utilities::FileExists(url)) - { - GoTo(url); - } - else - { - // what ? - } -*/ + url += "/help_contents.html"; + GoTo(url); } //======================================================================== @@ -319,7 +304,10 @@ namespace bbtk { mwxHtmlWindow->LoadPage( e.GetLinkInfo().GetHref() ); UpdateURL(); - } + // OnURLEnter(e); + // mwxHtmlWindow->LoadPage(mwxURL->GetValue()); + } + // mwxHtmlWindow->LoadPage( mwxURL->GetValue() ); } //========================================================================