lobo

Lobo Cobra HtmlPanel does not update GUI after JavaScript action

HI, I started implementing a HTML Browser in Swing. I want to use the Lobo Cobra toolkit because this toolkit inclused a renderer and parser for CSS and JavaScript. The pages are looking very nice and it is easy to use (one class implementation to show a html page). I want to show HTML pages in swing which can show javascript generate...

Help from Lobo browser experts, getting a org.w3c.css.sac.CSSException!!

Hello, When i tried the lobo sample example from the website , google and the default link works fine. however, if I tried a different link ( i.e: http://news.yahoo.com/s/ap/20090813/ap%5Fon%5Fbi%5Fge/us%5Fforeclosure%5Frates ). I get the following Exception: Aug 13, 2009 1:33:09 AM org.lobobrowser.html.style.CSSUtilities parse WARNIN...

How to access CSS properties for a DOM node using the Cobra/Lobo HTML renderer

Hi, I am trying figure out how to access CSS properties for a DOM node (in this example <img> nodes) using the Cobra/Lobo toolkit. What I have at the moment is: UserAgentContext uacontext = new SimpleUserAgentContext(); DocumentBuilderImpl builder = new DocumentBuilderImpl(uacontext); URL url = new URL(TEST_URI); Input...

First time - including lobo to project

I am programming in netbeans and I downloaded Lobo browser. And I've got a question. What next ? Because after I've included (as classpath in ant) lobo and lobo-pub(jars) they are still unknown for netbeans (imports don't work). Do you know what could I do wrong? ...

lobobrowser - setting aditional headers

is it possible to add some request headers to lobobrowser? ...