scrolling to the bottom is useful for a process that updates status with html 
formatted messages.  Its useful for the same reason that its useful for edith 
to have it.

retrieve webpage is useful for the same reason curl is.  I'm not aware of a 
public J routine to webget with https.

I suspect that QTwebkit(.dll) or OPENssl(.dlls) expose some crossplatform 
features that are either libcurl or similar enough to it.  The use case is 
actually access to the underlying http session rather than obtaining GUI 
contents.


----- Original Message -----
From: bill lam <[email protected]>
To: Programming forum <[email protected]>
Cc: 
Sent: Sunday, June 7, 2015 3:09 AM
Subject: Re: [Jprogramming] edith stylesheets

As present, there is no way yo scroll or retrieve content of webpage,
perhaps you would demonstrate why those features are desirable.

the default baseurl dummy.html does not exist, but its path is used as the
root of relative file resources in html, otherwise those relative paths
will be undefined. if you set url instead of html, then baseurl will be
irrelevant.
On Jun 7, 2015 2:27 PM, "'Pascal Jasmin' via Programming" <
[email protected]> wrote:

> there is a field in wdq webviewctrl_curl set to ~bin/dummy.html (perhaps
> subpath)
>
> nice to know about edith.  Good reasons to use it for "simple" rich text
> console.
>
>
> Nice to have features with webview would be to be able to set scroll
> min|max though.
>
> Also, its not clear if its possible to get the html from the control.  It
> can access https pages, and so it would be the easiest way of retrieving
> such content in J.
>
>
>
>
>
>
> ----- Original Message -----
> From: bill lam <[email protected]>
> To: Programming forum <[email protected]>
> Cc:
> Sent: Saturday, June 6, 2015 11:55 PM
> Subject: Re: [Jprogramming] edith stylesheets
>
> I don't understand what did you mean by fixed file location.
>
> theoretically webview can be further enhanced to a full browser, but only a
> tiny portion of its functionality has been exposed.  IMO we don't need to
> implement another browser using jqt.
>
> edith has an advantage that it works under the slim version of jqt and
> android.
> On Jun 7, 2015 11:23 AM, "'Pascal Jasmin' via Programming" <
> [email protected]> wrote:
>
> > Thanks Bill, I found a partial workaround from the link.
> >
> > A nice thing about edith is that it is easy to scroll to bottom,
> >
> > There may be a design issue with webview as setting html property with
> > text appears to use a fixed file location (to cache?) that is likely to
> > conflict if multiple controls are used simultaneously.
> >
> > the workaround for edith is:
> >
> > <table border="1"> is a quirky workaround that produces a double line
> > border.  I haven't found a way to get a single line border.
> >
> > Is there a way to programatically scroll a webview control to the bottom?
> >
> >
> >
> > ----- Original Message -----
> > From: bill lam <[email protected]>
> > To: Programming forum <[email protected]>
> > Cc:
> > Sent: Saturday, June 6, 2015 7:22 PM
> > Subject: Re: [Jprogramming] edith stylesheets
> >
> > edith does not employ a full browser engine, only a html subset is
> > supported
> >
> > http://doc.qt.io/qt-4.8/richtext-html-subset.html
> >
> > OTOH webview uses webkit engine.
> >
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm

>
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to