Tagged Questions
The lobo tag has no wiki summary.
1
vote
0answers
55 views
no clientlets found for response, using the lobo browser
i am using the lobo browser, and when i run the example code, i keep getting the following exception:
java.lang.IllegalStateException: No clientlets found for response: ...
1
vote
0answers
29 views
1
vote
1answer
841 views
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 ...
0
votes
1answer
104 views
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 ...
0
votes
1answer
304 views
How to access CSS properties for a DOM node using the Cobra/Lobo HTML renderer
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 ...