Return-Path: X-Original-To: apmail-jmeter-dev-archive@minotaur.apache.org Delivered-To: apmail-jmeter-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3EA02104A7 for ; Wed, 10 Jul 2013 21:40:22 +0000 (UTC) Received: (qmail 75815 invoked by uid 500); 10 Jul 2013 21:40:22 -0000 Delivered-To: apmail-jmeter-dev-archive@jmeter.apache.org Received: (qmail 75773 invoked by uid 500); 10 Jul 2013 21:40:22 -0000 Mailing-List: contact dev-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list dev@jmeter.apache.org Received: (qmail 75764 invoked by uid 99); 10 Jul 2013 21:40:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 21:40:22 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.212.174 as permitted sender) Received: from [209.85.212.174] (HELO mail-wi0-f174.google.com) (209.85.212.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 21:40:15 +0000 Received: by mail-wi0-f174.google.com with SMTP id k10so11918277wiv.7 for ; Wed, 10 Jul 2013 14:39:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=cIWvBD8VqIxxiH0wUc3qSkc/gwtS5//kAsAu9CNgoWM=; b=h4oGjf7Bs/YeY9wHx3HN9hnxUozpxgMfQvKupXgqTdTWvac6S/G974GSjY2qAU/uOf Ye9vblL/z3ynJqsiJvahzYJEU7/Y3B89yzcNqhB7fvn8DU4UzvFiQS9zvgG9mcupu3BO w/dS9g7VzYvdWbMPTqrLW5j38FNxC+X086uWSzdLOuB4eqZh2lo2haXvb/SMB7NaeFLP ZfuF844yvTwjoJALLLnuds3RmnSfCVM5nl+tVHhAwvPP45F6f9oN8D6Bk8LuzYzBT0/l TSq9MCYEnV33VQeXXzSOvq66Hd/ZihqMPbD6eUUYs+hCVEUygJ1Ff/kE0jPid686tDdE GHFQ== MIME-Version: 1.0 X-Received: by 10.180.24.197 with SMTP id w5mr35374856wif.25.1373492395456; Wed, 10 Jul 2013 14:39:55 -0700 (PDT) Received: by 10.194.152.103 with HTTP; Wed, 10 Jul 2013 14:39:55 -0700 (PDT) In-Reply-To: References: <51DC254C.9040100@apache.org> Date: Wed, 10 Jul 2013 22:39:55 +0100 Message-ID: Subject: Re: Links (url) in Templates box don't works From: sebb To: dev@jmeter.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 10 July 2013 21:58, Philippe Mouawad wrote: > Hello, > I have implemented it by opening browser with the link. Great - especially since it does not affect HtmlPane. Works fine for me. SInce the documentation should be available as part of the JMeter install, would it be possible to load the local document? It would also be useful to keep http:// links, but if the template uses a relative link it would be useful to support this too. > Regards > Philippe > > On Tue, Jul 9, 2013 at 5:11 PM, sebb wrote: > >> On 9 July 2013 15:59, Milamber wrote: >> > Hello, >> > >> > The html links in "See also" section don't works in the dialog box. >> > >> > To works the class must implement HyperlinkListener interface or use >> > HtmlPane class (in JMeter). >> >> That deliberately only supports local links. >> Cannot remember why, but I think allowing external links caused >> problems for the Help pages. >> >> > I'm not sure if it's better to display link (underline/blue) and enable >> > hyperlink, and display the web page in the "poor" browser windows (no "Go >> > back" button) or change the templates to remove the anchors in >> > template files (to remove the underline/blue). >> > >> > The best way seems, enable hyperlink, click, open a new large window to >> > display the web page (always in Java dialog box or open default browser >> in >> > system (firefox, IE, etc)) >> > >> > Any opinions? >> >> If JMeter does the HTML display, it will take more memory - need to be >> careful not to leak any! >> >> > Milamber >> > > > > -- > Cordialement. > Philippe Mouawad.